[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 24 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260630 12:33:05.361174   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:42795,127.0.111.125:34675,127.0.111.124:35245
I20260630 12:33:05.362807   445 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260630 12:33:05.363741   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:05.378692   452 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
W20260630 12:33:05.379522   451 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
W20260630 12:33:05.378783   454 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
I20260630 12:33:05.380971   445 server_base.cc:1061] running on GCE node
I20260630 12:33:06.493146   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:06.493374   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:06.493528   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822786493512 us; error 0 us; skew 500 ppm
I20260630 12:33:06.494270   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:06.499233   445 webserver.cc:533] Webserver started at http://127.0.111.126:41583/ using document root <none> and password file <none>
I20260630 12:33:06.499964   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:06.500154   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:06.500550   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:06.506126   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "a4b78f840e974ed0a60f1a9f54f8e828"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.513424   445 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:33:06.518260   460 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:06.519418   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:33:06.519745   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "a4b78f840e974ed0a60f1a9f54f8e828"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.520052   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:06.567970   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:06.569459   445 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
I20260630 12:33:06.569898   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:06.638159   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:42795
I20260630 12:33:06.638250   511 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:42795 every 8 connection(s)
I20260630 12:33:06.644039   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:06.645679   512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:33:06.650440   514 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
W20260630 12:33:06.652014   515 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
W20260630 12:33:06.654378   517 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
I20260630 12:33:06.655503   445 server_base.cc:1061] running on GCE node
I20260630 12:33:06.656145   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:06.656344   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:06.656512   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822786656496 us; error 0 us; skew 500 ppm
I20260630 12:33:06.657017   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:06.660568   445 webserver.cc:533] Webserver started at http://127.0.111.125:33651/ using document root <none> and password file <none>
I20260630 12:33:06.661041   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:06.661235   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:06.661475   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:06.662446   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root/instance:
uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.664678   512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.667508   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:33:06.673940   523 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:06.674754   445 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:33:06.675007   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.675297   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:06.689126   512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:06.691267   462 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34675: connect: Connection refused (error 111)
W20260630 12:33:06.694895   512 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.125:34675: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34675: connect: Connection refused (error 111)
I20260630 12:33:06.703415   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:06.704572   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:06.744374   512 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } attempt: 1
W20260630 12:33:06.748687   512 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.125:34675: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34675: connect: Connection refused (error 111)
I20260630 12:33:06.768714   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.125:34675
I20260630 12:33:06.768878   576 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.125:34675 every 8 connection(s)
I20260630 12:33:06.773135   577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:06.773800   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:06.779419   577 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:06.779721   579 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
W20260630 12:33:06.782971   580 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
W20260630 12:33:06.784917   582 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
I20260630 12:33:06.786306   445 server_base.cc:1061] running on GCE node
I20260630 12:33:06.787006   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:06.787233   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:06.787400   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822786787383 us; error 0 us; skew 500 ppm
I20260630 12:33:06.788069   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:06.791190   445 webserver.cc:533] Webserver started at http://127.0.111.124:43409/ using document root <none> and password file <none>
I20260630 12:33:06.791772   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:06.792012   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:06.792289   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:06.793650   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root/instance:
uuid: "b9a5dfa7c5a64d2b871675e669a65218"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.793814   577 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.798993   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:33:06.804109   589 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:06.805305   445 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:33:06.805614   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
uuid: "b9a5dfa7c5a64d2b871675e669a65218"
format_stamp: "Formatted at 2026-06-30 12:33:06 on dist-test-slave-rw3v"
I20260630 12:33:06.805920   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:06.807535   577 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:06.814073   577 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:35245: Network error: Client connection negotiation failed: client connection to 127.0.111.124:35245: connect: Connection refused (error 111)
I20260630 12:33:06.817111   512 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } attempt: 2
I20260630 12:33:06.825872   512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.829562   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
W20260630 12:33:06.829957   512 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:35245: Network error: Client connection negotiation failed: client connection to 127.0.111.124:35245: connect: Connection refused (error 111)
I20260630 12:33:06.830766   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:06.857549   577 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } attempt: 1
I20260630 12:33:06.861441   512 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } attempt: 1
W20260630 12:33:06.862890   577 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:35245: Network error: Client connection negotiation failed: client connection to 127.0.111.124:35245: connect: Connection refused (error 111)
W20260630 12:33:06.865490   512 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:35245: Network error: Client connection negotiation failed: client connection to 127.0.111.124:35245: connect: Connection refused (error 111)
I20260630 12:33:06.893940   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.124:35245
I20260630 12:33:06.894049   641 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.124:35245 every 8 connection(s)
I20260630 12:33:06.897964   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:06.898100   642 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:06.903086   642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.914290   642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.922042   642 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:06.932894   512 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } attempt: 2
I20260630 12:33:06.937999   642 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: Bootstrap starting.
I20260630 12:33:06.938320   577 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } attempt: 2
I20260630 12:33:06.945858   642 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:06.947875   512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: Bootstrap starting.
I20260630 12:33:06.948252   642 log.cc:826] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: Log is configured to *not* fsync() on all Append() calls
I20260630 12:33:06.953377   512 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:06.953723   642 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: No bootstrap required, opened a new log
I20260630 12:33:06.957255   577 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: Bootstrap starting.
I20260630 12:33:06.958154   512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: No bootstrap required, opened a new log
I20260630 12:33:06.963584   577 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:06.969089   577 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: No bootstrap required, opened a new log
I20260630 12:33:06.977337   512 raft_consensus.cc:359] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.977351   642 raft_consensus.cc:359] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.977351   577 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.977985   512 raft_consensus.cc:385] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:06.978223   642 raft_consensus.cc:385] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:06.978281   577 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:06.978356   512 raft_consensus.cc:740] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4b78f840e974ed0a60f1a9f54f8e828, State: Initialized, Role: FOLLOWER
I20260630 12:33:06.978612   642 raft_consensus.cc:740] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9a5dfa7c5a64d2b871675e669a65218, State: Initialized, Role: FOLLOWER
I20260630 12:33:06.978648   577 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2aa03c33b55f48d2baa22b1b7c45e8e2, State: Initialized, Role: FOLLOWER
I20260630 12:33:06.979513   512 consensus_queue.cc:260] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.979521   577 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.979521   642 consensus_queue.cc:260] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:06.983616   652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [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: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:06.984434   652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:06.985342   577 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:06.987854   650 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [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: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:06.988641   650 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:06.990500   651 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [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: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:06.990906   642 sys_catalog.cc:565] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:06.991036   512 sys_catalog.cc:565] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:06.991271   651 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:33:07.024883   672 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:07.025275   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:33:07.037222   681 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:07.037581   681 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:07.039857   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:33:07.040138   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:33:07.041891   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:07.043335   686 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:07.043571   686 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:07.047650   650 raft_consensus.cc:493] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:07.048221   650 raft_consensus.cc:515] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
W20260630 12:33:07.052309   688 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
W20260630 12:33:07.053009   687 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
I20260630 12:33:07.052299   552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" is_pre_election: true
I20260630 12:33:07.054452   552 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4b78f840e974ed0a60f1a9f54f8e828 in term 0.
I20260630 12:33:07.054937   617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9a5dfa7c5a64d2b871675e669a65218" is_pre_election: true
I20260630 12:33:07.055579   617 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4b78f840e974ed0a60f1a9f54f8e828 in term 0.
I20260630 12:33:07.056981   462 leader_election.cc:304] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [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: a4b78f840e974ed0a60f1a9f54f8e828, b9a5dfa7c5a64d2b871675e669a65218; no voters: 
I20260630 12:33:07.057884   650 leader_election.cc:290] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2aa03c33b55f48d2baa22b1b7c45e8e2 (127.0.111.125:34675), b9a5dfa7c5a64d2b871675e669a65218 (127.0.111.124:35245)
I20260630 12:33:07.058410   650 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:07.058804   650 raft_consensus.cc:493] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:07.059190   650 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:33:07.060526   691 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
I20260630 12:33:07.060811   445 server_base.cc:1061] running on GCE node
I20260630 12:33:07.061582   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:07.061769   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:07.061933   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822787061911 us; error 0 us; skew 500 ppm
I20260630 12:33:07.062407   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:07.064927   445 webserver.cc:533] Webserver started at http://127.0.111.65:40463/ using document root <none> and password file <none>
I20260630 12:33:07.065361   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:07.065543   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:07.065799   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:07.065900   650 raft_consensus.cc:515] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:07.066807   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "5a58cbaf527243fcafac806eb9b96ba4"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.067828   650 leader_election.cc:290] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [CANDIDATE]: Term 1 election: Requested vote from peers 2aa03c33b55f48d2baa22b1b7c45e8e2 (127.0.111.125:34675), b9a5dfa7c5a64d2b871675e669a65218 (127.0.111.124:35245)
I20260630 12:33:07.068805   552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2"
I20260630 12:33:07.068964   617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9a5dfa7c5a64d2b871675e669a65218"
I20260630 12:33:07.069325   552 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:07.069496   617 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:33:07.074973   466 tablet.cc:2406] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:33:07.076086   552 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4b78f840e974ed0a60f1a9f54f8e828 in term 1.
I20260630 12:33:07.077266   617 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4b78f840e974ed0a60f1a9f54f8e828 in term 1.
I20260630 12:33:07.077368   462 leader_election.cc:304] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [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: 2aa03c33b55f48d2baa22b1b7c45e8e2, a4b78f840e974ed0a60f1a9f54f8e828; no voters: 
I20260630 12:33:07.078544   650 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:07.079015   650 raft_consensus.cc:697] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 1 LEADER]: Becoming Leader. State: Replica: a4b78f840e974ed0a60f1a9f54f8e828, State: Running, Role: LEADER
I20260630 12:33:07.079955   650 consensus_queue.cc:237] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [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: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } }
I20260630 12:33:07.086022   445 fs_manager.cc:696] Time spent creating directory manager: real 0.019s	user 0.002s	sys 0.015s
I20260630 12:33:07.090761   692 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a4b78f840e974ed0a60f1a9f54f8e828. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.091516   692 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:07.091562   697 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.092558   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:33:07.093011   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "5a58cbaf527243fcafac806eb9b96ba4"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.093456   698 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:07.093364   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:07.101325   698 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:07.109163   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:07.110428   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:07.113140   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:07.117082   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:07.117336   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.117635   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:07.117841   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.120522   617 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 1 FOLLOWER]: Refusing update from remote peer a4b78f840e974ed0a60f1a9f54f8e828: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:07.121425   552 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 1 FOLLOWER]: Refusing update from remote peer a4b78f840e974ed0a60f1a9f54f8e828: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:07.122272   692 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:07.123003   650 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:07.157753   652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a4b78f840e974ed0a60f1a9f54f8e828. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.158497   652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:07.160619   651 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a4b78f840e974ed0a60f1a9f54f8e828. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.164346   651 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:07.167981   703 mvcc.cc:204] Tried to move back new op lower bound from 7302442136025108480 to 7302442135889293312. Current Snapshot: MvccSnapshot[applied={T|T < 7302442136025108480}]
I20260630 12:33:07.180431   698 catalog_manager.cc:1383] Generated new cluster ID: 164342de3a3d4a8bbbc771d6f2b27a18
I20260630 12:33:07.180826   698 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:07.202566   692 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.203329   692 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:07.203014   651 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.203922   651 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:07.204164   692 sys_catalog.cc:455] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.204764   692 sys_catalog.cc:458] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:07.224452   698 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:07.226639   698 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:07.242764   652 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a4b78f840e974ed0a60f1a9f54f8e828" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 42795 } } peers { permanent_uuid: "2aa03c33b55f48d2baa22b1b7c45e8e2" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34675 } } peers { permanent_uuid: "b9a5dfa7c5a64d2b871675e669a65218" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 35245 } } }
I20260630 12:33:07.243515   652 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:07.258193   698 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: Generated new TSK 0
I20260630 12:33:07.259358   698 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:07.330237   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:43443
I20260630 12:33:07.330451   768 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:43443 every 8 connection(s)
I20260630 12:33:07.354846   769 heartbeater.cc:344] Connected to a master server at 127.0.111.124:35245
I20260630 12:33:07.355222   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:07.355333   769 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.356616   769 heartbeater.cc:507] Master 127.0.111.124:35245 requested a full tablet report, sending...
I20260630 12:33:07.362039   607 ts_manager.cc:194] Registered new tserver with Master: 5a58cbaf527243fcafac806eb9b96ba4 (127.0.111.65:43443)
W20260630 12:33:07.367338   775 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
I20260630 12:33:07.368350   770 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34675
I20260630 12:33:07.368846   770 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.369865   770 heartbeater.cc:507] Master 127.0.111.125:34675 requested a full tablet report, sending...
W20260630 12:33:07.370762   776 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
I20260630 12:33:07.372931   542 ts_manager.cc:194] Registered new tserver with Master: 5a58cbaf527243fcafac806eb9b96ba4 (127.0.111.65:43443)
I20260630 12:33:07.375665   772 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42795
I20260630 12:33:07.376035   772 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.377059   772 heartbeater.cc:507] Master 127.0.111.126:42795 requested a full tablet report, sending...
I20260630 12:33:07.377377   445 server_base.cc:1061] running on GCE node
W20260630 12:33:07.377233   778 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
I20260630 12:33:07.379246   477 ts_manager.cc:194] Registered new tserver with Master: 5a58cbaf527243fcafac806eb9b96ba4 (127.0.111.65:43443)
I20260630 12:33:07.379302   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:07.379658   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:07.379863   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822787379846 us; error 0 us; skew 500 ppm
I20260630 12:33:07.380546   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:07.381318   477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48916
I20260630 12:33:07.383270   445 webserver.cc:533] Webserver started at http://127.0.111.66:35945/ using document root <none> and password file <none>
I20260630 12:33:07.383996   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:07.384243   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:07.384569   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:07.385883   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "5a60586c26e14e538ab411e51cc63719"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.391264   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:33:07.395246   783 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.396025   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:33:07.396340   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "5a60586c26e14e538ab411e51cc63719"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.396678   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:07.430756   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:07.432422   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:07.433913   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:07.437433   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:07.437697   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.437970   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:07.438174   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.525292   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:46405
I20260630 12:33:07.525434   845 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:46405 every 8 connection(s)
I20260630 12:33:07.535347   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:07.549431   852 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
W20260630 12:33:07.551733   853 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
I20260630 12:33:07.554953   846 heartbeater.cc:344] Connected to a master server at 127.0.111.124:35245
I20260630 12:33:07.555392   846 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.556334   846 heartbeater.cc:507] Master 127.0.111.124:35245 requested a full tablet report, sending...
I20260630 12:33:07.556458   847 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34675
I20260630 12:33:07.556823   847 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.559370   847 heartbeater.cc:507] Master 127.0.111.125:34675 requested a full tablet report, sending...
I20260630 12:33:07.561385   607 ts_manager.cc:194] Registered new tserver with Master: 5a60586c26e14e538ab411e51cc63719 (127.0.111.66:46405)
I20260630 12:33:07.568063   542 ts_manager.cc:194] Registered new tserver with Master: 5a60586c26e14e538ab411e51cc63719 (127.0.111.66:46405)
I20260630 12:33:07.571606   848 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42795
I20260630 12:33:07.571993   848 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.572916   848 heartbeater.cc:507] Master 127.0.111.126:42795 requested a full tablet report, sending...
I20260630 12:33:07.574713   445 server_base.cc:1061] running on GCE node
I20260630 12:33:07.575347   477 ts_manager.cc:194] Registered new tserver with Master: 5a60586c26e14e538ab411e51cc63719 (127.0.111.66:46405)
W20260630 12:33:07.576484   855 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
I20260630 12:33:07.577271   477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48926
I20260630 12:33:07.577538   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:07.577809   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:07.577998   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822787577983 us; error 0 us; skew 500 ppm
I20260630 12:33:07.578630   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:07.581323   445 webserver.cc:533] Webserver started at http://127.0.111.67:39381/ using document root <none> and password file <none>
I20260630 12:33:07.581763   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:07.581946   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:07.582265   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:07.583675   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "8e6701fa4c00498e8091b88ffcd7ca18"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.596897   445 fs_manager.cc:696] Time spent creating directory manager: real 0.013s	user 0.013s	sys 0.000s
I20260630 12:33:07.601382   860 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.602296   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:33:07.602634   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "8e6701fa4c00498e8091b88ffcd7ca18"
format_stamp: "Formatted at 2026-06-30 12:33:07 on dist-test-slave-rw3v"
I20260630 12:33:07.602995   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:07.623839   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:07.625097   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:07.627156   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:07.630328   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:07.630529   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.630753   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:07.630908   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:07.718379   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:40665
I20260630 12:33:07.718480   922 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:40665 every 8 connection(s)
I20260630 12:33:07.741336   923 heartbeater.cc:344] Connected to a master server at 127.0.111.124:35245
I20260630 12:33:07.741734   923 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.742686   923 heartbeater.cc:507] Master 127.0.111.124:35245 requested a full tablet report, sending...
I20260630 12:33:07.744936   924 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34675
I20260630 12:33:07.745287   924 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.746129   924 heartbeater.cc:507] Master 127.0.111.125:34675 requested a full tablet report, sending...
I20260630 12:33:07.748044   607 ts_manager.cc:194] Registered new tserver with Master: 8e6701fa4c00498e8091b88ffcd7ca18 (127.0.111.67:40665)
I20260630 12:33:07.750636   542 ts_manager.cc:194] Registered new tserver with Master: 8e6701fa4c00498e8091b88ffcd7ca18 (127.0.111.67:40665)
I20260630 12:33:07.750695   925 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42795
I20260630 12:33:07.751130   925 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:07.751992   925 heartbeater.cc:507] Master 127.0.111.126:42795 requested a full tablet report, sending...
I20260630 12:33:07.753975   477 ts_manager.cc:194] Registered new tserver with Master: 8e6701fa4c00498e8091b88ffcd7ca18 (127.0.111.67:40665)
I20260630 12:33:07.754261   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.028094909s
I20260630 12:33:07.755194   477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48942
I20260630 12:33:08.029559   672 catalog_manager.cc:1295] Loaded cluster ID: 164342de3a3d4a8bbbc771d6f2b27a18
I20260630 12:33:08.029850   672 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: loading cluster ID for follower catalog manager: success
I20260630 12:33:08.035300   672 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: acquiring CA information for follower catalog manager: success
I20260630 12:33:08.039090   672 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:08.043190   681 catalog_manager.cc:1295] Loaded cluster ID: 164342de3a3d4a8bbbc771d6f2b27a18
I20260630 12:33:08.043509   681 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: loading cluster ID for follower catalog manager: success
I20260630 12:33:08.050340   681 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: acquiring CA information for follower catalog manager: success
I20260630 12:33:08.055609   681 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:08.384238   772 heartbeater.cc:499] Master 127.0.111.126:42795 was elected leader, sending a full tablet report...
I20260630 12:33:08.580103   848 heartbeater.cc:499] Master 127.0.111.126:42795 was elected leader, sending a full tablet report...
I20260630 12:33:08.757366   925 heartbeater.cc:499] Master 127.0.111.126:42795 was elected leader, sending a full tablet report...
I20260630 12:33:09.039070   685 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:09.349483   477 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48950:
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"
    }
  }
}
I20260630 12:33:09.438220   811 tablet_service.cc:1511] Processing CreateTablet for tablet 4af16cedc8464e749f2a74860ca6d914 (DEFAULT_TABLE table=test-workload [id=6cb5c854b7924b7cae3923a7f3387f63]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:33:09.438220   888 tablet_service.cc:1511] Processing CreateTablet for tablet 1c4add1a755e4134875293a9008f0d96 (DEFAULT_TABLE table=test-workload [id=6cb5c854b7924b7cae3923a7f3387f63]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:33:09.438218   734 tablet_service.cc:1511] Processing CreateTablet for tablet 86a9ffe4edd3431482729a593b228fd9 (DEFAULT_TABLE table=test-workload [id=6cb5c854b7924b7cae3923a7f3387f63]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:33:09.438679   733 tablet_service.cc:1511] Processing CreateTablet for tablet 521397e4d093432ba70562bc5e149b93 (DEFAULT_TABLE table=test-workload [id=6cb5c854b7924b7cae3923a7f3387f63]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:33:09.440152   734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86a9ffe4edd3431482729a593b228fd9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:09.440264   811 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4af16cedc8464e749f2a74860ca6d914. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:09.440910   733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 521397e4d093432ba70562bc5e149b93. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:09.440155   888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c4add1a755e4134875293a9008f0d96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:09.457028   960 tablet_bootstrap.cc:492] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: Bootstrap starting.
I20260630 12:33:09.460378   959 tablet_bootstrap.cc:492] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: Bootstrap starting.
I20260630 12:33:09.463310   960 tablet_bootstrap.cc:654] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:09.465617   961 tablet_bootstrap.cc:492] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: Bootstrap starting.
I20260630 12:33:09.467919   959 tablet_bootstrap.cc:654] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:09.472378   961 tablet_bootstrap.cc:654] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:09.476035   960 tablet_bootstrap.cc:492] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: No bootstrap required, opened a new log
I20260630 12:33:09.476539   960 ts_tablet_manager.cc:1403] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:33:09.477685   959 tablet_bootstrap.cc:492] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: No bootstrap required, opened a new log
I20260630 12:33:09.478120   959 ts_tablet_manager.cc:1403] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.005s
I20260630 12:33:09.478317   961 tablet_bootstrap.cc:492] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: No bootstrap required, opened a new log
I20260630 12:33:09.478760   961 ts_tablet_manager.cc:1403] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:33:09.479041   960 raft_consensus.cc:359] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.479537   960 raft_consensus.cc:385] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:09.479761   960 raft_consensus.cc:740] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a58cbaf527243fcafac806eb9b96ba4, State: Initialized, Role: FOLLOWER
I20260630 12:33:09.480345   960 consensus_queue.cc:260] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.480824   960 raft_consensus.cc:399] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:09.480721   959 raft_consensus.cc:359] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a60586c26e14e538ab411e51cc63719" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46405 } }
I20260630 12:33:09.481130   960 raft_consensus.cc:493] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:09.481320   959 raft_consensus.cc:385] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:09.481206   961 raft_consensus.cc:359] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e6701fa4c00498e8091b88ffcd7ca18" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 40665 } }
I20260630 12:33:09.481482   960 raft_consensus.cc:3060] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:09.481720   959 raft_consensus.cc:740] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a60586c26e14e538ab411e51cc63719, State: Initialized, Role: FOLLOWER
I20260630 12:33:09.481815   961 raft_consensus.cc:385] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:09.482228   961 raft_consensus.cc:740] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e6701fa4c00498e8091b88ffcd7ca18, State: Initialized, Role: FOLLOWER
I20260630 12:33:09.482479   959 consensus_queue.cc:260] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5a60586c26e14e538ab411e51cc63719" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46405 } }
I20260630 12:33:09.483124   959 raft_consensus.cc:399] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:09.482939   961 consensus_queue.cc:260] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8e6701fa4c00498e8091b88ffcd7ca18" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 40665 } }
I20260630 12:33:09.483474   959 raft_consensus.cc:493] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:09.483610   961 raft_consensus.cc:399] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:09.483853   959 raft_consensus.cc:3060] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:09.483958   961 raft_consensus.cc:493] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:09.484366   961 raft_consensus.cc:3060] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:09.486797   960 raft_consensus.cc:515] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.487782   960 leader_election.cc:304] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [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: 5a58cbaf527243fcafac806eb9b96ba4; no voters: 
I20260630 12:33:09.489799   960 leader_election.cc:290] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:09.490307   965 raft_consensus.cc:2804] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:09.490192   959 raft_consensus.cc:515] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a60586c26e14e538ab411e51cc63719" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46405 } }
I20260630 12:33:09.491050   959 leader_election.cc:304] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [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: 5a60586c26e14e538ab411e51cc63719; no voters: 
I20260630 12:33:09.491345   961 raft_consensus.cc:515] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e6701fa4c00498e8091b88ffcd7ca18" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 40665 } }
I20260630 12:33:09.492023   961 leader_election.cc:304] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [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: 8e6701fa4c00498e8091b88ffcd7ca18; no voters: 
I20260630 12:33:09.494172   959 leader_election.cc:290] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:09.494517   968 raft_consensus.cc:2804] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:09.494619   960 ts_tablet_manager.cc:1434] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: Time spent starting tablet: real 0.018s	user 0.014s	sys 0.004s
I20260630 12:33:09.496217   965 raft_consensus.cc:697] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 LEADER]: Becoming Leader. State: Replica: 5a58cbaf527243fcafac806eb9b96ba4, State: Running, Role: LEADER
I20260630 12:33:09.496977   965 consensus_queue.cc:237] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [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: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.497510   960 tablet_bootstrap.cc:492] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: Bootstrap starting.
I20260630 12:33:09.504855   959 ts_tablet_manager.cc:1434] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.016s
I20260630 12:33:09.507534   960 tablet_bootstrap.cc:654] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:09.512521   961 leader_election.cc:290] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:09.512964   969 raft_consensus.cc:2804] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:09.516847   968 raft_consensus.cc:697] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 1 LEADER]: Becoming Leader. State: Replica: 5a60586c26e14e538ab411e51cc63719, State: Running, Role: LEADER
I20260630 12:33:09.517587   968 consensus_queue.cc:237] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [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: "5a60586c26e14e538ab411e51cc63719" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46405 } }
I20260630 12:33:09.518920   960 tablet_bootstrap.cc:492] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: No bootstrap required, opened a new log
I20260630 12:33:09.519423   960 ts_tablet_manager.cc:1403] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.006s
I20260630 12:33:09.521093   969 raft_consensus.cc:697] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 1 LEADER]: Becoming Leader. State: Replica: 8e6701fa4c00498e8091b88ffcd7ca18, State: Running, Role: LEADER
I20260630 12:33:09.521858   969 consensus_queue.cc:237] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [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: "8e6701fa4c00498e8091b88ffcd7ca18" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 40665 } }
I20260630 12:33:09.523815   961 ts_tablet_manager.cc:1434] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: Time spent starting tablet: real 0.045s	user 0.013s	sys 0.014s
I20260630 12:33:09.522315   960 raft_consensus.cc:359] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.527212   960 raft_consensus.cc:385] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:09.527539   960 raft_consensus.cc:740] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a58cbaf527243fcafac806eb9b96ba4, State: Initialized, Role: FOLLOWER
I20260630 12:33:09.528863   960 consensus_queue.cc:260] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.529532   960 raft_consensus.cc:399] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:09.529814   960 raft_consensus.cc:493] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:09.530133   960 raft_consensus.cc:3060] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:09.536741   477 catalog_manager.cc:5697] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a58cbaf527243fcafac806eb9b96ba4 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5a58cbaf527243fcafac806eb9b96ba4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:09.548357   960 raft_consensus.cc:515] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.549125   960 leader_election.cc:304] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [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: 5a58cbaf527243fcafac806eb9b96ba4; no voters: 
I20260630 12:33:09.549731   960 leader_election.cc:290] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:09.549851   965 raft_consensus.cc:2804] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:09.550359   965 raft_consensus.cc:697] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 LEADER]: Becoming Leader. State: Replica: 5a58cbaf527243fcafac806eb9b96ba4, State: Running, Role: LEADER
I20260630 12:33:09.552870   965 consensus_queue.cc:237] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [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: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } }
I20260630 12:33:09.561517   476 catalog_manager.cc:5697] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a60586c26e14e538ab411e51cc63719 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "5a60586c26e14e538ab411e51cc63719" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a60586c26e14e538ab411e51cc63719" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46405 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:09.590943   960 ts_tablet_manager.cc:1434] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: Time spent starting tablet: real 0.071s	user 0.014s	sys 0.005s
I20260630 12:33:09.599227   475 catalog_manager.cc:5697] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8e6701fa4c00498e8091b88ffcd7ca18 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "8e6701fa4c00498e8091b88ffcd7ca18" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e6701fa4c00498e8091b88ffcd7ca18" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 40665 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:09.612838   477 catalog_manager.cc:5697] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a58cbaf527243fcafac806eb9b96ba4 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5a58cbaf527243fcafac806eb9b96ba4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a58cbaf527243fcafac806eb9b96ba4" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 43443 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:11.040107   685 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:11.042754   685 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:11.672183   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:33:11.689263   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:11.689918   445 tablet_replica.cc:333] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4: stopping tablet replica
I20260630 12:33:11.690495   445 raft_consensus.cc:2243] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:11.690950   445 raft_consensus.cc:2272] T 521397e4d093432ba70562bc5e149b93 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.693090   445 tablet_replica.cc:333] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4: stopping tablet replica
I20260630 12:33:11.693538   445 raft_consensus.cc:2243] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:11.693907   445 raft_consensus.cc:2272] T 86a9ffe4edd3431482729a593b228fd9 P 5a58cbaf527243fcafac806eb9b96ba4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.771075   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:33:11.780212   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:33:11.794668   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:11.795377   445 tablet_replica.cc:333] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719: stopping tablet replica
I20260630 12:33:11.795830   445 raft_consensus.cc:2243] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:11.796231   445 raft_consensus.cc:2272] T 4af16cedc8464e749f2a74860ca6d914 P 5a60586c26e14e538ab411e51cc63719 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.813359   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:33:11.820783   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:33:11.834883   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:11.835480   445 tablet_replica.cc:333] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18: stopping tablet replica
I20260630 12:33:11.835924   445 raft_consensus.cc:2243] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:11.836323   445 raft_consensus.cc:2272] T 1c4add1a755e4134875293a9008f0d96 P 8e6701fa4c00498e8091b88ffcd7ca18 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.853644   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:33:11.861141   445 master.cc:562] Master@127.0.111.126:42795 shutting down...
I20260630 12:33:11.952780   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:11.953744   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.954123   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P a4b78f840e974ed0a60f1a9f54f8e828: stopping tablet replica
I20260630 12:33:11.972570   445 master.cc:584] Master@127.0.111.126:42795 shutdown complete.
I20260630 12:33:11.983165   445 master.cc:562] Master@127.0.111.125:34675 shutting down...
I20260630 12:33:11.995627   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:11.996106   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:11.996348   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2aa03c33b55f48d2baa22b1b7c45e8e2: stopping tablet replica
I20260630 12:33:12.045969   445 master.cc:584] Master@127.0.111.125:34675 shutdown complete.
I20260630 12:33:12.054940   445 master.cc:562] Master@127.0.111.124:35245 shutting down...
I20260630 12:33:12.066418   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:12.066890   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:12.067195   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P b9a5dfa7c5a64d2b871675e669a65218: stopping tablet replica
I20260630 12:33:12.083914   445 master.cc:584] Master@127.0.111.124:35245 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6749 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:33:12.107640   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:37541
I20260630 12:33:12.108629   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:12.113241   982 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
W20260630 12:33:12.113420   983 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
W20260630 12:33:12.114737   985 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
I20260630 12:33:12.115602   445 server_base.cc:1061] running on GCE node
I20260630 12:33:12.116271   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:12.116434   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:12.116546   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822792116535 us; error 0 us; skew 500 ppm
I20260630 12:33:12.116971   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:12.118995   445 webserver.cc:533] Webserver started at http://127.0.111.126:36481/ using document root <none> and password file <none>
I20260630 12:33:12.119436   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:12.119588   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:12.119809   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:12.120762   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "ba666ab1cdfb463281a4999e9ee305fc"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.124712   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:33:12.127647   990 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.128312   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:12.128554   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "ba666ab1cdfb463281a4999e9ee305fc"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.128813   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-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)
I20260630 12:33:12.143623   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:12.144546   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:12.176235   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:37541
I20260630 12:33:12.176317  1041 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:37541 every 8 connection(s)
I20260630 12:33:12.179771  1042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:12.188412  1042 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc: Bootstrap starting.
I20260630 12:33:12.192217  1042 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:12.195787  1042 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc: No bootstrap required, opened a new log
I20260630 12:33:12.197535  1042 raft_consensus.cc:359] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER }
I20260630 12:33:12.197924  1042 raft_consensus.cc:385] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:12.198159  1042 raft_consensus.cc:740] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba666ab1cdfb463281a4999e9ee305fc, State: Initialized, Role: FOLLOWER
I20260630 12:33:12.198676  1042 consensus_queue.cc:260] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER }
I20260630 12:33:12.199098  1042 raft_consensus.cc:399] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:12.199349  1042 raft_consensus.cc:493] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:12.199599  1042 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:12.203344  1042 raft_consensus.cc:515] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER }
I20260630 12:33:12.203809  1042 leader_election.cc:304] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [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: ba666ab1cdfb463281a4999e9ee305fc; no voters: 
I20260630 12:33:12.204813  1042 leader_election.cc:290] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:12.205071  1045 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:12.206264  1045 raft_consensus.cc:697] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 1 LEADER]: Becoming Leader. State: Replica: ba666ab1cdfb463281a4999e9ee305fc, State: Running, Role: LEADER
I20260630 12:33:12.206869  1045 consensus_queue.cc:237] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [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: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER }
I20260630 12:33:12.207430  1042 sys_catalog.cc:565] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:12.209654  1046 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ba666ab1cdfb463281a4999e9ee305fc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER } }
I20260630 12:33:12.209676  1047 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [sys.catalog]: SysCatalogTable state changed. Reason: New leader ba666ab1cdfb463281a4999e9ee305fc. Latest consensus state: current_term: 1 leader_uuid: "ba666ab1cdfb463281a4999e9ee305fc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba666ab1cdfb463281a4999e9ee305fc" member_type: VOTER } }
I20260630 12:33:12.211189  1047 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:12.210400  1046 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:12.212872  1052 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:12.220091  1052 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:12.220937   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:12.228065  1052 catalog_manager.cc:1383] Generated new cluster ID: 366fb9ec2d9a45018009e9704c1af2b3
I20260630 12:33:12.228355  1052 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:12.241679  1052 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:12.242811  1052 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:12.261785  1052 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc: Generated new TSK 0
I20260630 12:33:12.262494  1052 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:12.287432   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:12.292695  1063 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
W20260630 12:33:12.293202  1064 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
W20260630 12:33:12.295013  1066 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
I20260630 12:33:12.295126   445 server_base.cc:1061] running on GCE node
I20260630 12:33:12.295969   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:12.296151   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:12.296315   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822792296296 us; error 0 us; skew 500 ppm
I20260630 12:33:12.296795   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:12.298871   445 webserver.cc:533] Webserver started at http://127.0.111.65:38679/ using document root <none> and password file <none>
I20260630 12:33:12.299338   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:12.299511   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:12.299775   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:12.300735   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "5f3c58488a8447428c3a4df95b2c47fa"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.304657   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.005s
I20260630 12:33:12.307552  1071 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.308282   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:33:12.308529   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "5f3c58488a8447428c3a4df95b2c47fa"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.308800   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-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)
I20260630 12:33:12.324586   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:12.325475   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:12.326733   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:12.328830   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:12.329012   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.329237   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:12.329383   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.362622   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:35591
I20260630 12:33:12.362717  1133 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:35591 every 8 connection(s)
I20260630 12:33:12.366963   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:12.372994  1138 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
W20260630 12:33:12.374322  1139 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
W20260630 12:33:12.376969  1141 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
I20260630 12:33:12.377218   445 server_base.cc:1061] running on GCE node
I20260630 12:33:12.378079   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:12.378275   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:12.378448   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822792378431 us; error 0 us; skew 500 ppm
I20260630 12:33:12.378917   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:12.380746  1134 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37541
I20260630 12:33:12.381047  1134 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:12.381757  1134 heartbeater.cc:507] Master 127.0.111.126:37541 requested a full tablet report, sending...
I20260630 12:33:12.381822   445 webserver.cc:533] Webserver started at http://127.0.111.66:35203/ using document root <none> and password file <none>
I20260630 12:33:12.382324   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:12.382500   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:12.382752   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:12.383628  1007 ts_manager.cc:194] Registered new tserver with Master: 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591)
I20260630 12:33:12.383750   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "c78b7d512f834edc8058d9e607a58512"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.385218  1007 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36044
I20260630 12:33:12.387939   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:33:12.390820  1146 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.391497   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:33:12.391753   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "c78b7d512f834edc8058d9e607a58512"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.392004   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-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)
I20260630 12:33:12.412307   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:12.413532   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:12.414795   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:12.416931   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:12.417119   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.417323   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:12.417469   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.450994   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:40479
I20260630 12:33:12.451076  1208 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:40479 every 8 connection(s)
I20260630 12:33:12.455343   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:12.461210  1212 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
W20260630 12:33:12.462200  1213 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
W20260630 12:33:12.464923  1215 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
I20260630 12:33:12.465230   445 server_base.cc:1061] running on GCE node
I20260630 12:33:12.465950  1209 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37541
I20260630 12:33:12.466070   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:33:12.466284  1209 heartbeater.cc:461] Registering TS with master...
W20260630 12:33:12.466336   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:12.466627   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822792466613 us; error 0 us; skew 500 ppm
I20260630 12:33:12.467080  1209 heartbeater.cc:507] Master 127.0.111.126:37541 requested a full tablet report, sending...
I20260630 12:33:12.467187   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:12.468989  1007 ts_manager.cc:194] Registered new tserver with Master: c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:12.469503   445 webserver.cc:533] Webserver started at http://127.0.111.67:39643/ using document root <none> and password file <none>
I20260630 12:33:12.469944   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:12.470116   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:12.470345   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:12.470309  1007 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36050
I20260630 12:33:12.471606   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.475454   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:33:12.478766  1220 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.479658   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:12.479984   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
format_stamp: "Formatted at 2026-06-30 12:33:12 on dist-test-slave-rw3v"
I20260630 12:33:12.480226   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-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)
I20260630 12:33:12.497844   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:12.498790   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:12.500098   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:12.502045   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:12.502223   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.502390   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:12.502512   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:12.536746   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:44887
I20260630 12:33:12.536823  1282 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:44887 every 8 connection(s)
I20260630 12:33:12.549212  1283 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37541
I20260630 12:33:12.549558  1283 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:12.550223  1283 heartbeater.cc:507] Master 127.0.111.126:37541 requested a full tablet report, sending...
I20260630 12:33:12.551959  1007 ts_manager.cc:194] Registered new tserver with Master: 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:12.552887   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013360189s
I20260630 12:33:12.553366  1007 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36052
I20260630 12:33:13.387473  1134 heartbeater.cc:499] Master 127.0.111.126:37541 was elected leader, sending a full tablet report...
I20260630 12:33:13.472652  1209 heartbeater.cc:499] Master 127.0.111.126:37541 was elected leader, sending a full tablet report...
I20260630 12:33:13.555946  1283 heartbeater.cc:499] Master 127.0.111.126:37541 was elected leader, sending a full tablet report...
I20260630 12:33:13.606484  1007 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36058:
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"
    }
  }
}
W20260630 12:33:13.608946  1007 catalog_manager.cc:7077] 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.
I20260630 12:33:13.669902  1174 tablet_service.cc:1511] Processing CreateTablet for tablet a5057e278a64410e844c510c42353b27 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:33:13.671001  1171 tablet_service.cc:1511] Processing CreateTablet for tablet 79bf204a702645a8b226401e227b240b (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:33:13.671388  1174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a5057e278a64410e844c510c42353b27. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.671312  1173 tablet_service.cc:1511] Processing CreateTablet for tablet 355f75ce962a4726ac2da0f7d36c5fa0 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:33:13.672446  1171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79bf204a702645a8b226401e227b240b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.673820  1172 tablet_service.cc:1511] Processing CreateTablet for tablet 393393211fe24c8990a61db34b058078 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:33:13.675168  1172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 393393211fe24c8990a61db34b058078. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.677300  1173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 355f75ce962a4726ac2da0f7d36c5fa0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.697626  1248 tablet_service.cc:1511] Processing CreateTablet for tablet a5057e278a64410e844c510c42353b27 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:33:13.700170  1247 tablet_service.cc:1511] Processing CreateTablet for tablet 355f75ce962a4726ac2da0f7d36c5fa0 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:33:13.701577  1099 tablet_service.cc:1511] Processing CreateTablet for tablet a5057e278a64410e844c510c42353b27 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:33:13.702302  1246 tablet_service.cc:1511] Processing CreateTablet for tablet 393393211fe24c8990a61db34b058078 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:33:13.702497  1096 tablet_service.cc:1511] Processing CreateTablet for tablet 79bf204a702645a8b226401e227b240b (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:33:13.702970  1099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a5057e278a64410e844c510c42353b27. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.703666  1096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79bf204a702645a8b226401e227b240b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.704383  1245 tablet_service.cc:1511] Processing CreateTablet for tablet 79bf204a702645a8b226401e227b240b (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:33:13.706472  1244 tablet_service.cc:1511] Processing CreateTablet for tablet b4efa1664103419f98c0b3706c5a6bef (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:33:13.699002  1248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a5057e278a64410e844c510c42353b27. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.708279  1098 tablet_service.cc:1511] Processing CreateTablet for tablet 355f75ce962a4726ac2da0f7d36c5fa0 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:33:13.709630  1098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 355f75ce962a4726ac2da0f7d36c5fa0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.710114  1095 tablet_service.cc:1511] Processing CreateTablet for tablet b4efa1664103419f98c0b3706c5a6bef (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:33:13.711401  1095 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4efa1664103419f98c0b3706c5a6bef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.711526  1244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4efa1664103419f98c0b3706c5a6bef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.712957  1097 tablet_service.cc:1511] Processing CreateTablet for tablet 393393211fe24c8990a61db34b058078 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:33:13.714318  1097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 393393211fe24c8990a61db34b058078. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.715541  1247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 355f75ce962a4726ac2da0f7d36c5fa0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.719542  1245 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79bf204a702645a8b226401e227b240b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.720620  1246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 393393211fe24c8990a61db34b058078. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.741307  1173 tablet_service.cc:1511] Processing CreateTablet for tablet 9b8eebcda83e46ca944fcd8499b40c34 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:33:13.741550  1243 tablet_service.cc:1511] Processing CreateTablet for tablet 9b8eebcda83e46ca944fcd8499b40c34 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:33:13.742617  1173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b8eebcda83e46ca944fcd8499b40c34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.742830  1243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b8eebcda83e46ca944fcd8499b40c34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.748261  1170 tablet_service.cc:1511] Processing CreateTablet for tablet 7bf8d938d6564965812266683041ff8d (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:33:13.749073  1094 tablet_service.cc:1511] Processing CreateTablet for tablet 9b8eebcda83e46ca944fcd8499b40c34 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:33:13.749593  1170 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bf8d938d6564965812266683041ff8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.747022  1171 tablet_service.cc:1511] Processing CreateTablet for tablet b4efa1664103419f98c0b3706c5a6bef (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:33:13.750669  1093 tablet_service.cc:1511] Processing CreateTablet for tablet 7bf8d938d6564965812266683041ff8d (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:33:13.751952  1093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bf8d938d6564965812266683041ff8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.751192  1171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4efa1664103419f98c0b3706c5a6bef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.758666  1094 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b8eebcda83e46ca944fcd8499b40c34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.759083  1242 tablet_service.cc:1511] Processing CreateTablet for tablet 7bf8d938d6564965812266683041ff8d (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:33:13.760322  1242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bf8d938d6564965812266683041ff8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.766505  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 45084bc1e0b1424196d1f81d167a0312 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:33:13.767731  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45084bc1e0b1424196d1f81d167a0312. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.769541  1302 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.782357  1303 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:13.795536  1174 tablet_service.cc:1511] Processing CreateTablet for tablet 45084bc1e0b1424196d1f81d167a0312 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:33:13.796716  1174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45084bc1e0b1424196d1f81d167a0312. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.811209  1246 tablet_service.cc:1511] Processing CreateTablet for tablet 45084bc1e0b1424196d1f81d167a0312 (DEFAULT_TABLE table=test-workload [id=ec490e205c5142b181fad7f543cd1c90]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:33:13.812376  1304 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.812784  1246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45084bc1e0b1424196d1f81d167a0312. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:13.818786  1304 tablet_bootstrap.cc:654] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.819881  1302 tablet_bootstrap.cc:654] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.825641  1303 tablet_bootstrap.cc:654] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.828414  1304 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.828900  1304 ts_tablet_manager.cc:1403] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.000s
I20260630 12:33:13.831830  1302 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:13.831548  1304 raft_consensus.cc:359] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.832232  1303 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:13.832219  1304 raft_consensus.cc:385] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.832257  1302 ts_tablet_manager.cc:1403] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.063s	user 0.011s	sys 0.005s
I20260630 12:33:13.832878  1303 ts_tablet_manager.cc:1403] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.051s	user 0.012s	sys 0.000s
I20260630 12:33:13.832782  1304 raft_consensus.cc:740] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.833702  1304 consensus_queue.cc:260] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.834841  1303 raft_consensus.cc:359] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.835547  1303 raft_consensus.cc:385] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.835305  1302 raft_consensus.cc:359] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:13.835848  1303 raft_consensus.cc:740] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.836021  1302 raft_consensus.cc:385] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.836373  1304 ts_tablet_manager.cc:1434] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:33:13.836349  1302 raft_consensus.cc:740] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.836674  1303 consensus_queue.cc:260] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.837242  1302 consensus_queue.cc:260] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:13.837761  1304 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.839991  1302 ts_tablet_manager.cc:1434] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:33:13.841346  1302 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.843384  1304 tablet_bootstrap.cc:654] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.846587  1302 tablet_bootstrap.cc:654] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.850499  1303 ts_tablet_manager.cc:1434] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.008s
I20260630 12:33:13.851473  1303 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:13.854194  1304 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.854650  1304 ts_tablet_manager.cc:1403] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.018s	user 0.002s	sys 0.012s
I20260630 12:33:13.855293  1302 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:13.855729  1302 ts_tablet_manager.cc:1403] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.010s
I20260630 12:33:13.856902  1303 tablet_bootstrap.cc:654] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.857036  1304 raft_consensus.cc:359] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:13.857748  1304 raft_consensus.cc:385] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.858024  1304 raft_consensus.cc:740] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.858130  1302 raft_consensus.cc:359] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.858920  1302 raft_consensus.cc:385] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.859362  1302 raft_consensus.cc:740] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.858952  1304 consensus_queue.cc:260] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:13.860217  1302 consensus_queue.cc:260] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.862460  1302 ts_tablet_manager.cc:1434] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:33:13.863333  1302 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.864401  1304 ts_tablet_manager.cc:1434] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:33:13.865270  1304 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.868577  1302 tablet_bootstrap.cc:654] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.870983  1304 tablet_bootstrap.cc:654] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.873440  1303 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:13.873921  1303 ts_tablet_manager.cc:1403] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.007s
I20260630 12:33:13.876541  1303 raft_consensus.cc:359] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.877146  1304 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.877213  1303 raft_consensus.cc:385] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.877710  1304 ts_tablet_manager.cc:1403] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.001s
I20260630 12:33:13.877662  1303 raft_consensus.cc:740] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.878437  1302 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:13.878911  1302 ts_tablet_manager.cc:1403] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.000s
I20260630 12:33:13.878527  1303 consensus_queue.cc:260] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.880873  1303 ts_tablet_manager.cc:1434] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:33:13.881877  1303 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:13.881371  1302 raft_consensus.cc:359] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.881750  1304 raft_consensus.cc:359] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.882266  1302 raft_consensus.cc:385] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.882684  1304 raft_consensus.cc:385] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.882702  1302 raft_consensus.cc:740] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.883322  1304 raft_consensus.cc:740] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.883816  1302 consensus_queue.cc:260] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.884111  1304 consensus_queue.cc:260] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.886546  1304 ts_tablet_manager.cc:1434] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:33:13.887410  1303 tablet_bootstrap.cc:654] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.887555  1304 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.891287  1302 ts_tablet_manager.cc:1434] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:33:13.892308  1302 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.892838  1304 tablet_bootstrap.cc:654] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.897778  1302 tablet_bootstrap.cc:654] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.902626  1303 tablet_bootstrap.cc:492] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:13.902983  1303 ts_tablet_manager.cc:1403] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.011s
I20260630 12:33:13.904973  1303 raft_consensus.cc:359] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.905439  1303 raft_consensus.cc:385] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.905678  1303 raft_consensus.cc:740] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.906263  1303 consensus_queue.cc:260] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.908536  1303 ts_tablet_manager.cc:1434] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:33:13.909505  1303 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:13.910483  1302 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:13.910934  1302 ts_tablet_manager.cc:1403] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.000s
I20260630 12:33:13.913429  1302 raft_consensus.cc:359] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.914094  1302 raft_consensus.cc:385] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.914101  1309 raft_consensus.cc:493] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:13.914844  1309 raft_consensus.cc:515] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.915591  1303 tablet_bootstrap.cc:654] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.915890  1304 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.916309  1304 ts_tablet_manager.cc:1403] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.012s
I20260630 12:33:13.917281  1309 leader_election.cc:290] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:13.919080  1304 raft_consensus.cc:359] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.919826  1304 raft_consensus.cc:385] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.920110  1304 raft_consensus.cc:740] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.920960  1304 consensus_queue.cc:260] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.923269  1302 raft_consensus.cc:740] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.924240  1302 consensus_queue.cc:260] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.926455  1302 ts_tablet_manager.cc:1434] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:33:13.929127  1302 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.929239  1304 ts_tablet_manager.cc:1434] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:33:13.933441  1304 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.939803  1304 tablet_bootstrap.cc:654] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.942488  1302 tablet_bootstrap.cc:654] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.947836  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:13.948534  1109 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:13.948477  1303 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:13.949851  1303 ts_tablet_manager.cc:1403] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.041s	user 0.026s	sys 0.012s
I20260630 12:33:13.950014  1147 leader_election.cc:304] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:13.950816  1309 raft_consensus.cc:2804] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:13.951105  1309 raft_consensus.cc:493] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:13.951444  1309 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:13.952648  1303 raft_consensus.cc:359] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.953353  1303 raft_consensus.cc:385] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.953639  1303 raft_consensus.cc:740] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.954025  1302 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:13.955821  1302 ts_tablet_manager.cc:1403] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.027s	user 0.009s	sys 0.002s
I20260630 12:33:13.954524  1303 consensus_queue.cc:260] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.959017  1304 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.959466  1303 ts_tablet_manager.cc:1434] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:33:13.959517  1304 ts_tablet_manager.cc:1403] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.004s
I20260630 12:33:13.960538  1303 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:13.957700  1309 raft_consensus.cc:515] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.962572  1309 leader_election.cc:290] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:13.962325  1304 raft_consensus.cc:359] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.963025  1304 raft_consensus.cc:385] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.963368  1304 raft_consensus.cc:740] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.963970  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:13.964047  1304 consensus_queue.cc:260] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.966145  1304 ts_tablet_manager.cc:1434] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:33:13.967075  1304 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:13.967952  1324 raft_consensus.cc:493] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:13.968390  1324 raft_consensus.cc:515] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.964628  1109 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:13.970386  1324 leader_election.cc:290] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:13.971653  1303 tablet_bootstrap.cc:654] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.971844  1304 tablet_bootstrap.cc:654] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.972143  1302 raft_consensus.cc:359] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.972848  1302 raft_consensus.cc:385] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.973196  1302 raft_consensus.cc:740] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.973951  1302 consensus_queue.cc:260] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.979084  1302 ts_tablet_manager.cc:1434] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.001s
I20260630 12:33:13.980183  1302 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:13.983156  1304 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:13.983662  1304 ts_tablet_manager.cc:1403] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.007s
I20260630 12:33:13.986231  1302 tablet_bootstrap.cc:654] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:13.986261  1304 raft_consensus.cc:359] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.987046  1304 raft_consensus.cc:385] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:13.987339  1304 raft_consensus.cc:740] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:13.988009  1304 consensus_queue.cc:260] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:13.992249  1109 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.000314  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.000590  1304 ts_tablet_manager.cc:1434] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.008s
I20260630 12:33:14.001258  1309 raft_consensus.cc:493] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.001698  1304 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:14.001678  1309 raft_consensus.cc:515] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.003738  1309 leader_election.cc:290] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.004494  1308 raft_consensus.cc:493] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.004935  1308 raft_consensus.cc:515] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.008009  1304 tablet_bootstrap.cc:654] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.009981  1308 leader_election.cc:290] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:14.012347  1147 leader_election.cc:304] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.016049  1303 tablet_bootstrap.cc:492] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:14.015998  1309 raft_consensus.cc:2804] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.016655  1309 raft_consensus.cc:697] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
W20260630 12:33:14.017357  1147 leader_election.cc:343] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:33:14.017458  1309 consensus_queue.cc:237] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.019276  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.019865  1109 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.021095  1308 raft_consensus.cc:493] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.021533  1308 raft_consensus.cc:515] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.022866  1303 ts_tablet_manager.cc:1403] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.063s	user 0.019s	sys 0.031s
I20260630 12:33:14.023944  1308 leader_election.cc:290] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:14.024313  1258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.024933  1258 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.025096  1147 leader_election.cc:304] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.025974  1324 raft_consensus.cc:2804] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.026365  1324 raft_consensus.cc:493] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.026298  1258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.026806  1324 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.026934  1258 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.025537  1303 raft_consensus.cc:359] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.030426  1303 raft_consensus.cc:385] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.031356  1303 raft_consensus.cc:740] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.032802  1108 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.033537  1108 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 0.
I20260630 12:33:14.032706  1303 consensus_queue.cc:260] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.035240  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.035864  1257 raft_consensus.cc:2468] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.033998  1258 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.037324  1303 ts_tablet_manager.cc:1434] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:33:14.037571  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.038218  1303 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:14.038405  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "393393211fe24c8990a61db34b058078" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.049968  1257 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.050189  1109 raft_consensus.cc:2468] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 0.
I20260630 12:33:14.037128  1221 leader_election.cc:304] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:14.051827  1308 raft_consensus.cc:2804] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.052194  1308 raft_consensus.cc:493] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.052501  1308 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.055805  1303 tablet_bootstrap.cc:654] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.058212  1304 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:14.058650  1304 ts_tablet_manager.cc:1403] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.057s	user 0.026s	sys 0.013s
I20260630 12:33:14.059175  1221 leader_election.cc:304] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:14.041659  1324 raft_consensus.cc:515] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.061524  1324 leader_election.cc:290] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.061393  1304 raft_consensus.cc:359] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.062093  1304 raft_consensus.cc:385] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.062381  1304 raft_consensus.cc:740] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.063392  1147 leader_election.cc:304] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:14.048684  1005 catalog_manager.cc:5697] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 0 to 1, leader changed from <none> to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.063563  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "393393211fe24c8990a61db34b058078" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.064323  1184 raft_consensus.cc:2468] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 0.
I20260630 12:33:14.064896  1324 raft_consensus.cc:2804] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.065279  1324 raft_consensus.cc:493] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.065590  1324 raft_consensus.cc:3060] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.066730  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.045645  1302 tablet_bootstrap.cc:492] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:14.067632  1184 raft_consensus.cc:2393] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in current term 1: Already voted for candidate c78b7d512f834edc8058d9e607a58512 in this term.
I20260630 12:33:14.068542  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.068939  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.063191  1304 consensus_queue.cc:260] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.069100  1109 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.067552  1302 ts_tablet_manager.cc:1403] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.088s	user 0.008s	sys 0.003s
I20260630 12:33:14.081660  1109 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.083923  1147 leader_election.cc:304] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.084811  1309 raft_consensus.cc:2804] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.085402  1303 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:14.085229  1302 raft_consensus.cc:359] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.085942  1303 ts_tablet_manager.cc:1403] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.015s
I20260630 12:33:14.085942  1302 raft_consensus.cc:385] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.087533  1302 raft_consensus.cc:740] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.088233  1302 consensus_queue.cc:260] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.058696  1308 raft_consensus.cc:515] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.090905  1257 raft_consensus.cc:2393] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c78b7d512f834edc8058d9e607a58512 in current term 1: Already voted for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in this term.
I20260630 12:33:14.091233  1303 raft_consensus.cc:359] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.091940  1303 raft_consensus.cc:385] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.092252  1303 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.092981  1303 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.095134  1303 ts_tablet_manager.cc:1434] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.000s
I20260630 12:33:14.097078  1302 ts_tablet_manager.cc:1434] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.000s
I20260630 12:33:14.097009  1324 raft_consensus.cc:515] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.098124  1302 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:14.102639  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.103286  1308 leader_election.cc:290] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:14.103807  1308 raft_consensus.cc:2804] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.104311  1302 tablet_bootstrap.cc:654] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.104127  1308 raft_consensus.cc:493] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.104729  1308 raft_consensus.cc:3060] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.107318  1303 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:14.110010  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.112437  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
W20260630 12:33:14.112501  1147 leader_election.cc:343] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:33:14.113024  1257 raft_consensus.cc:3060] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.113476  1303 tablet_bootstrap.cc:654] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.116544  1309 raft_consensus.cc:697] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:14.120064  1257 raft_consensus.cc:2468] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.117499  1309 consensus_queue.cc:237] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.121276  1147 leader_election.cc:304] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:14.123832  1336 raft_consensus.cc:2804] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.124428  1336 raft_consensus.cc:697] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:14.125401  1335 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.125864  1335 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.125921  1336 consensus_queue.cc:237] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.098968  1324 leader_election.cc:290] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.136626  1308 raft_consensus.cc:515] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.140228  1003 catalog_manager.cc:5697] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 0 to 1, leader changed from <none> to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.142519  1302 tablet_bootstrap.cc:492] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:14.143026  1302 ts_tablet_manager.cc:1403] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.045s	user 0.011s	sys 0.005s
I20260630 12:33:14.147197  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "393393211fe24c8990a61db34b058078" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.147733  1184 raft_consensus.cc:3060] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.147886  1302 raft_consensus.cc:359] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.148665  1302 raft_consensus.cc:385] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.148952  1302 raft_consensus.cc:740] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
W20260630 12:33:14.150193  1221 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.111.65:35591, user_credentials={real_user=slave}} blocked reactor thread for 91106.8us
I20260630 12:33:14.151952  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.144469  1308 leader_election.cc:290] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:14.156046  1109 raft_consensus.cc:2393] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in current term 1: Already voted for candidate c78b7d512f834edc8058d9e607a58512 in this term.
I20260630 12:33:14.159278  1335 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591)
I20260630 12:33:14.156567  1302 consensus_queue.cc:260] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.160398  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "393393211fe24c8990a61db34b058078" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.160946  1109 raft_consensus.cc:3060] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.161733  1302 ts_tablet_manager.cc:1434] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.018s	user 0.003s	sys 0.004s
I20260630 12:33:14.162801  1302 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: Bootstrap starting.
I20260630 12:33:14.163509  1108 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.164964  1221 leader_election.cc:304] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5; no voters: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512
I20260630 12:33:14.158062  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.165917  1335 raft_consensus.cc:2749] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:33:14.165952  1183 raft_consensus.cc:2468] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 0.
I20260630 12:33:14.168450  1223 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.169494  1335 raft_consensus.cc:2804] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.169071  1003 catalog_manager.cc:5697] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 0 to 1, leader changed from <none> to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.169898  1335 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.170374  1335 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.170753  1304 ts_tablet_manager.cc:1434] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.112s	user 0.050s	sys 0.047s
W20260630 12:33:14.171689  1221 leader_election.cc:343] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:33:14.172531  1109 raft_consensus.cc:2468] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 1.
I20260630 12:33:14.174019  1221 leader_election.cc:304] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:14.174858  1308 raft_consensus.cc:2804] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.175612  1308 raft_consensus.cc:697] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 LEADER]: Becoming Leader. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:14.176339  1308 consensus_queue.cc:237] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.177559  1335 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.179540  1335 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 election: Requested vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591)
I20260630 12:33:14.181440  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.181998  1183 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.182137  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.181464  1304 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Bootstrap starting.
I20260630 12:33:14.187968  1303 tablet_bootstrap.cc:492] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:14.188494  1303 ts_tablet_manager.cc:1403] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.081s	user 0.022s	sys 0.011s
I20260630 12:33:14.189447  1304 tablet_bootstrap.cc:654] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.189373  1184 raft_consensus.cc:2468] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 1.
W20260630 12:33:14.183516  1221 leader_election.cc:343] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:33:14.190152  1310 raft_consensus.cc:493] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.190821  1310 raft_consensus.cc:515] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.189505  1183 raft_consensus.cc:2468] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 1.
I20260630 12:33:14.192445  1303 raft_consensus.cc:359] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.193046  1223 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:14.195461  1334 raft_consensus.cc:2804] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.195953  1334 raft_consensus.cc:697] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 LEADER]: Becoming Leader. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:14.197153  1302 tablet_bootstrap.cc:654] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.196717  1334 consensus_queue.cc:237] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.193251  1303 raft_consensus.cc:385] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.199915  1310 leader_election.cc:290] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.200994  1303 raft_consensus.cc:740] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.205633  1310 raft_consensus.cc:493] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.206138  1310 raft_consensus.cc:515] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.206081  1303 consensus_queue.cc:260] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.208880  1310 leader_election.cc:290] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
W20260630 12:33:14.218173  1055 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:33:14.224221  1060 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:33:14.225170  1060 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:33:14.228554  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bf8d938d6564965812266683041ff8d" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.229281  1183 raft_consensus.cc:2468] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 0.
I20260630 12:33:14.230180  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4efa1664103419f98c0b3706c5a6bef" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.230854  1184 raft_consensus.cc:2468] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 0.
I20260630 12:33:14.231673  1074 leader_election.cc:304] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.232779  1304 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: No bootstrap required, opened a new log
I20260630 12:33:14.232944  1303 ts_tablet_manager.cc:1434] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.044s	user 0.007s	sys 0.006s
I20260630 12:33:14.233129  1304 ts_tablet_manager.cc:1403] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent bootstrapping tablet: real 0.052s	user 0.007s	sys 0.014s
I20260630 12:33:14.234221  1074 leader_election.cc:304] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.230857  1003 catalog_manager.cc:5697] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:14.234985  1310 raft_consensus.cc:2804] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.235354  1310 raft_consensus.cc:493] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.235657  1310 raft_consensus.cc:3060] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.239437  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bf8d938d6564965812266683041ff8d" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.240028  1257 raft_consensus.cc:2468] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 0.
I20260630 12:33:14.240696  1304 raft_consensus.cc:359] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.241376  1304 raft_consensus.cc:385] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.241680  1304 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.242606  1304 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.243986  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4efa1664103419f98c0b3706c5a6bef" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.244503  1303 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: Bootstrap starting.
I20260630 12:33:14.244554  1257 raft_consensus.cc:2468] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 0.
I20260630 12:33:14.245551  1304 ts_tablet_manager.cc:1434] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260630 12:33:14.243037  1310 raft_consensus.cc:515] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.243541  1348 raft_consensus.cc:2804] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.247390  1348 raft_consensus.cc:493] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.247797  1348 raft_consensus.cc:3060] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.248059  1302 tablet_bootstrap.cc:492] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: No bootstrap required, opened a new log
I20260630 12:33:14.248155  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bf8d938d6564965812266683041ff8d" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.248528  1302 ts_tablet_manager.cc:1403] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: Time spent bootstrapping tablet: real 0.086s	user 0.006s	sys 0.017s
I20260630 12:33:14.248828  1184 raft_consensus.cc:3060] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.250685  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bf8d938d6564965812266683041ff8d" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.251230  1257 raft_consensus.cc:3060] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.251624  1303 tablet_bootstrap.cc:654] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:14.251909  1003 catalog_manager.cc:5697] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.255318  1184 raft_consensus.cc:2468] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 1.
I20260630 12:33:14.256476  1074 leader_election.cc:304] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.256659  1310 leader_election.cc:290] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 1 election: Requested vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.257575  1310 raft_consensus.cc:2804] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.258002  1310 raft_consensus.cc:697] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 1 LEADER]: Becoming Leader. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Running, Role: LEADER
I20260630 12:33:14.256709  1257 raft_consensus.cc:2468] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 1.
I20260630 12:33:14.256475  1302 raft_consensus.cc:359] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.259083  1302 raft_consensus.cc:385] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.259402  1302 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.260260  1302 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.261936  1310 consensus_queue.cc:237] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.264427  1348 raft_consensus.cc:515] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.266507  1348 leader_election.cc:290] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 1 election: Requested vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.268049  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4efa1664103419f98c0b3706c5a6bef" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.268575  1257 raft_consensus.cc:3060] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.275172  1257 raft_consensus.cc:2468] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 1.
I20260630 12:33:14.276708  1072 leader_election.cc:304] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:14.277493  1348 raft_consensus.cc:2804] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.277940  1348 raft_consensus.cc:697] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 1 LEADER]: Becoming Leader. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Running, Role: LEADER
I20260630 12:33:14.278971  1302 ts_tablet_manager.cc:1434] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: Time spent starting tablet: real 0.030s	user 0.006s	sys 0.000s
I20260630 12:33:14.278704  1348 consensus_queue.cc:237] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.288506  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4efa1664103419f98c0b3706c5a6bef" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.288981  1184 raft_consensus.cc:3060] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.290807  1303 tablet_bootstrap.cc:492] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: No bootstrap required, opened a new log
I20260630 12:33:14.291281  1303 ts_tablet_manager.cc:1403] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: Time spent bootstrapping tablet: real 0.058s	user 0.008s	sys 0.015s
I20260630 12:33:14.293522  1184 raft_consensus.cc:2468] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 1.
I20260630 12:33:14.293771  1303 raft_consensus.cc:359] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.294448  1303 raft_consensus.cc:385] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:14.294703  1303 raft_consensus.cc:740] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Initialized, Role: FOLLOWER
I20260630 12:33:14.295323  1303 consensus_queue.cc:260] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.295954  1003 catalog_manager.cc:5697] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5f3c58488a8447428c3a4df95b2c47fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.298904  1303 ts_tablet_manager.cc:1434] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:33:14.307286  1003 catalog_manager.cc:5697] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5f3c58488a8447428c3a4df95b2c47fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.437202  1336 raft_consensus.cc:493] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.437649  1336 raft_consensus.cc:515] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.439224  1336 leader_election.cc:290] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.440053  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:14.440248  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.440560  1109 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.440778  1257 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 0.
I20260630 12:33:14.441484  1147 leader_election.cc:304] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.442101  1336 raft_consensus.cc:2804] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:14.442430  1336 raft_consensus.cc:493] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:14.442701  1336 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.446864  1336 raft_consensus.cc:515] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.448410  1336 leader_election.cc:290] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 1 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.449048  1109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:14.449383  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.449566  1109 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.449859  1257 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.453890  1257 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.453882  1109 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 1.
I20260630 12:33:14.455013  1147 leader_election.cc:304] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.455794  1336 raft_consensus.cc:2804] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:14.456240  1336 raft_consensus.cc:697] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:14.456867  1336 consensus_queue.cc:237] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.463547  1003 catalog_manager.cc:5697] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 0 to 1, leader changed from <none> to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:14.536329  1310 raft_consensus.cc:493] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.536758  1310 raft_consensus.cc:515] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:14.538298  1310 leader_election.cc:290] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.539002  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.539317  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79bf204a702645a8b226401e227b240b" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.539947  1257 raft_consensus.cc:2393] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5f3c58488a8447428c3a4df95b2c47fa in current term 1: Already voted for candidate c78b7d512f834edc8058d9e607a58512 in this term.
I20260630 12:33:14.540779  1072 leader_election.cc:304] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa; no voters: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512
I20260630 12:33:14.541352  1310 raft_consensus.cc:3060] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.545723  1310 raft_consensus.cc:2749] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:33:14.572546   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:14.572247  1336 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.576282  1324 consensus_queue.cc:1048] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:33:14.581172  1355 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
W20260630 12:33:14.583753  1356 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
I20260630 12:33:14.613183  1107 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:14.618366  1324 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.622920  1309 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.632472  1348 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:14.633042  1308 consensus_queue.cc:1048] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.632957  1348 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
W20260630 12:33:14.642087  1360 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
I20260630 12:33:14.642202  1308 consensus_queue.cc:1048] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.645588  1348 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.646271  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512" is_pre_election: true
I20260630 12:33:14.646930  1183 raft_consensus.cc:2468] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 1.
I20260630 12:33:14.647177  1334 consensus_queue.cc:1048] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.648458   445 server_base.cc:1061] running on GCE node
I20260630 12:33:14.649397  1074 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:14.649371  1258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:14.663390  1309 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.665431  1309 consensus_queue.cc:1048] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.673511  1310 raft_consensus.cc:2804] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:33:14.675405  1310 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting leader election (detected failure of leader 17d00ed635eb4ab0b808a0ee58e48ab5)
I20260630 12:33:14.675877  1310 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:14.679919   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:14.680261   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:14.680466   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822794680450 us; error 0 us; skew 500 ppm
I20260630 12:33:14.681205   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:14.702929  1348 consensus_queue.cc:1048] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.709833  1308 consensus_queue.cc:1048] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.698568  1310 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.728286  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:14.729530  1258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:14.728983  1105 raft_consensus.cc:1240] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Rejecting Update request from peer 17d00ed635eb4ab0b808a0ee58e48ab5 for earlier term 1. Current term is 2. Ops: []
I20260630 12:33:14.731842  1310 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 2 election: Requested vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:14.732005  1072 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [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: 5f3c58488a8447428c3a4df95b2c47fa; no voters: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512
I20260630 12:33:14.735512  1310 raft_consensus.cc:2749] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:33:14.735708  1348 consensus_queue.cc:1048] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.738461  1375 consensus_queue.cc:1059] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:33:14.740646  1375 raft_consensus.cc:3055] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:33:14.740970  1375 raft_consensus.cc:740] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:14.741956  1375 consensus_queue.cc:260] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:14.743206  1375 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:14.752677   445 webserver.cc:533] Webserver started at http://127.0.111.68:40715/ using document root <none> and password file <none>
I20260630 12:33:14.753464   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:14.753767   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:14.754150   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:14.756000   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "4e6fb2a2da3247cbafc409e26d522e4a"
format_stamp: "Formatted at 2026-06-30 12:33:14 on dist-test-slave-rw3v"
I20260630 12:33:14.770008   445 fs_manager.cc:696] Time spent creating directory manager: real 0.013s	user 0.007s	sys 0.003s
I20260630 12:33:14.774469  1382 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:14.774775  1310 consensus_queue.cc:1048] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.775388   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:33:14.775739   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "4e6fb2a2da3247cbafc409e26d522e4a"
format_stamp: "Formatted at 2026-06-30 12:33:14 on dist-test-slave-rw3v"
I20260630 12:33:14.776078   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822785200141-445-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)
I20260630 12:33:14.788138  1349 consensus_queue.cc:1048] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.803013   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:14.804219   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:14.805617   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:14.807657   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:14.807862   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:14.808077   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:14.808228   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:14.846796   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:46513
I20260630 12:33:14.846873  1446 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:46513 every 8 connection(s)
I20260630 12:33:14.862003  1447 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37541
I20260630 12:33:14.862419  1447 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:14.862890  1336 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:14.863119  1447 heartbeater.cc:507] Master 127.0.111.126:37541 requested a full tablet report, sending...
I20260630 12:33:14.864948  1005 ts_manager.cc:194] Registered new tserver with Master: 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513)
I20260630 12:33:14.866775  1005 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36062
I20260630 12:33:14.873230  1336 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:15.869513  1447 heartbeater.cc:499] Master 127.0.111.126:37541 was elected leader, sending a full tablet report...
I20260630 12:33:16.213760  1365 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 17d00ed635eb4ab0b808a0ee58e48ab5)
I20260630 12:33:16.214445  1365 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:16.216636  1365 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887), 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591)
I20260630 12:33:16.217581  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" is_pre_election: true
I20260630 12:33:16.217555  1105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa" is_pre_election: true
I20260630 12:33:16.218385  1257 raft_consensus.cc:2468] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 2.
I20260630 12:33:16.218613  1105 raft_consensus.cc:2393] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c78b7d512f834edc8058d9e607a58512 in current term 2: Already voted for candidate 5f3c58488a8447428c3a4df95b2c47fa in this term.
I20260630 12:33:16.219552  1147 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:16.220108  1365 raft_consensus.cc:2804] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:33:16.220391  1365 raft_consensus.cc:493] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 17d00ed635eb4ab0b808a0ee58e48ab5)
I20260630 12:33:16.220654  1365 raft_consensus.cc:3060] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.225498  1365 raft_consensus.cc:515] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:16.226465  1060 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:16.227497  1365 leader_election.cc:290] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 2 election: Requested vote from peers 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887), 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591)
I20260630 12:33:16.228148  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:16.228300  1105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a5057e278a64410e844c510c42353b27" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:16.229139  1105 raft_consensus.cc:2393] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate c78b7d512f834edc8058d9e607a58512 in current term 2: Already voted for candidate 5f3c58488a8447428c3a4df95b2c47fa in this term.
I20260630 12:33:16.233680  1257 raft_consensus.cc:2468] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 2.
I20260630 12:33:16.234599  1147 leader_election.cc:304] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:16.235285  1365 raft_consensus.cc:2804] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:16.235710  1365 raft_consensus.cc:697] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 2 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:16.236763  1365 consensus_queue.cc:237] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [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: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } }
I20260630 12:33:16.244814  1007 catalog_manager.cc:5697] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 1 to 2, leader changed from 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67) to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 2 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:16.248310  1183 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
new_leader_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
 from {username='slave'} at 127.0.0.1:48820
I20260630 12:33:16.249454  1183 raft_consensus.cc:606] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Received request to transfer leadership to TS 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:16.252619  1183 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
new_leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
 from {username='slave'} at 127.0.0.1:48820
I20260630 12:33:16.253109  1183 raft_consensus.cc:606] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Received request to transfer leadership to TS 17d00ed635eb4ab0b808a0ee58e48ab5
I20260630 12:33:16.254302  1060 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:33:16.254988  1060 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:16.304958  1457 raft_consensus.cc:993] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: : Instructing follower 5f3c58488a8447428c3a4df95b2c47fa to start an election
I20260630 12:33:16.305413  1365 raft_consensus.cc:1081] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Signalling peer 5f3c58488a8447428c3a4df95b2c47fa to start an election
I20260630 12:33:16.307026  1105 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0"
dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
 from {username='slave'} at 127.0.0.1:37122
I20260630 12:33:16.307638  1105 raft_consensus.cc:493] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:16.307933  1105 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.312924  1105 raft_consensus.cc:515] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.314632  1105 leader_election.cc:290] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [CANDIDATE]: Term 2 election: Requested vote from peers c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:16.315630  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:16.315821  1258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "355f75ce962a4726ac2da0f7d36c5fa0" candidate_uuid: "5f3c58488a8447428c3a4df95b2c47fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:16.316294  1183 raft_consensus.cc:3055] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:33:16.316344  1258 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.316787  1183 raft_consensus.cc:740] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:16.317690  1183 consensus_queue.cc:260] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.318971  1183 raft_consensus.cc:3060] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.323740  1258 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 2.
I20260630 12:33:16.325053  1072 leader_election.cc:304] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:16.325309  1183 raft_consensus.cc:2468] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f3c58488a8447428c3a4df95b2c47fa in term 2.
I20260630 12:33:16.325857  1454 raft_consensus.cc:2804] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:16.326970  1454 raft_consensus.cc:697] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 LEADER]: Becoming Leader. State: Replica: 5f3c58488a8447428c3a4df95b2c47fa, State: Running, Role: LEADER
I20260630 12:33:16.327669  1454 consensus_queue.cc:237] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.334566  1007 catalog_manager.cc:5697] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa reported cstate change: term changed from 1 to 2, leader changed from c78b7d512f834edc8058d9e607a58512 (127.0.111.66) to 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65). New cstate: current_term: 2 leader_uuid: "5f3c58488a8447428c3a4df95b2c47fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:16.509932  1457 raft_consensus.cc:993] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: : Instructing follower 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:16.510349  1365 raft_consensus.cc:1081] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Signalling peer 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:16.511757  1258 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34"
dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
 from {username='slave'} at 127.0.0.1:55986
I20260630 12:33:16.512215  1258 raft_consensus.cc:493] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:16.512465  1258 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.516754  1258 raft_consensus.cc:515] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.518385  1258 leader_election.cc:290] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 2 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:16.519181  1105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:16.519462  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b8eebcda83e46ca944fcd8499b40c34" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:16.519757  1105 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.519956  1183 raft_consensus.cc:3055] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:33:16.520288  1183 raft_consensus.cc:740] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:16.520905  1183 consensus_queue.cc:260] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.521771  1183 raft_consensus.cc:3060] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:16.524309  1105 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 2.
I20260630 12:33:16.525333  1221 leader_election.cc:304] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:16.526077  1375 raft_consensus.cc:2804] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:16.526118  1183 raft_consensus.cc:2468] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 2.
I20260630 12:33:16.527359  1375 raft_consensus.cc:697] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Becoming Leader. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:16.528160  1375 consensus_queue.cc:237] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:16.535115  1007 catalog_manager.cc:5697] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: term changed from 1 to 2, leader changed from c78b7d512f834edc8058d9e607a58512 (127.0.111.66) to 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67). New cstate: current_term: 2 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:16.781885  1258 raft_consensus.cc:1275] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Refusing update from remote peer c78b7d512f834edc8058d9e607a58512: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.783030  1365 consensus_queue.cc:1048] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:16.793282  1105 raft_consensus.cc:1275] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Refusing update from remote peer c78b7d512f834edc8058d9e607a58512: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.794767  1365 consensus_queue.cc:1048] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:16.847553  1183 raft_consensus.cc:1275] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 5f3c58488a8447428c3a4df95b2c47fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.848707  1454 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:16.860000  1258 raft_consensus.cc:1275] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Refusing update from remote peer 5f3c58488a8447428c3a4df95b2c47fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.861413  1476 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:16.931931  1105 raft_consensus.cc:1275] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.932993  1375 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:16.941175  1183 raft_consensus.cc:1275] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:16.942807  1479 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:33:18.255935  1060 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:18.262527  1183 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
new_leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
 from {username='slave'} at 127.0.0.1:48820
I20260630 12:33:18.263000  1183 raft_consensus.cc:606] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Received request to transfer leadership to TS 17d00ed635eb4ab0b808a0ee58e48ab5
I20260630 12:33:18.264003  1060 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:33:18.264381  1060 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:18.387522  1481 raft_consensus.cc:993] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: : Instructing follower 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:18.387926  1483 raft_consensus.cc:1081] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Signalling peer 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:18.389247  1258 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
 from {username='slave'} at 127.0.0.1:55986
I20260630 12:33:18.389647  1258 raft_consensus.cc:493] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:18.389894  1258 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:18.394095  1258 raft_consensus.cc:515] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:18.395504  1258 leader_election.cc:290] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 2 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:18.396166  1105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:18.396468  1183 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:18.396742  1105 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:18.397020  1183 raft_consensus.cc:3055] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:33:18.397330  1183 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:18.398070  1183 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:18.399271  1183 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:18.402793  1105 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 2.
I20260630 12:33:18.403962  1221 leader_election.cc:304] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 17d00ed635eb4ab0b808a0ee58e48ab5, 5f3c58488a8447428c3a4df95b2c47fa; no voters: 
I20260630 12:33:18.404615  1479 raft_consensus.cc:2804] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:18.404872  1183 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 2.
I20260630 12:33:18.405587  1479 raft_consensus.cc:697] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Becoming Leader. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:18.406320  1479 consensus_queue.cc:237] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } }
I20260630 12:33:18.416564  1005 catalog_manager.cc:5697] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: term changed from 1 to 2, leader changed from c78b7d512f834edc8058d9e607a58512 (127.0.111.66) to 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67). New cstate: current_term: 2 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:18.791613  1105 raft_consensus.cc:1275] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:18.792752  1479 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:18.803810  1183 raft_consensus.cc:1275] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:18.805234  1479 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:20.252156  1257 consensus_queue.cc:237] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.257992  1183 raft_consensus.cc:1275] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.259596  1109 raft_consensus.cc:1275] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.260151  1499 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:33:20.261072  1495 consensus_queue.cc:1048] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:33:20.265272  1060 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:20.269537  1499 raft_consensus.cc:2955] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.271072  1183 raft_consensus.cc:2955] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.276723  1109 raft_consensus.cc:2955] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
W20260630 12:33:20.278009  1223 consensus_peers.cc:597] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 -> Peer 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513): Couldn't send request to peer 4e6fb2a2da3247cbafc409e26d522e4a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9b8eebcda83e46ca944fcd8499b40c34. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.286799  1007 catalog_manager.cc:5697] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 reported cstate change: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.290311  1257 consensus_queue.cc:237] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.298612  1183 raft_consensus.cc:1275] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.300966  1499 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" 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.000s
I20260630 12:33:20.305721  1257 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
mode: GRACEFUL
new_leader_uuid: "c78b7d512f834edc8058d9e607a58512"
 from {username='slave'} at 127.0.0.1:56026
I20260630 12:33:20.306229  1109 raft_consensus.cc:1275] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Refusing update from remote peer 17d00ed635eb4ab0b808a0ee58e48ab5: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.306286  1257 raft_consensus.cc:606] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Received request to transfer leadership to TS c78b7d512f834edc8058d9e607a58512
I20260630 12:33:20.307819  1504 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:33:20.308666  1060 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:33:20.309235  1060 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:33:20.309810  1223 consensus_peers.cc:597] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 -> Peer 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513): Couldn't send request to peer 4e6fb2a2da3247cbafc409e26d522e4a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 45084bc1e0b1424196d1f81d167a0312. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.319237  1504 raft_consensus.cc:2955] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.321970  1109 raft_consensus.cc:2955] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.327785  1504 raft_consensus.cc:993] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: : Instructing follower c78b7d512f834edc8058d9e607a58512 to start an election
I20260630 12:33:20.328302  1504 raft_consensus.cc:1081] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Signalling peer c78b7d512f834edc8058d9e607a58512 to start an election
I20260630 12:33:20.330367  1183 raft_consensus.cc:2955] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.333988  1184 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
 from {username='slave'} at 127.0.0.1:48806
I20260630 12:33:20.338685  1184 raft_consensus.cc:493] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:20.339051  1184 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:33:20.339810  1005 catalog_manager.cc:5697] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa reported cstate change: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.344980  1184 raft_consensus.cc:515] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.352166  1184 leader_election.cc:290] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [CANDIDATE]: Term 3 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:20.352681  1257 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
I20260630 12:33:20.353247  1257 raft_consensus.cc:3055] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:33:20.353399  1105 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "c78b7d512f834edc8058d9e607a58512" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "5f3c58488a8447428c3a4df95b2c47fa"
I20260630 12:33:20.353641  1257 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:20.354012  1105 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:33:20.354488  1257 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [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: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.355556  1257 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:33:20.358270  1105 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 3.
I20260630 12:33:20.352186  1109 consensus_queue.cc:237] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.359313  1147 leader_election.cc:304] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: 5f3c58488a8447428c3a4df95b2c47fa, c78b7d512f834edc8058d9e607a58512; no voters: 
I20260630 12:33:20.359705  1257 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c78b7d512f834edc8058d9e607a58512 in term 3.
I20260630 12:33:20.360050  1483 raft_consensus.cc:2804] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:33:20.361327  1483 raft_consensus.cc:697] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Becoming Leader. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:20.362036  1483 consensus_queue.cc:237] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [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: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.365777  1257 raft_consensus.cc:1275] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Refusing update from remote peer 5f3c58488a8447428c3a4df95b2c47fa: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.367322  1482 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:33:20.372731  1007 catalog_manager.cc:5697] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 reported cstate change: term changed from 2 to 3, leader changed from 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67) to c78b7d512f834edc8058d9e607a58512 (127.0.111.66). New cstate: current_term: 3 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:20.386219  1184 raft_consensus.cc:1275] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Refusing update from remote peer 5f3c58488a8447428c3a4df95b2c47fa: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:20.387838  1517 consensus_queue.cc:1048] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:33:20.389755  1074 consensus_peers.cc:597] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa -> Peer 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513): Couldn't send request to peer 4e6fb2a2da3247cbafc409e26d522e4a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 355f75ce962a4726ac2da0f7d36c5fa0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.389806  1517 raft_consensus.cc:2955] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.391616  1257 raft_consensus.cc:2955] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.400082  1184 raft_consensus.cc:2955] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.401513  1007 catalog_manager.cc:5697] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: config changed from index -1 to 3, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "5f3c58488a8447428c3a4df95b2c47fa" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } attrs { replace: true } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.421748  1184 consensus_queue.cc:237] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.428550  1109 raft_consensus.cc:1275] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Refusing update from remote peer c78b7d512f834edc8058d9e607a58512: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:20.428728  1257 raft_consensus.cc:1275] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Refusing update from remote peer c78b7d512f834edc8058d9e607a58512: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:20.430696  1524 consensus_queue.cc:1048] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:33:20.431663  1483 consensus_queue.cc:1048] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:33:20.438342  1149 consensus_peers.cc:597] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 -> Peer 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513): Couldn't send request to peer 4e6fb2a2da3247cbafc409e26d522e4a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 79bf204a702645a8b226401e227b240b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.440601  1515 raft_consensus.cc:2955] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.442212  1257 raft_consensus.cc:2955] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.442091  1109 raft_consensus.cc:2955] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.451923  1007 catalog_manager.cc:5697] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: config changed from index -1 to 2, NON_VOTER 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "c78b7d512f834edc8058d9e607a58512" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } } }
I20260630 12:33:20.453392  1184 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:48800
I20260630 12:33:20.453935  1184 raft_consensus.cc:606] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Received request to transfer leadership
I20260630 12:33:20.459415  1184 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:48800
I20260630 12:33:20.459870  1184 raft_consensus.cc:606] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Received request to transfer leadership
W20260630 12:33:20.461095   993 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 45084bc1e0b1424196d1f81d167a0312 already in progress [suppressed 5 similar messages]
I20260630 12:33:20.465296  1184 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "c78b7d512f834edc8058d9e607a58512"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:48800
I20260630 12:33:20.465775  1184 raft_consensus.cc:606] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Received request to transfer leadership
I20260630 12:33:20.694478  1529 ts_tablet_manager.cc:933] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: Initiating tablet copy from peer 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67:44887)
I20260630 12:33:20.696244  1529 tablet_copy_client.cc:323] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:44887
I20260630 12:33:20.706032  1268 tablet_copy_service.cc:140] P 17d00ed635eb4ab0b808a0ee58e48ab5: Received BeginTabletCopySession request for tablet 9b8eebcda83e46ca944fcd8499b40c34 from peer 4e6fb2a2da3247cbafc409e26d522e4a ({username='slave'} at 127.0.0.1:56042)
I20260630 12:33:20.706476  1268 tablet_copy_service.cc:161] P 17d00ed635eb4ab0b808a0ee58e48ab5: Beginning new tablet copy session on tablet 9b8eebcda83e46ca944fcd8499b40c34 from peer 4e6fb2a2da3247cbafc409e26d522e4a at {username='slave'} at 127.0.0.1:56042: session id = 4e6fb2a2da3247cbafc409e26d522e4a-9b8eebcda83e46ca944fcd8499b40c34
I20260630 12:33:20.712134  1268 tablet_copy_source_session.cc:215] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:33:20.715121  1529 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b8eebcda83e46ca944fcd8499b40c34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:20.726197  1529 tablet_copy_client.cc:806] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: tablet copy: Starting download of 0 data blocks...
I20260630 12:33:20.726763  1529 tablet_copy_client.cc:670] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:33:20.730391  1529 tablet_copy_client.cc:538] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:33:20.736135  1529 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: Bootstrap starting.
I20260630 12:33:20.753235  1529 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: 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
I20260630 12:33:20.753959  1529 tablet_bootstrap.cc:492] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: Bootstrap complete.
I20260630 12:33:20.754432  1529 ts_tablet_manager.cc:1403] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.005s
I20260630 12:33:20.756551  1529 raft_consensus.cc:359] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.757119  1529 raft_consensus.cc:740] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 4e6fb2a2da3247cbafc409e26d522e4a, State: Initialized, Role: LEARNER
I20260630 12:33:20.757542  1529 consensus_queue.cc:260] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [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: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } attrs { replace: true } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.759615  1529 ts_tablet_manager.cc:1434] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.001s
I20260630 12:33:20.761080  1268 tablet_copy_service.cc:342] P 17d00ed635eb4ab0b808a0ee58e48ab5: Request end of tablet copy session 4e6fb2a2da3247cbafc409e26d522e4a-9b8eebcda83e46ca944fcd8499b40c34 received from {username='slave'} at 127.0.0.1:56042
I20260630 12:33:20.761468  1268 tablet_copy_service.cc:434] P 17d00ed635eb4ab0b808a0ee58e48ab5: ending tablet copy session 4e6fb2a2da3247cbafc409e26d522e4a-9b8eebcda83e46ca944fcd8499b40c34 on tablet 9b8eebcda83e46ca944fcd8499b40c34 with peer 4e6fb2a2da3247cbafc409e26d522e4a
W20260630 12:33:20.774883  1055 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Service unavailable: leader transfer in progress
W20260630 12:33:20.775235  1055 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 45084bc1e0b1424196d1f81d167a0312 already in progress
W20260630 12:33:20.775415  1055 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 45084bc1e0b1424196d1f81d167a0312 already in progress
I20260630 12:33:20.879453   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:33:20.888505  1257 raft_consensus.cc:1275] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 3 FOLLOWER]: Refusing update from remote peer c78b7d512f834edc8058d9e607a58512: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
W20260630 12:33:20.889151  1147 consensus_peers.cc:597] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 -> Peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Couldn't send request to peer 5f3c58488a8447428c3a4df95b2c47fa. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.890149  1515 consensus_queue.cc:1048] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:33:20.898059  1515 raft_consensus.cc:993] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: : Instructing follower 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:20.898504  1515 raft_consensus.cc:1081] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Signalling peer 17d00ed635eb4ab0b808a0ee58e48ab5 to start an election
I20260630 12:33:20.904681  1258 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312"
dest_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5"
 from {username='slave'} at 127.0.0.1:55986
I20260630 12:33:20.905263  1258 raft_consensus.cc:493] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:20.905730  1258 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 3 FOLLOWER]: Advancing to term 4
W20260630 12:33:20.909312  1149 consensus_peers.cc:597] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 -> Peer 4e6fb2a2da3247cbafc409e26d522e4a (127.0.111.68:46513): Couldn't send request to peer 4e6fb2a2da3247cbafc409e26d522e4a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 45084bc1e0b1424196d1f81d167a0312. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:20.913760  1258 raft_consensus.cc:515] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.914917  1257 raft_consensus.cc:1240] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 FOLLOWER]: Rejecting Update request from peer c78b7d512f834edc8058d9e607a58512 for earlier term 3. Current term is 4. Ops: []
I20260630 12:33:20.916934  1483 consensus_queue.cc:1059] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 }, Status: INVALID_TERM, Last received: 3.4, Next index: 5, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:33:20.917275  1258 leader_election.cc:290] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 4 election: Requested vote from peers 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591), c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:20.918651  1515 raft_consensus.cc:3055] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:33:20.918872  1184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45084bc1e0b1424196d1f81d167a0312" candidate_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" candidate_term: 4 candidate_status { last_received { term: 3 index: 4 } } ignore_live_leader: true dest_uuid: "c78b7d512f834edc8058d9e607a58512"
I20260630 12:33:20.919019  1515 raft_consensus.cc:740] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: c78b7d512f834edc8058d9e607a58512, State: Running, Role: LEADER
I20260630 12:33:20.920720   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:20.920253  1515 consensus_queue.cc:260] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.921850   445 tablet_replica.cc:333] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.922814   445 raft_consensus.cc:2243] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:20.923389   445 raft_consensus.cc:2272] T 79bf204a702645a8b226401e227b240b P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.921768  1515 raft_consensus.cc:3060] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:33:20.926395   445 tablet_replica.cc:333] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.927178   445 raft_consensus.cc:2243] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:20.927644   445 raft_consensus.cc:2272] T a5057e278a64410e844c510c42353b27 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.929774   445 tablet_replica.cc:333] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.930610   445 raft_consensus.cc:2243] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:20.931178   445 raft_consensus.cc:2272] T 45084bc1e0b1424196d1f81d167a0312 P 5f3c58488a8447428c3a4df95b2c47fa [term 3 FOLLOWER]: Raft consensus is shut down!
W20260630 12:33:20.933458  1221 leader_election.cc:336] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:33:20.933625   445 tablet_replica.cc:333] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.934376   445 raft_consensus.cc:2243] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:20.934828   445 raft_consensus.cc:2272] T 393393211fe24c8990a61db34b058078 P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.937103   445 tablet_replica.cc:333] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.937343  1184 raft_consensus.cc:2468] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17d00ed635eb4ab0b808a0ee58e48ab5 in term 4.
I20260630 12:33:20.937759   445 raft_consensus.cc:2243] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:33:20.938915   445 raft_consensus.cc:2272] T 355f75ce962a4726ac2da0f7d36c5fa0 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.938997  1223 leader_election.cc:304] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 17d00ed635eb4ab0b808a0ee58e48ab5, c78b7d512f834edc8058d9e607a58512; no voters: 5f3c58488a8447428c3a4df95b2c47fa
I20260630 12:33:20.939818  1504 raft_consensus.cc:2804] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:33:20.941355   445 tablet_replica.cc:333] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.942034   445 raft_consensus.cc:2243] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:20.942540   445 raft_consensus.cc:2272] T 9b8eebcda83e46ca944fcd8499b40c34 P 5f3c58488a8447428c3a4df95b2c47fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.945086   445 tablet_replica.cc:333] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.945703   445 raft_consensus.cc:2243] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:20.946516   445 raft_consensus.cc:2272] T 7bf8d938d6564965812266683041ff8d P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.947876  1504 raft_consensus.cc:697] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 LEADER]: Becoming Leader. State: Replica: 17d00ed635eb4ab0b808a0ee58e48ab5, State: Running, Role: LEADER
I20260630 12:33:20.949326   445 tablet_replica.cc:333] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa: stopping tablet replica
I20260630 12:33:20.948789  1504 consensus_queue.cc:237] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.4, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } }
I20260630 12:33:20.949954   445 raft_consensus.cc:2243] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:20.950857   445 raft_consensus.cc:2272] T b4efa1664103419f98c0b3706c5a6bef P 5f3c58488a8447428c3a4df95b2c47fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:20.958475  1005 catalog_manager.cc:5697] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 reported cstate change: term changed from 3 to 4, leader changed from c78b7d512f834edc8058d9e607a58512 (127.0.111.66) to 17d00ed635eb4ab0b808a0ee58e48ab5 (127.0.111.67). New cstate: current_term: 4 leader_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f3c58488a8447428c3a4df95b2c47fa" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c78b7d512f834edc8058d9e607a58512" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40479 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17d00ed635eb4ab0b808a0ee58e48ab5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4e6fb2a2da3247cbafc409e26d522e4a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 46513 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:20.975754   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:33:20.986894  1529 ts_tablet_manager.cc:933] T 79bf204a702645a8b226401e227b240b P 4e6fb2a2da3247cbafc409e26d522e4a: Initiating tablet copy from peer c78b7d512f834edc8058d9e607a58512 (127.0.111.66:40479)
I20260630 12:33:20.988610  1529 tablet_copy_client.cc:323] T 79bf204a702645a8b226401e227b240b P 4e6fb2a2da3247cbafc409e26d522e4a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:40479
I20260630 12:33:20.996431   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:33:21.025785  1147 consensus_peers.cc:597] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 -> Peer 5f3c58488a8447428c3a4df95b2c47fa (127.0.111.65:35591): Couldn't send request to peer 5f3c58488a8447428c3a4df95b2c47fa. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35591: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:21.026409   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:21.027225   445 tablet_replica.cc:333] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.027829   445 raft_consensus.cc:2243] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.028290   445 raft_consensus.cc:2272] T 45084bc1e0b1424196d1f81d167a0312 P c78b7d512f834edc8058d9e607a58512 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.030855   445 tablet_replica.cc:333] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.031406   445 raft_consensus.cc:2243] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.031761   445 raft_consensus.cc:2272] T 7bf8d938d6564965812266683041ff8d P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.033375   445 tablet_replica.cc:333] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.033836   445 raft_consensus.cc:2243] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.034176   445 raft_consensus.cc:2272] T b4efa1664103419f98c0b3706c5a6bef P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.035879   445 tablet_replica.cc:333] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.036300   445 raft_consensus.cc:2243] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.036684   445 raft_consensus.cc:2272] T 355f75ce962a4726ac2da0f7d36c5fa0 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.038626   445 tablet_replica.cc:333] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.039096   445 raft_consensus.cc:2243] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.039531   445 raft_consensus.cc:2272] T 9b8eebcda83e46ca944fcd8499b40c34 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.041476   445 tablet_replica.cc:333] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.041911   445 raft_consensus.cc:2243] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.042263   445 raft_consensus.cc:2272] T 393393211fe24c8990a61db34b058078 P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.044051   445 tablet_replica.cc:333] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.044615   445 raft_consensus.cc:2243] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.045477   445 raft_consensus.cc:2272] T 79bf204a702645a8b226401e227b240b P c78b7d512f834edc8058d9e607a58512 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.047395   445 tablet_replica.cc:333] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512: stopping tablet replica
I20260630 12:33:21.047832   445 raft_consensus.cc:2243] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.048436   445 raft_consensus.cc:2272] T a5057e278a64410e844c510c42353b27 P c78b7d512f834edc8058d9e607a58512 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.075832   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:33:21.094017   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
W20260630 12:33:21.114964  1384 connection.cc:466] server connection from 127.0.0.1:41536 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:41536 (request call id 2) could send its response
I20260630 12:33:21.127185   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:21.127925   445 tablet_replica.cc:333] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.128492   445 raft_consensus.cc:2243] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.129173   445 pending_rounds.cc:70] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Trying to abort 2 pending ops.
I20260630 12:33:21.129411   445 pending_rounds.cc:77] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Aborting op as it isn't in flight: id { term: 4 index: 5 } timestamp: 7302442192702406656 op_type: NO_OP noop_request { }
I20260630 12:33:21.129737   445 raft_consensus.cc:2889] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:33:21.129977   445 pending_rounds.cc:77] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5: Aborting op as it isn't in flight: id { term: 3 index: 4 } timestamp: 7302442190295621632 op_type: NO_OP noop_request { }
I20260630 12:33:21.130219   445 raft_consensus.cc:2889] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:33:21.130455   445 raft_consensus.cc:2272] T 45084bc1e0b1424196d1f81d167a0312 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.132870   445 tablet_replica.cc:333] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.133514   445 raft_consensus.cc:2243] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.133975   445 raft_consensus.cc:2272] T 7bf8d938d6564965812266683041ff8d P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.136222   445 tablet_replica.cc:333] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.136374  1422 raft_consensus.cc:1217] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:33:21.136912   445 raft_consensus.cc:2243] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.137387   445 raft_consensus.cc:2272] T b4efa1664103419f98c0b3706c5a6bef P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.139317   445 tablet_replica.cc:333] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.139853   445 raft_consensus.cc:2243] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.140620   445 raft_consensus.cc:2272] T 393393211fe24c8990a61db34b058078 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.142773   445 tablet_replica.cc:333] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.143293   445 raft_consensus.cc:2243] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.143687   445 raft_consensus.cc:2272] T 79bf204a702645a8b226401e227b240b P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.146415   445 tablet_replica.cc:333] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.146888   445 raft_consensus.cc:2243] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.147358   445 raft_consensus.cc:2272] T 355f75ce962a4726ac2da0f7d36c5fa0 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.149389   445 tablet_replica.cc:333] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.149842   445 raft_consensus.cc:2243] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.150691   445 raft_consensus.cc:2272] T 9b8eebcda83e46ca944fcd8499b40c34 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.152594   445 tablet_replica.cc:333] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5: stopping tablet replica
I20260630 12:33:21.153005   445 raft_consensus.cc:2243] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:21.153378   445 raft_consensus.cc:2272] T a5057e278a64410e844c510c42353b27 P 17d00ed635eb4ab0b808a0ee58e48ab5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.179664   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:33:21.197521   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:33:21.221321   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:21.222095   445 tablet_replica.cc:333] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a: stopping tablet replica
I20260630 12:33:21.222607   445 raft_consensus.cc:2243] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:33:21.222954   445 raft_consensus.cc:2272] T 9b8eebcda83e46ca944fcd8499b40c34 P 4e6fb2a2da3247cbafc409e26d522e4a [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:33:21.240826   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:33:21.249647   445 master.cc:562] Master@127.0.111.126:37541 shutting down...
W20260630 12:33:21.274282  1055 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:33:21.275341   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:21.275786   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:21.276090   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P ba666ab1cdfb463281a4999e9ee305fc: stopping tablet replica
I20260630 12:33:21.294675   445 master.cc:584] Master@127.0.111.126:37541 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9221 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:33:21.329470   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:44671,127.0.111.125:34463,127.0.111.124:36337
I20260630 12:33:21.330647   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:21.335613  1546 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
W20260630 12:33:21.335714  1545 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
W20260630 12:33:21.336597  1548 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
I20260630 12:33:21.337855   445 server_base.cc:1061] running on GCE node
I20260630 12:33:21.338531   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:21.338711   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:21.338851   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822801338836 us; error 0 us; skew 500 ppm
I20260630 12:33:21.339324   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:21.341392   445 webserver.cc:533] Webserver started at http://127.0.111.126:45805/ using document root <none> and password file <none>
I20260630 12:33:21.341814   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:21.341981   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:21.342227   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:21.343219   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "7f9a209f119d49adb5a12d42936b82e8"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.347021   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:33:21.349933  1553 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.350543   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:33:21.350790   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "7f9a209f119d49adb5a12d42936b82e8"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.351017   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:21.364984   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:21.366027   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:21.400301   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:44671
I20260630 12:33:21.400390  1604 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:44671 every 8 connection(s)
I20260630 12:33:21.403957  1605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:21.404109   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:21.408779  1607 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
W20260630 12:33:21.409768  1608 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
I20260630 12:33:21.410507  1605 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:21.411187  1610 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
I20260630 12:33:21.412016   445 server_base.cc:1061] running on GCE node
I20260630 12:33:21.412954   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:21.413259   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:21.413496   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822801413476 us; error 0 us; skew 500 ppm
I20260630 12:33:21.414163   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:21.416764   445 webserver.cc:533] Webserver started at http://127.0.111.125:33315/ using document root <none> and password file <none>
I20260630 12:33:21.417198   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:21.417394   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:21.417686   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:21.418954   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root/instance:
uuid: "fad8eba834a7492db02d19e00f76c06f"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.422405  1605 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:21.423792   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:33:21.427397  1618 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
W20260630 12:33:21.427737  1605 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.125:34463: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111)
I20260630 12:33:21.428201   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:33:21.428440   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
uuid: "fad8eba834a7492db02d19e00f76c06f"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.428663   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:21.444670   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:21.445700   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:21.458323  1605 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } attempt: 1
W20260630 12:33:21.463742  1605 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.125:34463: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111)
I20260630 12:33:21.482409   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.125:34463
I20260630 12:33:21.482497  1669 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.125:34463 every 8 connection(s)
I20260630 12:33:21.485853   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:21.486012  1670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:33:21.490736  1672 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
W20260630 12:33:21.492259  1673 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
I20260630 12:33:21.493148  1670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:21.493477  1675 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
I20260630 12:33:21.495855   445 server_base.cc:1061] running on GCE node
I20260630 12:33:21.496867   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:21.497061   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:21.497225   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822801497209 us; error 0 us; skew 500 ppm
I20260630 12:33:21.497707   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:21.500000   445 webserver.cc:533] Webserver started at http://127.0.111.124:36407/ using document root <none> and password file <none>
I20260630 12:33:21.500424   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:21.500607   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:21.500908   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:21.502206   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root/instance:
uuid: "c7f0fd0e38354372a42c76688d7837e9"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.504348  1670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:21.508912   445 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.007s
I20260630 12:33:21.512274  1682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.513139   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:33:21.513450   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
uuid: "c7f0fd0e38354372a42c76688d7837e9"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.513772   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:21.516827  1670 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:21.522377  1670 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:36337: Network error: Client connection negotiation failed: client connection to 127.0.111.124:36337: connect: Connection refused (error 111)
I20260630 12:33:21.543252  1605 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } attempt: 2
I20260630 12:33:21.546972   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:21.548031   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:21.552776  1605 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:21.556883  1605 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:36337: Network error: Client connection negotiation failed: client connection to 127.0.111.124:36337: connect: Connection refused (error 111)
I20260630 12:33:21.577373  1605 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } attempt: 1
W20260630 12:33:21.582149  1605 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:36337: Network error: Client connection negotiation failed: client connection to 127.0.111.124:36337: connect: Connection refused (error 111)
I20260630 12:33:21.582850  1670 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } attempt: 1
W20260630 12:33:21.589151  1670 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.111.124:36337: Network error: Client connection negotiation failed: client connection to 127.0.111.124:36337: connect: Connection refused (error 111)
I20260630 12:33:21.589774   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.124:36337
I20260630 12:33:21.589983  1734 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.124:36337 every 8 connection(s)
I20260630 12:33:21.593006   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:21.593654  1735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:21.598898  1735 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:21.609370  1735 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:21.618142  1735 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:21.624552  1605 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } attempt: 2
I20260630 12:33:21.634776  1735 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: Bootstrap starting.
I20260630 12:33:21.639247  1735 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:21.639845  1605 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: Bootstrap starting.
I20260630 12:33:21.643405  1735 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: No bootstrap required, opened a new log
I20260630 12:33:21.644562  1605 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:21.645539  1735 raft_consensus.cc:359] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.646062  1735 raft_consensus.cc:385] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:21.646266  1735 raft_consensus.cc:740] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7f0fd0e38354372a42c76688d7837e9, State: Initialized, Role: FOLLOWER
I20260630 12:33:21.646909  1735 consensus_queue.cc:260] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.648747  1605 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: No bootstrap required, opened a new log
I20260630 12:33:21.648931  1742 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [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: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.649682  1742 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.650309  1735 sys_catalog.cc:565] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:21.650861  1605 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.651408  1605 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:21.651597  1670 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } attempt: 2
I20260630 12:33:21.651655  1605 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f9a209f119d49adb5a12d42936b82e8, State: Initialized, Role: FOLLOWER
I20260630 12:33:21.652602  1605 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.656124  1745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [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: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.656852  1745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.658532  1605 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:33:21.672176  1756 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:21.672463  1756 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:21.674548  1670 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: Bootstrap starting.
I20260630 12:33:21.677946   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:33:21.680194  1670 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: Neither blocks nor log segments found. Creating new log.
W20260630 12:33:21.680967  1765 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:21.681210  1765 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:21.684044  1670 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: No bootstrap required, opened a new log
I20260630 12:33:21.686012  1670 raft_consensus.cc:359] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.686501  1670 raft_consensus.cc:385] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:21.686715  1670 raft_consensus.cc:740] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fad8eba834a7492db02d19e00f76c06f, State: Initialized, Role: FOLLOWER
I20260630 12:33:21.687287  1670 consensus_queue.cc:260] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.688755  1767 sys_catalog.cc:455] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [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: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.689260  1767 sys_catalog.cc:458] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.689846  1670 sys_catalog.cc:565] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:21.699527   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:33:21.701334   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:21.703640  1778 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:21.703986  1778 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:33:21.707939  1779 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
W20260630 12:33:21.708633  1780 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
W20260630 12:33:21.709952  1782 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
I20260630 12:33:21.710695   445 server_base.cc:1061] running on GCE node
I20260630 12:33:21.711457   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:21.711633   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:21.711813   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822801711794 us; error 0 us; skew 500 ppm
I20260630 12:33:21.712289   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:21.714392   445 webserver.cc:533] Webserver started at http://127.0.111.65:33719/ using document root <none> and password file <none>
I20260630 12:33:21.714833   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:21.715004   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:21.715299   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:21.716357   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "716cee59a72b4d6484a247aba6a20b86"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.720484   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:33:21.723567  1787 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.724257   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:21.724517   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "716cee59a72b4d6484a247aba6a20b86"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.724761   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:21.749094   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:21.750383   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:21.752679   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:21.755005   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:21.755236   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.755424   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:21.755561   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.768786  1767 raft_consensus.cc:493] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:21.769377  1767 raft_consensus.cc:515] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.771114  1767 leader_election.cc:290] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f9a209f119d49adb5a12d42936b82e8 (127.0.111.126:44671), c7f0fd0e38354372a42c76688d7837e9 (127.0.111.124:36337)
I20260630 12:33:21.771935  1580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fad8eba834a7492db02d19e00f76c06f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f9a209f119d49adb5a12d42936b82e8" is_pre_election: true
I20260630 12:33:21.772629  1580 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fad8eba834a7492db02d19e00f76c06f in term 0.
I20260630 12:33:21.772867  1710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fad8eba834a7492db02d19e00f76c06f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7f0fd0e38354372a42c76688d7837e9" is_pre_election: true
I20260630 12:33:21.773734  1621 leader_election.cc:304] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [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: 7f9a209f119d49adb5a12d42936b82e8, fad8eba834a7492db02d19e00f76c06f; no voters: 
I20260630 12:33:21.773789  1710 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fad8eba834a7492db02d19e00f76c06f in term 0.
I20260630 12:33:21.774675  1767 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:21.775085  1767 raft_consensus.cc:493] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:21.775434  1767 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:21.780179  1767 raft_consensus.cc:515] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.782050  1767 leader_election.cc:290] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [CANDIDATE]: Term 1 election: Requested vote from peers 7f9a209f119d49adb5a12d42936b82e8 (127.0.111.126:44671), c7f0fd0e38354372a42c76688d7837e9 (127.0.111.124:36337)
I20260630 12:33:21.783106  1580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fad8eba834a7492db02d19e00f76c06f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f9a209f119d49adb5a12d42936b82e8"
I20260630 12:33:21.783270  1710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fad8eba834a7492db02d19e00f76c06f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7f0fd0e38354372a42c76688d7837e9"
I20260630 12:33:21.783798  1580 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:21.783887  1710 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:21.790494  1710 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fad8eba834a7492db02d19e00f76c06f in term 1.
I20260630 12:33:21.791395  1580 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fad8eba834a7492db02d19e00f76c06f in term 1.
I20260630 12:33:21.791795  1621 leader_election.cc:304] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [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: c7f0fd0e38354372a42c76688d7837e9, fad8eba834a7492db02d19e00f76c06f; no voters: 
I20260630 12:33:21.792651  1767 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:21.793841  1767 raft_consensus.cc:697] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 1 LEADER]: Becoming Leader. State: Replica: fad8eba834a7492db02d19e00f76c06f, State: Running, Role: LEADER
I20260630 12:33:21.794600  1767 consensus_queue.cc:237] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [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: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:21.800653  1836 sys_catalog.cc:455] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: SysCatalogTable state changed. Reason: New leader fad8eba834a7492db02d19e00f76c06f. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.801451  1836 sys_catalog.cc:458] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:21.803764  1848 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:21.806293   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:46665
I20260630 12:33:21.806443  1852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:46665 every 8 connection(s)
I20260630 12:33:21.809948  1848 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:21.819901  1580 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Refusing update from remote peer fad8eba834a7492db02d19e00f76c06f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:21.820574  1710 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Refusing update from remote peer fad8eba834a7492db02d19e00f76c06f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:21.821422  1836 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:21.822731  1767 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:33:21.830435  1853 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34463
I20260630 12:33:21.830803  1853 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:21.831745  1853 heartbeater.cc:507] Master 127.0.111.125:34463 requested a full tablet report, sending...
I20260630 12:33:21.834077  1635 ts_manager.cc:194] Registered new tserver with Master: 716cee59a72b4d6484a247aba6a20b86 (127.0.111.65:46665)
I20260630 12:33:21.841836  1745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fad8eba834a7492db02d19e00f76c06f. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.842694  1745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.846419  1854 heartbeater.cc:344] Connected to a master server at 127.0.111.124:36337
I20260630 12:33:21.846881  1854 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:21.847770  1854 heartbeater.cc:507] Master 127.0.111.124:36337 requested a full tablet report, sending...
I20260630 12:33:21.848079   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:21.854619  1857 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44671
I20260630 12:33:21.855118  1857 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:21.856086  1857 heartbeater.cc:507] Master 127.0.111.126:44671 requested a full tablet report, sending...
I20260630 12:33:21.859637  1767 sys_catalog.cc:455] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.860541  1767 sys_catalog.cc:458] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:21.861720  1745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.862509  1745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.864080  1570 ts_manager.cc:194] Registered new tserver with Master: 716cee59a72b4d6484a247aba6a20b86 (127.0.111.65:46665)
I20260630 12:33:21.866412  1700 ts_manager.cc:194] Registered new tserver with Master: 716cee59a72b4d6484a247aba6a20b86 (127.0.111.65:46665)
I20260630 12:33:21.866252  1742 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fad8eba834a7492db02d19e00f76c06f. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.866951  1742 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:21.867938  1836 sys_catalog.cc:455] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.868688  1836 sys_catalog.cc:458] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:21.870833  1848 catalog_manager.cc:1383] Generated new cluster ID: e63d3d2013c94ad7afad4f74ad1b37ba
I20260630 12:33:21.871127  1848 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
W20260630 12:33:21.873987  1865 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
W20260630 12:33:21.874264  1868 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
I20260630 12:33:21.876228  1742 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fad8eba834a7492db02d19e00f76c06f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:21.876991  1742 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:33:21.882589  1871 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
I20260630 12:33:21.883360   445 server_base.cc:1061] running on GCE node
I20260630 12:33:21.884310   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:21.884547   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:21.884882   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822801884864 us; error 0 us; skew 500 ppm
I20260630 12:33:21.885488   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:21.888021   445 webserver.cc:533] Webserver started at http://127.0.111.66:46361/ using document root <none> and password file <none>
I20260630 12:33:21.888618   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:21.888829   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:21.889147   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:21.890486   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "af4626201fa14ef2a26a27584a50ba67"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.895785   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260630 12:33:21.900617  1876 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.901563   445 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:33:21.901911   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "af4626201fa14ef2a26a27584a50ba67"
format_stamp: "Formatted at 2026-06-30 12:33:21 on dist-test-slave-rw3v"
I20260630 12:33:21.902263   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:21.903177  1848 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:21.904446  1848 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:21.925952  1848 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: Generated new TSK 0
I20260630 12:33:21.926697  1848 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:21.935393   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:21.936782   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:21.938128   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:21.940335   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:21.940513   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.940747   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:21.940887   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:21.980307   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:45611
I20260630 12:33:21.980389  1938 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:45611 every 8 connection(s)
I20260630 12:33:21.998476  1939 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34463
I20260630 12:33:21.998898  1939 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:21.999749  1939 heartbeater.cc:507] Master 127.0.111.125:34463 requested a full tablet report, sending...
I20260630 12:33:22.002017  1635 ts_manager.cc:194] Registered new tserver with Master: af4626201fa14ef2a26a27584a50ba67 (127.0.111.66:45611)
I20260630 12:33:22.004372  1635 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57082
I20260630 12:33:22.005594  1940 heartbeater.cc:344] Connected to a master server at 127.0.111.124:36337
I20260630 12:33:22.005978  1940 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:22.007550  1940 heartbeater.cc:507] Master 127.0.111.124:36337 requested a full tablet report, sending...
I20260630 12:33:22.008329   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:22.008957  1941 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44671
I20260630 12:33:22.009377  1941 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:22.009845  1941 heartbeater.cc:507] Master 127.0.111.126:44671 requested a full tablet report, sending...
I20260630 12:33:22.010215  1700 ts_manager.cc:194] Registered new tserver with Master: af4626201fa14ef2a26a27584a50ba67 (127.0.111.66:45611)
I20260630 12:33:22.012451  1570 ts_manager.cc:194] Registered new tserver with Master: af4626201fa14ef2a26a27584a50ba67 (127.0.111.66:45611)
W20260630 12:33:22.015125  1946 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
W20260630 12:33:22.016680  1947 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
W20260630 12:33:22.017407  1949 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
I20260630 12:33:22.017856   445 server_base.cc:1061] running on GCE node
I20260630 12:33:22.018622   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:22.018822   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:22.019001   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822802018985 us; error 0 us; skew 500 ppm
I20260630 12:33:22.019539   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:22.021672   445 webserver.cc:533] Webserver started at http://127.0.111.67:35719/ using document root <none> and password file <none>
I20260630 12:33:22.022106   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:22.022277   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:22.022521   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:22.023527   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "6d28d755b864449bb07091d253277fa2"
format_stamp: "Formatted at 2026-06-30 12:33:22 on dist-test-slave-rw3v"
I20260630 12:33:22.027387   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:33:22.030414  1954 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:22.031188   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:22.031430   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "6d28d755b864449bb07091d253277fa2"
format_stamp: "Formatted at 2026-06-30 12:33:22 on dist-test-slave-rw3v"
I20260630 12:33:22.031658   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822785200141-445-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)
I20260630 12:33:22.042872   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:22.044019   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:22.045305   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:22.047358   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:22.047537   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:22.047765   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:22.047909   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:22.083582   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:35703
I20260630 12:33:22.083664  2016 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:35703 every 8 connection(s)
I20260630 12:33:22.101318  2017 heartbeater.cc:344] Connected to a master server at 127.0.111.125:34463
I20260630 12:33:22.101699  2017 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:22.102507  2017 heartbeater.cc:507] Master 127.0.111.125:34463 requested a full tablet report, sending...
I20260630 12:33:22.104470  2018 heartbeater.cc:344] Connected to a master server at 127.0.111.124:36337
I20260630 12:33:22.104867  2018 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:22.104815  1635 ts_manager.cc:194] Registered new tserver with Master: 6d28d755b864449bb07091d253277fa2 (127.0.111.67:35703)
I20260630 12:33:22.105435  2019 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44671
I20260630 12:33:22.105791  2019 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:22.105777  2018 heartbeater.cc:507] Master 127.0.111.124:36337 requested a full tablet report, sending...
I20260630 12:33:22.106577  1635 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57092
I20260630 12:33:22.107328  2019 heartbeater.cc:507] Master 127.0.111.126:44671 requested a full tablet report, sending...
I20260630 12:33:22.108326  1700 ts_manager.cc:194] Registered new tserver with Master: 6d28d755b864449bb07091d253277fa2 (127.0.111.67:35703)
I20260630 12:33:22.109865  1570 ts_manager.cc:194] Registered new tserver with Master: 6d28d755b864449bb07091d253277fa2 (127.0.111.67:35703)
I20260630 12:33:22.110904   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.022229697s
I20260630 12:33:22.676191  1756 catalog_manager.cc:1295] Loaded cluster ID: e63d3d2013c94ad7afad4f74ad1b37ba
I20260630 12:33:22.676477  1756 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: loading cluster ID for follower catalog manager: success
I20260630 12:33:22.680696  1756 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: acquiring CA information for follower catalog manager: success
I20260630 12:33:22.685278  1756 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:22.686252  1765 catalog_manager.cc:1295] Loaded cluster ID: e63d3d2013c94ad7afad4f74ad1b37ba
I20260630 12:33:22.686461  1765 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: loading cluster ID for follower catalog manager: success
I20260630 12:33:22.690987  1765 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: acquiring CA information for follower catalog manager: success
I20260630 12:33:22.694175  1765 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:22.838563  1635 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57076
I20260630 12:33:23.008308  1939 heartbeater.cc:499] Master 127.0.111.125:34463 was elected leader, sending a full tablet report...
I20260630 12:33:23.109405  2017 heartbeater.cc:499] Master 127.0.111.125:34463 was elected leader, sending a full tablet report...
I20260630 12:33:23.699486  1777 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:23.840867  1853 heartbeater.cc:499] Master 127.0.111.125:34463 was elected leader, sending a full tablet report...
I20260630 12:33:24.210815  1635 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57098:
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"
    }
  }
}
I20260630 12:33:24.278429  1904 tablet_service.cc:1511] Processing CreateTablet for tablet 323dd42897954e9ab19ed8ecefc49c50 (DEFAULT_TABLE table=test-workload [id=ce63dbb772e14a528d153c20a7d15731]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:33:24.279687  1904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 323dd42897954e9ab19ed8ecefc49c50. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:24.282989  1982 tablet_service.cc:1511] Processing CreateTablet for tablet 178ebcb2f1184edfa3770caa4f7f616c (DEFAULT_TABLE table=test-workload [id=ce63dbb772e14a528d153c20a7d15731]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:33:24.284269  1982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 178ebcb2f1184edfa3770caa4f7f616c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:24.289265  1815 tablet_service.cc:1511] Processing CreateTablet for tablet 26406f53e995458e97d23e9080b27002 (DEFAULT_TABLE table=test-workload [id=ce63dbb772e14a528d153c20a7d15731]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:33:24.290202  1815 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26406f53e995458e97d23e9080b27002. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:24.296056  2054 tablet_bootstrap.cc:492] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: Bootstrap starting.
I20260630 12:33:24.298583  2055 tablet_bootstrap.cc:492] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: Bootstrap starting.
I20260630 12:33:24.301959  2054 tablet_bootstrap.cc:654] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:24.303694  2056 tablet_bootstrap.cc:492] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: Bootstrap starting.
I20260630 12:33:24.304332  2055 tablet_bootstrap.cc:654] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:24.306763  2054 tablet_bootstrap.cc:492] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: No bootstrap required, opened a new log
I20260630 12:33:24.307126  2054 ts_tablet_manager.cc:1403] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:33:24.309441  2055 tablet_bootstrap.cc:492] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: No bootstrap required, opened a new log
I20260630 12:33:24.309343  2054 raft_consensus.cc:359] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "af4626201fa14ef2a26a27584a50ba67" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 45611 } }
I20260630 12:33:24.309929  2055 ts_tablet_manager.cc:1403] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.000s
I20260630 12:33:24.309895  2054 raft_consensus.cc:385] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:24.310436  2056 tablet_bootstrap.cc:654] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:24.310582  2054 raft_consensus.cc:740] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af4626201fa14ef2a26a27584a50ba67, State: Initialized, Role: FOLLOWER
I20260630 12:33:24.311566  2054 consensus_queue.cc:260] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af4626201fa14ef2a26a27584a50ba67" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 45611 } }
I20260630 12:33:24.312218  2054 raft_consensus.cc:399] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:24.312563  2054 raft_consensus.cc:493] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:24.312861  2054 raft_consensus.cc:3060] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:24.312827  2055 raft_consensus.cc:359] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d28d755b864449bb07091d253277fa2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35703 } }
I20260630 12:33:24.313700  2055 raft_consensus.cc:385] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:24.313953  2055 raft_consensus.cc:740] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d28d755b864449bb07091d253277fa2, State: Initialized, Role: FOLLOWER
I20260630 12:33:24.314584  2055 consensus_queue.cc:260] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6d28d755b864449bb07091d253277fa2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35703 } }
I20260630 12:33:24.315210  2055 raft_consensus.cc:399] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:24.315435  2056 tablet_bootstrap.cc:492] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: No bootstrap required, opened a new log
I20260630 12:33:24.315533  2055 raft_consensus.cc:493] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:24.315919  2056 ts_tablet_manager.cc:1403] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.003s
I20260630 12:33:24.316012  2055 raft_consensus.cc:3060] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:24.318107  2054 raft_consensus.cc:515] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "af4626201fa14ef2a26a27584a50ba67" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 45611 } }
I20260630 12:33:24.318679  2054 leader_election.cc:304] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [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: af4626201fa14ef2a26a27584a50ba67; no voters: 
I20260630 12:33:24.318603  2056 raft_consensus.cc:359] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "716cee59a72b4d6484a247aba6a20b86" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46665 } }
I20260630 12:33:24.319299  2056 raft_consensus.cc:385] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:24.319597  2056 raft_consensus.cc:740] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 716cee59a72b4d6484a247aba6a20b86, State: Initialized, Role: FOLLOWER
I20260630 12:33:24.320056  2054 leader_election.cc:290] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:24.320391  2060 raft_consensus.cc:2804] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:24.320353  2056 consensus_queue.cc:260] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "716cee59a72b4d6484a247aba6a20b86" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46665 } }
I20260630 12:33:24.321267  2056 raft_consensus.cc:399] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:24.321628  2056 raft_consensus.cc:493] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:24.322002  2056 raft_consensus.cc:3060] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:24.322124  2055 raft_consensus.cc:515] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d28d755b864449bb07091d253277fa2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35703 } }
I20260630 12:33:24.322853  2055 leader_election.cc:304] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [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: 6d28d755b864449bb07091d253277fa2; no voters: 
I20260630 12:33:24.328243  2056 raft_consensus.cc:515] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "716cee59a72b4d6484a247aba6a20b86" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46665 } }
I20260630 12:33:24.329068  2056 leader_election.cc:304] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [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: 716cee59a72b4d6484a247aba6a20b86; no voters: 
I20260630 12:33:24.329308  2054 ts_tablet_manager.cc:1434] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.010s
I20260630 12:33:24.330374  2060 raft_consensus.cc:697] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 1 LEADER]: Becoming Leader. State: Replica: af4626201fa14ef2a26a27584a50ba67, State: Running, Role: LEADER
I20260630 12:33:24.330794  2055 leader_election.cc:290] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:24.331130  2060 consensus_queue.cc:237] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [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: "af4626201fa14ef2a26a27584a50ba67" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 45611 } }
I20260630 12:33:24.331017  2063 raft_consensus.cc:2804] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:24.334014  2055 ts_tablet_manager.cc:1434] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: Time spent starting tablet: real 0.024s	user 0.018s	sys 0.004s
I20260630 12:33:24.335078  2063 raft_consensus.cc:697] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 1 LEADER]: Becoming Leader. State: Replica: 6d28d755b864449bb07091d253277fa2, State: Running, Role: LEADER
I20260630 12:33:24.335654  2056 leader_election.cc:290] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:24.336117  2064 raft_consensus.cc:2804] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:24.335893  2063 consensus_queue.cc:237] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [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: "6d28d755b864449bb07091d253277fa2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35703 } }
I20260630 12:33:24.341979  2056 ts_tablet_manager.cc:1434] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: Time spent starting tablet: real 0.026s	user 0.021s	sys 0.001s
I20260630 12:33:24.356395  1635 catalog_manager.cc:5697] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 reported cstate change: term changed from 0 to 1, leader changed from <none> to af4626201fa14ef2a26a27584a50ba67 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "af4626201fa14ef2a26a27584a50ba67" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "af4626201fa14ef2a26a27584a50ba67" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 45611 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:24.366117  1634 catalog_manager.cc:5697] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6d28d755b864449bb07091d253277fa2 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "6d28d755b864449bb07091d253277fa2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6d28d755b864449bb07091d253277fa2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35703 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:24.384438  2064 raft_consensus.cc:697] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 1 LEADER]: Becoming Leader. State: Replica: 716cee59a72b4d6484a247aba6a20b86, State: Running, Role: LEADER
I20260630 12:33:24.385186  2064 consensus_queue.cc:237] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [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: "716cee59a72b4d6484a247aba6a20b86" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46665 } }
I20260630 12:33:24.404191  1632 catalog_manager.cc:5697] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 reported cstate change: term changed from 0 to 1, leader changed from <none> to 716cee59a72b4d6484a247aba6a20b86 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "716cee59a72b4d6484a247aba6a20b86" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "716cee59a72b4d6484a247aba6a20b86" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46665 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:25.700703  1777 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:25.703948  1777 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:26.442905   445 master.cc:562] Master@127.0.111.125:34463 shutting down...
W20260630 12:33:26.458216  1853 heartbeater.cc:646] Failed to heartbeat to 127.0.111.125:34463 (0 consecutive failures): Remote error: Failed to send heartbeat to master: Service unavailable: service kudu.master.MasterService not registered on Master
I20260630 12:33:26.464269   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:26.465183   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:26.465528   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P fad8eba834a7492db02d19e00f76c06f: stopping tablet replica
I20260630 12:33:26.486276   445 master.cc:584] Master@127.0.111.125:34463 shutdown complete.
I20260630 12:33:27.773803  2080 raft_consensus.cc:493] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader fad8eba834a7492db02d19e00f76c06f)
I20260630 12:33:27.774281  2080 raft_consensus.cc:515] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:27.776049  2080 leader_election.cc:290] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7f9a209f119d49adb5a12d42936b82e8 (127.0.111.126:44671), fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463)
I20260630 12:33:27.776942  1580 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c7f0fd0e38354372a42c76688d7837e9" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "7f9a209f119d49adb5a12d42936b82e8" is_pre_election: true
W20260630 12:33:27.779057  1686 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260630 12:33:27.783284  1686 leader_election.cc:336] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463): Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111)
I20260630 12:33:27.783766  1686 leader_election.cc:304] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [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: c7f0fd0e38354372a42c76688d7837e9; no voters: 7f9a209f119d49adb5a12d42936b82e8, fad8eba834a7492db02d19e00f76c06f
I20260630 12:33:27.784463  2080 raft_consensus.cc:2749] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:33:27.883920  2083 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader fad8eba834a7492db02d19e00f76c06f)
I20260630 12:33:27.884399  2083 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:27.886198  2083 leader_election.cc:290] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463), c7f0fd0e38354372a42c76688d7837e9 (127.0.111.124:36337)
I20260630 12:33:27.887563  1709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f9a209f119d49adb5a12d42936b82e8" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "c7f0fd0e38354372a42c76688d7837e9" is_pre_election: true
I20260630 12:33:27.888240  1709 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7f9a209f119d49adb5a12d42936b82e8 in term 1.
I20260630 12:33:27.889480  1556 leader_election.cc:304] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [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: 7f9a209f119d49adb5a12d42936b82e8, c7f0fd0e38354372a42c76688d7837e9; no voters: 
I20260630 12:33:27.890102  2083 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:33:27.890372  2083 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Starting leader election (detected failure of leader fad8eba834a7492db02d19e00f76c06f)
I20260630 12:33:27.890717  2083 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:33:27.891580  1557 leader_election.cc:336] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463): Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111)
I20260630 12:33:27.895896  2083 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:27.897437  2083 leader_election.cc:290] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [CANDIDATE]: Term 2 election: Requested vote from peers fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463), c7f0fd0e38354372a42c76688d7837e9 (127.0.111.124:36337)
I20260630 12:33:27.898531  1709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7f9a209f119d49adb5a12d42936b82e8" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "c7f0fd0e38354372a42c76688d7837e9"
I20260630 12:33:27.899096  1709 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:33:27.901013  1557 leader_election.cc:336] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463): Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111)
I20260630 12:33:27.904631  1709 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7f9a209f119d49adb5a12d42936b82e8 in term 2.
I20260630 12:33:27.905480  1556 leader_election.cc:304] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [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: 7f9a209f119d49adb5a12d42936b82e8, c7f0fd0e38354372a42c76688d7837e9; no voters: fad8eba834a7492db02d19e00f76c06f
I20260630 12:33:27.906087  2083 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:27.907059  2083 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 2 LEADER]: Becoming Leader. State: Replica: 7f9a209f119d49adb5a12d42936b82e8, State: Running, Role: LEADER
I20260630 12:33:27.907800  2083 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 9, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } }
I20260630 12:33:27.913156  2086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7f9a209f119d49adb5a12d42936b82e8. Latest consensus state: current_term: 2 leader_uuid: "7f9a209f119d49adb5a12d42936b82e8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:27.913722  2086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:27.915069  2088 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:27.920531  2088 catalog_manager.cc:679] Loaded metadata for table test-workload [id=ce63dbb772e14a528d153c20a7d15731]
I20260630 12:33:27.925161  2088 tablet_loader.cc:96] loaded metadata for tablet 178ebcb2f1184edfa3770caa4f7f616c (table test-workload [id=ce63dbb772e14a528d153c20a7d15731])
I20260630 12:33:27.926126  2088 tablet_loader.cc:96] loaded metadata for tablet 26406f53e995458e97d23e9080b27002 (table test-workload [id=ce63dbb772e14a528d153c20a7d15731])
I20260630 12:33:27.927027  2088 tablet_loader.cc:96] loaded metadata for tablet 323dd42897954e9ab19ed8ecefc49c50 (table test-workload [id=ce63dbb772e14a528d153c20a7d15731])
I20260630 12:33:27.927977  2088 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:27.930948  2088 catalog_manager.cc:1295] Loaded cluster ID: e63d3d2013c94ad7afad4f74ad1b37ba
I20260630 12:33:27.931185  2088 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:27.934608  2088 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:27.937562  2088 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: Loaded TSK: 0
I20260630 12:33:27.938427  2088 catalog_manager.cc:1550] Initializing in-progress tserver states...
W20260630 12:33:28.196900  1849 debug-util.cc:398] Leaking SignalData structure 0x7b08000a1100 after lost signal to thread 448
W20260630 12:33:28.197790  1849 debug-util.cc:398] Leaking SignalData structure 0x7b0800033ec0 after lost signal to thread 1604
W20260630 12:33:28.198417  1849 debug-util.cc:398] Leaking SignalData structure 0x7b08000625a0 after lost signal to thread 1734
W20260630 12:33:28.199337  1849 debug-util.cc:398] Leaking SignalData structure 0x7b08000deb00 after lost signal to thread 1852
W20260630 12:33:28.200078  1849 debug-util.cc:398] Leaking SignalData structure 0x7b08000bbc00 after lost signal to thread 1938
W20260630 12:33:28.200810  1849 debug-util.cc:398] Leaking SignalData structure 0x7b08001ec520 after lost signal to thread 2016
I20260630 12:33:28.391250  1709 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 2 FOLLOWER]: Refusing update from remote peer 7f9a209f119d49adb5a12d42936b82e8: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 2 index: 10. (index mismatch)
I20260630 12:33:28.392549  2086 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:33:28.398115  2091 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7f9a209f119d49adb5a12d42936b82e8. Latest consensus state: current_term: 2 leader_uuid: "7f9a209f119d49adb5a12d42936b82e8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:28.398870  2091 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:28.403581  2083 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "7f9a209f119d49adb5a12d42936b82e8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:28.404465  2083 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:28.409490  2091 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "7f9a209f119d49adb5a12d42936b82e8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f9a209f119d49adb5a12d42936b82e8" member_type: VOTER last_known_addr { host: "127.0.111.126" port: 44671 } } peers { permanent_uuid: "fad8eba834a7492db02d19e00f76c06f" member_type: VOTER last_known_addr { host: "127.0.111.125" port: 34463 } } peers { permanent_uuid: "c7f0fd0e38354372a42c76688d7837e9" member_type: VOTER last_known_addr { host: "127.0.111.124" port: 36337 } } }
I20260630 12:33:28.410190  2091 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:33:28.413440  1557 consensus_peers.cc:597] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 -> Peer fad8eba834a7492db02d19e00f76c06f (127.0.111.125:34463): Couldn't send request to peer fad8eba834a7492db02d19e00f76c06f. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.125:34463: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:29.368393  1941 heartbeater.cc:499] Master 127.0.111.126:44671 was elected leader, sending a full tablet report...
I20260630 12:33:29.389925  2019 heartbeater.cc:499] Master 127.0.111.126:44671 was elected leader, sending a full tablet report...
I20260630 12:33:29.421154  1857 heartbeater.cc:499] Master 127.0.111.126:44671 was elected leader, sending a full tablet report...
I20260630 12:33:29.680052  1764 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:29.682902  1764 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:30.065114   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:33:30.088191   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:30.088872   445 tablet_replica.cc:333] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86: stopping tablet replica
I20260630 12:33:30.089570   445 raft_consensus.cc:2243] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:30.090140   445 raft_consensus.cc:2272] T 26406f53e995458e97d23e9080b27002 P 716cee59a72b4d6484a247aba6a20b86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:30.539470   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:33:30.550295   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:33:30.567267   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:30.567816   445 tablet_replica.cc:333] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67: stopping tablet replica
I20260630 12:33:30.568274   445 raft_consensus.cc:2243] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:30.568739   445 raft_consensus.cc:2272] T 323dd42897954e9ab19ed8ecefc49c50 P af4626201fa14ef2a26a27584a50ba67 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:30.586740   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:33:30.595817   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:33:30.613080   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:30.613703   445 tablet_replica.cc:333] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2: stopping tablet replica
I20260630 12:33:30.614187   445 raft_consensus.cc:2243] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:30.614650   445 raft_consensus.cc:2272] T 178ebcb2f1184edfa3770caa4f7f616c P 6d28d755b864449bb07091d253277fa2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:30.632515   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:33:30.641746   445 master.cc:562] Master@127.0.111.126:44671 shutting down...
I20260630 12:33:30.656849   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:33:30.657752   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:30.658062   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7f9a209f119d49adb5a12d42936b82e8: stopping tablet replica
I20260630 12:33:30.678092   445 master.cc:584] Master@127.0.111.126:44671 shutdown complete.
I20260630 12:33:30.691502   445 master.cc:562] Master@127.0.111.124:36337 shutting down...
I20260630 12:33:30.705921   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:30.706429   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:30.706727   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P c7f0fd0e38354372a42c76688d7837e9: stopping tablet replica
I20260630 12:33:30.723978   445 master.cc:584] Master@127.0.111.124:36337 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (9425 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:33:30.754518   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:43647
I20260630 12:33:30.755573   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:30.760386  2107 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
W20260630 12:33:30.760560  2106 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
W20260630 12:33:30.761864  2109 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
I20260630 12:33:30.762809   445 server_base.cc:1061] running on GCE node
I20260630 12:33:30.763600   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:30.763773   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:30.763886   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822810763876 us; error 0 us; skew 500 ppm
I20260630 12:33:30.764293   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:30.766455   445 webserver.cc:533] Webserver started at http://127.0.111.126:46731/ using document root <none> and password file <none>
I20260630 12:33:30.766887   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:30.767038   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:30.767313   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:30.768330   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "b9db0655e93d4d4480b394b7c32876f9"
format_stamp: "Formatted at 2026-06-30 12:33:30 on dist-test-slave-rw3v"
I20260630 12:33:30.772310   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:33:30.775300  2114 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:30.775947   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:33:30.776211   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "b9db0655e93d4d4480b394b7c32876f9"
format_stamp: "Formatted at 2026-06-30 12:33:30 on dist-test-slave-rw3v"
I20260630 12:33:30.776460   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-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)
I20260630 12:33:30.788658   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:30.789840   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:30.825244   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:43647
I20260630 12:33:30.825367  2165 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:43647 every 8 connection(s)
I20260630 12:33:30.828969  2166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:30.838542  2166 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9: Bootstrap starting.
I20260630 12:33:30.842779  2166 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:30.846729  2166 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9: No bootstrap required, opened a new log
I20260630 12:33:30.848838  2166 raft_consensus.cc:359] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER }
I20260630 12:33:30.849227  2166 raft_consensus.cc:385] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:30.849413  2166 raft_consensus.cc:740] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9db0655e93d4d4480b394b7c32876f9, State: Initialized, Role: FOLLOWER
I20260630 12:33:30.849982  2166 consensus_queue.cc:260] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER }
I20260630 12:33:30.850404  2166 raft_consensus.cc:399] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:30.850598  2166 raft_consensus.cc:493] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:30.850808  2166 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:30.855078  2166 raft_consensus.cc:515] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER }
I20260630 12:33:30.855557  2166 leader_election.cc:304] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [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: b9db0655e93d4d4480b394b7c32876f9; no voters: 
I20260630 12:33:30.856590  2166 leader_election.cc:290] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:30.856931  2169 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:30.858079  2169 raft_consensus.cc:697] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 1 LEADER]: Becoming Leader. State: Replica: b9db0655e93d4d4480b394b7c32876f9, State: Running, Role: LEADER
I20260630 12:33:30.858695  2169 consensus_queue.cc:237] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [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: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER }
I20260630 12:33:30.859277  2166 sys_catalog.cc:565] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:30.861274  2171 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b9db0655e93d4d4480b394b7c32876f9. Latest consensus state: current_term: 1 leader_uuid: "b9db0655e93d4d4480b394b7c32876f9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER } }
I20260630 12:33:30.861354  2170 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b9db0655e93d4d4480b394b7c32876f9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9db0655e93d4d4480b394b7c32876f9" member_type: VOTER } }
I20260630 12:33:30.861910  2171 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:30.861976  2170 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:30.868224  2174 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:30.874027  2174 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:30.874990   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:30.882850  2174 catalog_manager.cc:1383] Generated new cluster ID: e7204fdc4622484bb246563ff2b8db3f
I20260630 12:33:30.883205  2174 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:30.900869  2174 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:30.902112  2174 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:30.916821  2174 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9: Generated new TSK 0
I20260630 12:33:30.917440  2174 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:30.941454   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:30.946974  2187 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
W20260630 12:33:30.947679  2188 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
W20260630 12:33:30.949920  2190 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
I20260630 12:33:30.949992   445 server_base.cc:1061] running on GCE node
I20260630 12:33:30.951010   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:30.951267   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:30.951416   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822810951399 us; error 0 us; skew 500 ppm
I20260630 12:33:30.951884   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:30.954638   445 webserver.cc:533] Webserver started at http://127.0.111.65:40695/ using document root <none> and password file <none>
I20260630 12:33:30.955101   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:30.955327   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:30.955569   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:30.956597   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "52feb824dc5e4c728df0bae21fdea772"
format_stamp: "Formatted at 2026-06-30 12:33:30 on dist-test-slave-rw3v"
I20260630 12:33:30.960831   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:33:30.963930  2195 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:30.964665   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:33:30.964967   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "52feb824dc5e4c728df0bae21fdea772"
format_stamp: "Formatted at 2026-06-30 12:33:30 on dist-test-slave-rw3v"
I20260630 12:33:30.965240   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-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)
I20260630 12:33:30.974578   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:30.975696   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:30.977049   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:30.979357   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:30.979561   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:30.979773   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:30.979943   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.018460   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:42505
I20260630 12:33:31.018581  2257 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:42505 every 8 connection(s)
I20260630 12:33:31.022991   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:31.029615  2262 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
W20260630 12:33:31.030906  2263 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
I20260630 12:33:31.032418   445 server_base.cc:1061] running on GCE node
W20260630 12:33:31.033659  2265 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
I20260630 12:33:31.034426   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:31.034639   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:31.034771   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822811034760 us; error 0 us; skew 500 ppm
I20260630 12:33:31.035267   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:31.037827   445 webserver.cc:533] Webserver started at http://127.0.111.66:44641/ using document root <none> and password file <none>
I20260630 12:33:31.038275   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:31.038458   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:31.038619  2258 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43647
I20260630 12:33:31.038703   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:31.039024  2258 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:31.039710  2258 heartbeater.cc:507] Master 127.0.111.126:43647 requested a full tablet report, sending...
I20260630 12:33:31.039817   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "3fb0e807253a4d0a8ba1502cf66c49d7"
format_stamp: "Formatted at 2026-06-30 12:33:31 on dist-test-slave-rw3v"
I20260630 12:33:31.041558  2131 ts_manager.cc:194] Registered new tserver with Master: 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505)
I20260630 12:33:31.043460  2131 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53200
I20260630 12:33:31.044235   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:33:31.047370  2270 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.048032   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:31.048287   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "3fb0e807253a4d0a8ba1502cf66c49d7"
format_stamp: "Formatted at 2026-06-30 12:33:31 on dist-test-slave-rw3v"
I20260630 12:33:31.048533   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-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)
I20260630 12:33:31.064603   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:31.065703   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:31.067107   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:31.069190   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:31.069386   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.069589   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:31.069734   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.106000   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:42097
I20260630 12:33:31.106107  2332 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:42097 every 8 connection(s)
I20260630 12:33:31.110450   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:31.116303  2336 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
W20260630 12:33:31.117080  2337 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
W20260630 12:33:31.119743  2339 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
I20260630 12:33:31.119980   445 server_base.cc:1061] running on GCE node
I20260630 12:33:31.121178   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:31.121378   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:31.121575   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822811121557 us; error 0 us; skew 500 ppm
I20260630 12:33:31.121605  2333 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43647
I20260630 12:33:31.122043  2333 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:31.122184   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:31.122712  2333 heartbeater.cc:507] Master 127.0.111.126:43647 requested a full tablet report, sending...
I20260630 12:33:31.124557  2131 ts_manager.cc:194] Registered new tserver with Master: 3fb0e807253a4d0a8ba1502cf66c49d7 (127.0.111.66:42097)
I20260630 12:33:31.124919   445 webserver.cc:533] Webserver started at http://127.0.111.67:32831/ using document root <none> and password file <none>
I20260630 12:33:31.125396   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:31.125558   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:31.125825   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:31.125965  2131 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53204
I20260630 12:33:31.126919   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "1785ffe739d8461283f1b858988afc6a"
format_stamp: "Formatted at 2026-06-30 12:33:31 on dist-test-slave-rw3v"
I20260630 12:33:31.130981   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:33:31.133994  2344 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.134697   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:33:31.134956   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "1785ffe739d8461283f1b858988afc6a"
format_stamp: "Formatted at 2026-06-30 12:33:31 on dist-test-slave-rw3v"
I20260630 12:33:31.135262   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-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)
I20260630 12:33:31.152311   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:31.153460   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:31.154831   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:31.156953   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:31.157147   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.157364   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:31.157513   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:31.198354   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:37309
I20260630 12:33:31.198436  2406 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:37309 every 8 connection(s)
I20260630 12:33:31.212877  2407 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43647
I20260630 12:33:31.213264  2407 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:31.213974  2407 heartbeater.cc:507] Master 127.0.111.126:43647 requested a full tablet report, sending...
I20260630 12:33:31.215829  2131 ts_manager.cc:194] Registered new tserver with Master: 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:31.216789   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015102155s
I20260630 12:33:31.217149  2131 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53210
I20260630 12:33:32.045806  2258 heartbeater.cc:499] Master 127.0.111.126:43647 was elected leader, sending a full tablet report...
I20260630 12:33:32.128477  2333 heartbeater.cc:499] Master 127.0.111.126:43647 was elected leader, sending a full tablet report...
I20260630 12:33:32.219627  2407 heartbeater.cc:499] Master 127.0.111.126:43647 was elected leader, sending a full tablet report...
I20260630 12:33:32.269439  2131 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53226:
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"
    }
  }
}
W20260630 12:33:32.271457  2131 catalog_manager.cc:7077] 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.
I20260630 12:33:32.314153  2298 tablet_service.cc:1511] Processing CreateTablet for tablet a6fc5864c53d4ff587d04e081c829384 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:33:32.314486  2223 tablet_service.cc:1511] Processing CreateTablet for tablet a6fc5864c53d4ff587d04e081c829384 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:33:32.315560  2298 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a6fc5864c53d4ff587d04e081c829384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.315764  2223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a6fc5864c53d4ff587d04e081c829384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.318575  2222 tablet_service.cc:1511] Processing CreateTablet for tablet 714cc1da740f47308bb2e1393a1f91f4 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:33:32.318706  2297 tablet_service.cc:1511] Processing CreateTablet for tablet 714cc1da740f47308bb2e1393a1f91f4 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:33:32.319871  2222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714cc1da740f47308bb2e1393a1f91f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.319983  2297 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714cc1da740f47308bb2e1393a1f91f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.332355  2372 tablet_service.cc:1511] Processing CreateTablet for tablet a6fc5864c53d4ff587d04e081c829384 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:33:32.333927  2372 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a6fc5864c53d4ff587d04e081c829384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.335394  2371 tablet_service.cc:1511] Processing CreateTablet for tablet 714cc1da740f47308bb2e1393a1f91f4 (DEFAULT_TABLE table=test-workload [id=221c7bec02b549e486fd30254f57a0f3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:33:32.336704  2371 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714cc1da740f47308bb2e1393a1f91f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:32.348985  2427 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: Bootstrap starting.
I20260630 12:33:32.354763  2428 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: Bootstrap starting.
I20260630 12:33:32.357224  2427 tablet_bootstrap.cc:654] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.359025  2429 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: Bootstrap starting.
I20260630 12:33:32.361665  2428 tablet_bootstrap.cc:654] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.363294  2427 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: No bootstrap required, opened a new log
I20260630 12:33:32.363801  2427 ts_tablet_manager.cc:1403] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:33:32.365823  2429 tablet_bootstrap.cc:654] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.366091  2428 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: No bootstrap required, opened a new log
I20260630 12:33:32.366510  2428 ts_tablet_manager.cc:1403] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.004s
I20260630 12:33:32.366803  2427 raft_consensus.cc:359] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.367602  2427 raft_consensus.cc:385] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.367895  2427 raft_consensus.cc:740] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52feb824dc5e4c728df0bae21fdea772, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.368875  2427 consensus_queue.cc:260] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.369050  2428 raft_consensus.cc:359] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.370278  2428 raft_consensus.cc:385] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.370599  2428 raft_consensus.cc:740] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3fb0e807253a4d0a8ba1502cf66c49d7, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.371421  2428 consensus_queue.cc:260] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.372165  2427 ts_tablet_manager.cc:1434] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:33:32.373185  2427 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Bootstrap starting.
I20260630 12:33:32.373761  2429 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: No bootstrap required, opened a new log
I20260630 12:33:32.374243  2429 ts_tablet_manager.cc:1403] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.005s
I20260630 12:33:32.377185  2429 raft_consensus.cc:359] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.378041  2429 raft_consensus.cc:385] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.378415  2429 raft_consensus.cc:740] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1785ffe739d8461283f1b858988afc6a, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.379302  2429 consensus_queue.cc:260] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.379894  2427 tablet_bootstrap.cc:654] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.404145  2435 raft_consensus.cc:493] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:32.404819  2435 raft_consensus.cc:515] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.426534  2435 leader_election.cc:290] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505), 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:32.436023  2428 ts_tablet_manager.cc:1434] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: Time spent starting tablet: real 0.069s	user 0.037s	sys 0.032s
I20260630 12:33:32.440929  2429 ts_tablet_manager.cc:1434] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: Time spent starting tablet: real 0.066s	user 0.035s	sys 0.028s
I20260630 12:33:32.441846  2429 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: Bootstrap starting.
I20260630 12:33:32.444269  2428 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: Bootstrap starting.
I20260630 12:33:32.449128  2429 tablet_bootstrap.cc:654] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.455368  2427 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: No bootstrap required, opened a new log
I20260630 12:33:32.455900  2427 ts_tablet_manager.cc:1403] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Time spent bootstrapping tablet: real 0.083s	user 0.030s	sys 0.042s
I20260630 12:33:32.456874  2429 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: No bootstrap required, opened a new log
I20260630 12:33:32.457403  2429 ts_tablet_manager.cc:1403] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260630 12:33:32.457685  2382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1785ffe739d8461283f1b858988afc6a" is_pre_election: true
I20260630 12:33:32.458362  2382 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 0.
I20260630 12:33:32.458628  2427 raft_consensus.cc:359] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.459432  2427 raft_consensus.cc:385] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.459607  2428 tablet_bootstrap.cc:654] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:32.459753  2427 raft_consensus.cc:740] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52feb824dc5e4c728df0bae21fdea772, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.459808  2271 leader_election.cc:304] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: 1785ffe739d8461283f1b858988afc6a, 3fb0e807253a4d0a8ba1502cf66c49d7; no voters: 
I20260630 12:33:32.460179  2429 raft_consensus.cc:359] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.460915  2429 raft_consensus.cc:385] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.460918  2434 raft_consensus.cc:2804] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:32.460848  2427 consensus_queue.cc:260] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.461448  2429 raft_consensus.cc:740] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1785ffe739d8461283f1b858988afc6a, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.461516  2434 raft_consensus.cc:493] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:32.461998  2434 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.462302  2429 consensus_queue.cc:260] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.464437  2429 ts_tablet_manager.cc:1434] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:33:32.464686  2427 ts_tablet_manager.cc:1434] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:33:32.470075  2434 raft_consensus.cc:515] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.472244  2434 leader_election.cc:290] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [CANDIDATE]: Term 1 election: Requested vote from peers 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505), 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:32.474030  2233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52feb824dc5e4c728df0bae21fdea772" is_pre_election: true
I20260630 12:33:32.476871  2233 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 0.
I20260630 12:33:32.474825  2428 tablet_bootstrap.cc:492] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: No bootstrap required, opened a new log
I20260630 12:33:32.474737  2232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52feb824dc5e4c728df0bae21fdea772"
I20260630 12:33:32.477852  2232 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.477882  2428 ts_tablet_manager.cc:1403] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.006s
I20260630 12:33:32.475863  2382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1785ffe739d8461283f1b858988afc6a"
I20260630 12:33:32.479650  2382 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.481222  2428 raft_consensus.cc:359] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.481932  2428 raft_consensus.cc:385] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:32.482215  2428 raft_consensus.cc:740] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3fb0e807253a4d0a8ba1502cf66c49d7, State: Initialized, Role: FOLLOWER
I20260630 12:33:32.483019  2428 consensus_queue.cc:260] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.484261  2382 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 1.
I20260630 12:33:32.484726  2232 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 1.
I20260630 12:33:32.485217  2271 leader_election.cc:304] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: 1785ffe739d8461283f1b858988afc6a, 3fb0e807253a4d0a8ba1502cf66c49d7; no voters: 
I20260630 12:33:32.485071  2428 ts_tablet_manager.cc:1434] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:33:32.486142  2434 raft_consensus.cc:2804] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:32.486567  2434 raft_consensus.cc:697] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Becoming Leader. State: Replica: 3fb0e807253a4d0a8ba1502cf66c49d7, State: Running, Role: LEADER
I20260630 12:33:32.487371  2434 consensus_queue.cc:237] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.494169  2129 catalog_manager.cc:5697] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3fb0e807253a4d0a8ba1502cf66c49d7 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:32.672341  2434 raft_consensus.cc:493] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:32.672830  2434 raft_consensus.cc:515] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.674500  2434 leader_election.cc:290] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505), 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:32.675343  2232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a6fc5864c53d4ff587d04e081c829384" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52feb824dc5e4c728df0bae21fdea772" is_pre_election: true
I20260630 12:33:32.675530  2382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a6fc5864c53d4ff587d04e081c829384" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1785ffe739d8461283f1b858988afc6a" is_pre_election: true
I20260630 12:33:32.675839  2232 raft_consensus.cc:2468] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 0.
I20260630 12:33:32.676048  2382 raft_consensus.cc:2468] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 0.
I20260630 12:33:32.676859  2274 leader_election.cc:304] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: 3fb0e807253a4d0a8ba1502cf66c49d7, 52feb824dc5e4c728df0bae21fdea772; no voters: 
I20260630 12:33:32.677498  2434 raft_consensus.cc:2804] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:32.677772  2434 raft_consensus.cc:493] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:32.678030  2434 raft_consensus.cc:3060] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.682078  2434 raft_consensus.cc:515] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.683609  2434 leader_election.cc:290] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [CANDIDATE]: Term 1 election: Requested vote from peers 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505), 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:32.684427  2232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a6fc5864c53d4ff587d04e081c829384" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52feb824dc5e4c728df0bae21fdea772"
I20260630 12:33:32.684648  2382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a6fc5864c53d4ff587d04e081c829384" candidate_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1785ffe739d8461283f1b858988afc6a"
I20260630 12:33:32.684872  2232 raft_consensus.cc:3060] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.685271  2382 raft_consensus.cc:3060] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:32.689327  2232 raft_consensus.cc:2468] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 1.
I20260630 12:33:32.689401  2382 raft_consensus.cc:2468] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3fb0e807253a4d0a8ba1502cf66c49d7 in term 1.
I20260630 12:33:32.690287  2274 leader_election.cc:304] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: 3fb0e807253a4d0a8ba1502cf66c49d7, 52feb824dc5e4c728df0bae21fdea772; no voters: 
I20260630 12:33:32.690886  2434 raft_consensus.cc:2804] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:32.691290  2434 raft_consensus.cc:697] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Becoming Leader. State: Replica: 3fb0e807253a4d0a8ba1502cf66c49d7, State: Running, Role: LEADER
I20260630 12:33:32.691958  2434 consensus_queue.cc:237] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:32.698814  2129 catalog_manager.cc:5697] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3fb0e807253a4d0a8ba1502cf66c49d7 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:32.873463  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:32.884670  2308 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4"
dest_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7"
mode: GRACEFUL
new_leader_uuid: "1785ffe739d8461283f1b858988afc6a"
 from {username='slave'} at 127.0.0.1:50862
I20260630 12:33:32.885389  2308 raft_consensus.cc:606] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Received request to transfer leadership to TS 1785ffe739d8461283f1b858988afc6a
I20260630 12:33:32.886449  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:33:32.886795  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:33.082845  2434 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:33.095376  2434 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:33.103080  2449 raft_consensus.cc:993] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: : Instructing follower 1785ffe739d8461283f1b858988afc6a to start an election
I20260630 12:33:33.103545  2434 raft_consensus.cc:1081] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Signalling peer 1785ffe739d8461283f1b858988afc6a to start an election
I20260630 12:33:33.104863  2382 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4"
dest_uuid: "1785ffe739d8461283f1b858988afc6a"
 from {username='slave'} at 127.0.0.1:44860
I20260630 12:33:33.105430  2382 raft_consensus.cc:493] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:33:33.105779  2382 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:33.110471  2382 raft_consensus.cc:515] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:33.113580  2382 leader_election.cc:290] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [CANDIDATE]: Term 2 election: Requested vote from peers 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505), 3fb0e807253a4d0a8ba1502cf66c49d7 (127.0.111.66:42097)
I20260630 12:33:33.128139  2232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "1785ffe739d8461283f1b858988afc6a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "52feb824dc5e4c728df0bae21fdea772"
I20260630 12:33:33.128733  2232 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:33.128616  2308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "714cc1da740f47308bb2e1393a1f91f4" candidate_uuid: "1785ffe739d8461283f1b858988afc6a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7"
I20260630 12:33:33.129329  2308 raft_consensus.cc:3055] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:33:33.129637  2308 raft_consensus.cc:740] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 3fb0e807253a4d0a8ba1502cf66c49d7, State: Running, Role: LEADER
I20260630 12:33:33.130402  2308 consensus_queue.cc:260] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:33.131784  2308 raft_consensus.cc:3060] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:33:33.132473  2434 consensus_queue.cc:1048] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:33.135281  2232 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1785ffe739d8461283f1b858988afc6a in term 2.
I20260630 12:33:33.136390  2348 leader_election.cc:304] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [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: 1785ffe739d8461283f1b858988afc6a, 52feb824dc5e4c728df0bae21fdea772; no voters: 
I20260630 12:33:33.137411  2451 raft_consensus.cc:2804] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:33:33.138420  2308 raft_consensus.cc:2468] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1785ffe739d8461283f1b858988afc6a in term 2.
I20260630 12:33:33.139292  2451 raft_consensus.cc:697] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 LEADER]: Becoming Leader. State: Replica: 1785ffe739d8461283f1b858988afc6a, State: Running, Role: LEADER
I20260630 12:33:33.140120  2451 consensus_queue.cc:237] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } }
I20260630 12:33:33.144331  2435 consensus_queue.cc:1048] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:33.149376  2130 catalog_manager.cc:5697] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a reported cstate change: term changed from 1 to 2, leader changed from 3fb0e807253a4d0a8ba1502cf66c49d7 (127.0.111.66) to 1785ffe739d8461283f1b858988afc6a (127.0.111.67). New cstate: current_term: 2 leader_uuid: "1785ffe739d8461283f1b858988afc6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:33.699357  2308 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:33.700626  2460 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:33:33.708680  2233 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:33:33.710120  2461 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:33:34.887686  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:34.889912  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:34.890250  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:36.891290  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:36.893338  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:36.893674  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:38.894516  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:38.896340  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:38.896637  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:40.897572  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:40.899663  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:40.900007  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:42.900789  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:42.902496  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:42.902798  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:43.093894   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:43.100597  2472 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
W20260630 12:33:43.101147  2473 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
W20260630 12:33:43.101806  2475 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
I20260630 12:33:43.103372   445 server_base.cc:1061] running on GCE node
I20260630 12:33:43.104391   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:43.104591   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:43.104775   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822823104750 us; error 0 us; skew 500 ppm
I20260630 12:33:43.105312   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:43.108152   445 webserver.cc:533] Webserver started at http://127.0.111.68:38003/ using document root <none> and password file <none>
I20260630 12:33:43.108753   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:43.108952   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:43.109329   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:43.110636   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d"
format_stamp: "Formatted at 2026-06-30 12:33:43 on dist-test-slave-rw3v"
I20260630 12:33:43.115134   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:33:43.118604  2480 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:43.119405   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:33:43.119663   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d"
format_stamp: "Formatted at 2026-06-30 12:33:43 on dist-test-slave-rw3v"
I20260630 12:33:43.119926   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-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)
I20260630 12:33:43.131428   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:43.132643   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:43.134021   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:43.136294   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:43.136492   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:43.136713   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:43.136878   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:43.177718   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:38957
I20260630 12:33:43.177830  2543 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:38957 every 8 connection(s)
I20260630 12:33:43.197605  2544 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43647
I20260630 12:33:43.197995  2544 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:43.198695  2544 heartbeater.cc:507] Master 127.0.111.126:43647 requested a full tablet report, sending...
I20260630 12:33:43.200685  2130 ts_manager.cc:194] Registered new tserver with Master: f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68:38957)
I20260630 12:33:43.202092  2130 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39472
W20260630 12:33:43.508433  2403 debug-util.cc:398] Leaking SignalData structure 0x7b08001936a0 after lost signal to thread 448
W20260630 12:33:43.509936  2403 debug-util.cc:398] Leaking SignalData structure 0x7b08001e4120 after lost signal to thread 2257
W20260630 12:33:43.510699  2403 debug-util.cc:398] Leaking SignalData structure 0x7b08002011a0 after lost signal to thread 2332
W20260630 12:33:43.511445  2403 debug-util.cc:398] Leaking SignalData structure 0x7b08000d6e80 after lost signal to thread 2406
I20260630 12:33:43.934661  2382 consensus_queue.cc:237] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } }
I20260630 12:33:43.943243  2308 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:43.945677  2232 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:33:43.945943  2551 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:33:43.947408  2470 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:33:43.966177  2470 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } } }
W20260630 12:33:43.973413  2345 consensus_peers.cc:597] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a -> Peer f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68:38957): Couldn't send request to peer f78a4e9fbd22455c9e3e2c5deca4e65d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 714cc1da740f47308bb2e1393a1f91f4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:33:43.974053  2233 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } } }
I20260630 12:33:43.984472  2308 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } } }
I20260630 12:33:43.984395  2131 catalog_manager.cc:5697] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a reported cstate change: config changed from index -1 to 3, NON_VOTER f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "1785ffe739d8461283f1b858988afc6a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:33:44.204329  2544 heartbeater.cc:499] Master 127.0.111.126:43647 was elected leader, sending a full tablet report...
I20260630 12:33:44.509910  2561 ts_tablet_manager.cc:933] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: Initiating tablet copy from peer 1785ffe739d8461283f1b858988afc6a (127.0.111.67:37309)
I20260630 12:33:44.513056  2561 tablet_copy_client.cc:323] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:37309
I20260630 12:33:44.539126  2392 tablet_copy_service.cc:140] P 1785ffe739d8461283f1b858988afc6a: Received BeginTabletCopySession request for tablet 714cc1da740f47308bb2e1393a1f91f4 from peer f78a4e9fbd22455c9e3e2c5deca4e65d ({username='slave'} at 127.0.0.1:42706)
I20260630 12:33:44.539683  2392 tablet_copy_service.cc:161] P 1785ffe739d8461283f1b858988afc6a: Beginning new tablet copy session on tablet 714cc1da740f47308bb2e1393a1f91f4 from peer f78a4e9fbd22455c9e3e2c5deca4e65d at {username='slave'} at 127.0.0.1:42706: session id = f78a4e9fbd22455c9e3e2c5deca4e65d-714cc1da740f47308bb2e1393a1f91f4
I20260630 12:33:44.547464  2392 tablet_copy_source_session.cc:215] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:33:44.550931  2561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 714cc1da740f47308bb2e1393a1f91f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:44.566011  2561 tablet_copy_client.cc:806] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: tablet copy: Starting download of 0 data blocks...
I20260630 12:33:44.566622  2561 tablet_copy_client.cc:670] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:33:44.570398  2561 tablet_copy_client.cc:538] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:33:44.578274  2561 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: Bootstrap starting.
I20260630 12:33:44.599695  2561 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: 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
I20260630 12:33:44.600557  2561 tablet_bootstrap.cc:492] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: Bootstrap complete.
I20260630 12:33:44.601200  2561 ts_tablet_manager.cc:1403] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.004s
I20260630 12:33:44.604022  2561 raft_consensus.cc:359] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } }
I20260630 12:33:44.604856  2561 raft_consensus.cc:740] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f78a4e9fbd22455c9e3e2c5deca4e65d, State: Initialized, Role: LEARNER
I20260630 12:33:44.605530  2561 consensus_queue.cc:260] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: true } }
I20260630 12:33:44.608510  2561 ts_tablet_manager.cc:1434] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:33:44.610350  2392 tablet_copy_service.cc:342] P 1785ffe739d8461283f1b858988afc6a: Request end of tablet copy session f78a4e9fbd22455c9e3e2c5deca4e65d-714cc1da740f47308bb2e1393a1f91f4 received from {username='slave'} at 127.0.0.1:42706
I20260630 12:33:44.610795  2392 tablet_copy_service.cc:434] P 1785ffe739d8461283f1b858988afc6a: ending tablet copy session f78a4e9fbd22455c9e3e2c5deca4e65d-714cc1da740f47308bb2e1393a1f91f4 on tablet 714cc1da740f47308bb2e1393a1f91f4 with peer f78a4e9fbd22455c9e3e2c5deca4e65d
I20260630 12:33:44.903798  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:44.906455  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:44.906875  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:45.121181  2519 raft_consensus.cc:1217] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:33:45.597595  2571 raft_consensus.cc:1064] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: attempting to promote NON_VOTER f78a4e9fbd22455c9e3e2c5deca4e65d to VOTER
I20260630 12:33:45.602178  2571 consensus_queue.cc:237] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [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: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } }
I20260630 12:33:45.610764  2519 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 LEARNER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:33:45.612922  2470 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:33:45.615610  2308 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:33:45.617568  2233 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:33:45.619506  2568 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:33:45.626979  2571 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:33:45.649407  2569 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.653087  2233 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.657132  2519 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.677537  2308 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.686975  2129 catalog_manager.cc:5697] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a reported cstate change: config changed from index 3 to 4, f78a4e9fbd22455c9e3e2c5deca4e65d (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "1785ffe739d8461283f1b858988afc6a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "52feb824dc5e4c728df0bae21fdea772" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 42505 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:33:45.716903  2382 consensus_queue.cc:237] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [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: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } }
I20260630 12:33:45.726212  2519 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:33:45.727799  2569 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:33:45.728128  2308 raft_consensus.cc:1275] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Refusing update from remote peer 1785ffe739d8461283f1b858988afc6a: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:33:45.729671  2568 consensus_queue.cc:1048] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:33:45.735752  2571 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.737363  2519 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.744812  2308 raft_consensus.cc:2955] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.750828  2128 catalog_manager.cc:5697] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d reported cstate change: config changed from index 4 to 5, VOTER 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65) evicted. New cstate: current_term: 2 leader_uuid: "1785ffe739d8461283f1b858988afc6a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3fb0e807253a4d0a8ba1502cf66c49d7" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42097 } } peers { permanent_uuid: "1785ffe739d8461283f1b858988afc6a" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 37309 } } peers { permanent_uuid: "f78a4e9fbd22455c9e3e2c5deca4e65d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 38957 } attrs { promote: false } } }
I20260630 12:33:45.757261  2115 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 714cc1da740f47308bb2e1393a1f91f4 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:33:45.768177  2223 tablet_service.cc:1558] Processing DeleteTablet for tablet 714cc1da740f47308bb2e1393a1f91f4 with delete_type TABLET_DATA_TOMBSTONED (TS 52feb824dc5e4c728df0bae21fdea772 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49276
I20260630 12:33:45.771407  2583 tablet_replica.cc:333] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: stopping tablet replica
I20260630 12:33:45.772293  2583 raft_consensus.cc:2243] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:45.773409  2583 raft_consensus.cc:2272] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:45.776639  2583 ts_tablet_manager.cc:1916] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:33:45.792189  2583 ts_tablet_manager.cc:1929] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:33:45.792683  2583 log.cc:1199] T 714cc1da740f47308bb2e1393a1f91f4 P 52feb824dc5e4c728df0bae21fdea772: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822785200141-445-0/minicluster-data/ts-0-root/wals/714cc1da740f47308bb2e1393a1f91f4
I20260630 12:33:45.794620  2118 catalog_manager.cc:5028] TS 52feb824dc5e4c728df0bae21fdea772 (127.0.111.65:42505): tablet 714cc1da740f47308bb2e1393a1f91f4 (table test-workload [id=221c7bec02b549e486fd30254f57a0f3]) successfully deleted
I20260630 12:33:46.908061  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:46.909979  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:46.910492  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:48.911391  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:48.913239  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:48.913524  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:50.914364  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:50.916185  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:50.916476  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:52.917356  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:52.919235  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:52.919526  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:54.920643  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:54.923007  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:54.923520  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:56.924564  2184 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:33:56.926628  2184 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:33:56.926975  2184 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:57.795284   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:33:57.828042   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:57.828941   445 tablet_replica.cc:333] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772: stopping tablet replica
I20260630 12:33:57.829528   445 raft_consensus.cc:2243] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:57.830114   445 raft_consensus.cc:2272] T a6fc5864c53d4ff587d04e081c829384 P 52feb824dc5e4c728df0bae21fdea772 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:57.853376   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:33:57.866621   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:33:57.885099   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:57.885774   445 tablet_replica.cc:333] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7: stopping tablet replica
I20260630 12:33:57.886308   445 raft_consensus.cc:2243] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:57.887120   445 raft_consensus.cc:2272] T a6fc5864c53d4ff587d04e081c829384 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:57.889153   445 tablet_replica.cc:333] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7: stopping tablet replica
I20260630 12:33:57.889587   445 raft_consensus.cc:2243] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:57.890091   445 raft_consensus.cc:2272] T 714cc1da740f47308bb2e1393a1f91f4 P 3fb0e807253a4d0a8ba1502cf66c49d7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:57.912295   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:33:57.924238   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:33:57.947577   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:57.948303   445 tablet_replica.cc:333] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a: stopping tablet replica
I20260630 12:33:57.948915   445 raft_consensus.cc:2243] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:57.949386   445 raft_consensus.cc:2272] T a6fc5864c53d4ff587d04e081c829384 P 1785ffe739d8461283f1b858988afc6a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:57.951504   445 tablet_replica.cc:333] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a: stopping tablet replica
I20260630 12:33:57.951956   445 raft_consensus.cc:2243] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:33:57.952762   445 raft_consensus.cc:2272] T 714cc1da740f47308bb2e1393a1f91f4 P 1785ffe739d8461283f1b858988afc6a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:57.990252   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:33:58.001310   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:33:58.020833   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:33:58.021553   445 tablet_replica.cc:333] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d: stopping tablet replica
I20260630 12:33:58.022061   445 raft_consensus.cc:2243] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:33:58.022647   445 raft_consensus.cc:2272] T 714cc1da740f47308bb2e1393a1f91f4 P f78a4e9fbd22455c9e3e2c5deca4e65d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:58.040275   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:33:58.049618   445 master.cc:562] Master@127.0.111.126:43647 shutting down...
I20260630 12:33:58.065448   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:33:58.066057   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:33:58.066371   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P b9db0655e93d4d4480b394b7c32876f9: stopping tablet replica
I20260630 12:33:58.084208   445 master.cc:584] Master@127.0.111.126:43647 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27362 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:33:58.117668   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:36443
I20260630 12:33:58.118718   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:58.123826  2586 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
W20260630 12:33:58.124054  2587 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
W20260630 12:33:58.124778  2589 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
I20260630 12:33:58.125815   445 server_base.cc:1061] running on GCE node
I20260630 12:33:58.126672   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:58.126855   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:58.126995   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822838126979 us; error 0 us; skew 500 ppm
I20260630 12:33:58.127470   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:58.129691   445 webserver.cc:533] Webserver started at http://127.0.111.126:44975/ using document root <none> and password file <none>
I20260630 12:33:58.130133   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:58.130322   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:58.130580   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:58.131759   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-rw3v"
I20260630 12:33:58.135963   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:33:58.138957  2594 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.139665   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:33:58.139909   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-rw3v"
I20260630 12:33:58.140146   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822785200141-445-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)
I20260630 12:33:58.156941   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:58.158033   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:58.193179   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:36443
I20260630 12:33:58.193271  2645 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:36443 every 8 connection(s)
I20260630 12:33:58.196805  2646 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:58.206303  2646 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb: Bootstrap starting.
I20260630 12:33:58.210516  2646 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.214228  2646 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb: No bootstrap required, opened a new log
I20260630 12:33:58.216208  2646 raft_consensus.cc:359] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER }
I20260630 12:33:58.216624  2646 raft_consensus.cc:385] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.216830  2646 raft_consensus.cc:740] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2bcce41357e43f4b4cf59f0edcd4fdb, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.217335  2646 consensus_queue.cc:260] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER }
I20260630 12:33:58.217783  2646 raft_consensus.cc:399] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:58.217993  2646 raft_consensus.cc:493] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:58.218240  2646 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.222184  2646 raft_consensus.cc:515] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER }
I20260630 12:33:58.222649  2646 leader_election.cc:304] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [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: b2bcce41357e43f4b4cf59f0edcd4fdb; no voters: 
I20260630 12:33:58.223641  2646 leader_election.cc:290] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:58.223992  2649 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.225119  2649 raft_consensus.cc:697] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 1 LEADER]: Becoming Leader. State: Replica: b2bcce41357e43f4b4cf59f0edcd4fdb, State: Running, Role: LEADER
I20260630 12:33:58.225754  2649 consensus_queue.cc:237] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [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: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER }
I20260630 12:33:58.226274  2646 sys_catalog.cc:565] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:58.230352  2651 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [sys.catalog]: SysCatalogTable state changed. Reason: New leader b2bcce41357e43f4b4cf59f0edcd4fdb. Latest consensus state: current_term: 1 leader_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER } }
I20260630 12:33:58.230907  2651 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:58.231374  2650 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b2bcce41357e43f4b4cf59f0edcd4fdb" member_type: VOTER } }
I20260630 12:33:58.231875  2650 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:58.233321  2656 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:58.238073  2656 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:58.240149   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:58.246466  2656 catalog_manager.cc:1383] Generated new cluster ID: 59ef9fe5d6c746a4bcc096e650b6c3ce
I20260630 12:33:58.246742  2656 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:58.263960  2656 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:58.265170  2656 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:58.283530  2656 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb: Generated new TSK 0
I20260630 12:33:58.284117  2656 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:58.305227   445 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.00017795s
I20260630 12:34:10.398366   445 master.cc:562] Master@127.0.111.126:36443 shutting down...
I20260630 12:34:10.421447   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:10.422149   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:10.422456   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P b2bcce41357e43f4b4cf59f0edcd4fdb: stopping tablet replica
I20260630 12:34:10.440768   445 master.cc:584] Master@127.0.111.126:36443 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12352 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:34:10.470038   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:41035
I20260630 12:34:10.471050   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:10.476197  2670 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
W20260630 12:34:10.476256  2669 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
W20260630 12:34:10.478904  2672 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
I20260630 12:34:10.479456   445 server_base.cc:1061] running on GCE node
I20260630 12:34:10.480104   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:10.480279   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:10.480419   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822850480404 us; error 0 us; skew 500 ppm
I20260630 12:34:10.480880   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:10.482997   445 webserver.cc:533] Webserver started at http://127.0.111.126:37477/ using document root <none> and password file <none>
I20260630 12:34:10.483455   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:10.483620   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:10.483886   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:10.484990   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "005ad82639444819b137bffff9bbd147"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.489194   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:10.492180  2677 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.492818   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:10.493055   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "005ad82639444819b137bffff9bbd147"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.493304   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-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)
I20260630 12:34:10.503173   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:10.504235   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:10.538894   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:41035
I20260630 12:34:10.539000  2728 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:41035 every 8 connection(s)
I20260630 12:34:10.542639  2729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:10.553300  2729 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147: Bootstrap starting.
I20260630 12:34:10.557675  2729 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:10.561451  2729 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147: No bootstrap required, opened a new log
I20260630 12:34:10.563522  2729 raft_consensus.cc:359] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "005ad82639444819b137bffff9bbd147" member_type: VOTER }
I20260630 12:34:10.563930  2729 raft_consensus.cc:385] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:10.564136  2729 raft_consensus.cc:740] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 005ad82639444819b137bffff9bbd147, State: Initialized, Role: FOLLOWER
I20260630 12:34:10.564677  2729 consensus_queue.cc:260] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "005ad82639444819b137bffff9bbd147" member_type: VOTER }
I20260630 12:34:10.565111  2729 raft_consensus.cc:399] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:10.565326  2729 raft_consensus.cc:493] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:10.565569  2729 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:10.569729  2729 raft_consensus.cc:515] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "005ad82639444819b137bffff9bbd147" member_type: VOTER }
I20260630 12:34:10.570204  2729 leader_election.cc:304] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [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: 005ad82639444819b137bffff9bbd147; no voters: 
I20260630 12:34:10.571228  2729 leader_election.cc:290] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:10.571599  2732 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:10.572763  2732 raft_consensus.cc:697] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 1 LEADER]: Becoming Leader. State: Replica: 005ad82639444819b137bffff9bbd147, State: Running, Role: LEADER
I20260630 12:34:10.573418  2732 consensus_queue.cc:237] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [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: "005ad82639444819b137bffff9bbd147" member_type: VOTER }
I20260630 12:34:10.573928  2729 sys_catalog.cc:565] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:10.576287  2734 sys_catalog.cc:455] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 005ad82639444819b137bffff9bbd147. Latest consensus state: current_term: 1 leader_uuid: "005ad82639444819b137bffff9bbd147" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "005ad82639444819b137bffff9bbd147" member_type: VOTER } }
I20260630 12:34:10.576236  2733 sys_catalog.cc:455] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "005ad82639444819b137bffff9bbd147" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "005ad82639444819b137bffff9bbd147" member_type: VOTER } }
I20260630 12:34:10.576928  2734 sys_catalog.cc:458] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:10.577013  2733 sys_catalog.cc:458] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:10.579768  2737 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:10.587078  2737 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:10.587960   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:10.595336  2737 catalog_manager.cc:1383] Generated new cluster ID: 83dc23fdf4eb480994792e0a279f379e
I20260630 12:34:10.595548  2737 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:10.616339  2737 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:10.617549  2737 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:10.629652  2737 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147: Generated new TSK 0
I20260630 12:34:10.630191  2737 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:10.653713   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:10.659294  2750 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
W20260630 12:34:10.660308  2751 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
W20260630 12:34:10.661540  2753 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
I20260630 12:34:10.662106   445 server_base.cc:1061] running on GCE node
I20260630 12:34:10.663045   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:10.663312   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:10.663503   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822850663477 us; error 0 us; skew 500 ppm
I20260630 12:34:10.664094   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:10.666268   445 webserver.cc:533] Webserver started at http://127.0.111.65:37443/ using document root <none> and password file <none>
I20260630 12:34:10.666694   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:10.666867   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:10.667121   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:10.668251   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "349541b7c2464289a050a81e60e55c72"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.672358   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:10.675421  2758 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.676077   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:10.676330   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "349541b7c2464289a050a81e60e55c72"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.676576   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-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)
I20260630 12:34:10.706669   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:10.707783   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:10.709245   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:10.711439   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:10.711629   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.711843   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:10.712001   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.748986   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:36017
I20260630 12:34:10.749085  2820 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:36017 every 8 connection(s)
I20260630 12:34:10.753672   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:10.760380  2825 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
W20260630 12:34:10.761922  2826 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
W20260630 12:34:10.763631  2828 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
I20260630 12:34:10.764240   445 server_base.cc:1061] running on GCE node
I20260630 12:34:10.764941   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:10.765125   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:10.765280   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822850765263 us; error 0 us; skew 500 ppm
I20260630 12:34:10.765743   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:10.768303   445 webserver.cc:533] Webserver started at http://127.0.111.66:33555/ using document root <none> and password file <none>
I20260630 12:34:10.768807   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:10.768989   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:10.769251   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:10.769476  2821 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41035
I20260630 12:34:10.769802  2821 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:10.770399   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "33ae338cb4f64138a6ee2ce8f3e62260"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.770447  2821 heartbeater.cc:507] Master 127.0.111.126:41035 requested a full tablet report, sending...
I20260630 12:34:10.772475  2694 ts_manager.cc:194] Registered new tserver with Master: 349541b7c2464289a050a81e60e55c72 (127.0.111.65:36017)
I20260630 12:34:10.774416  2694 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59942
I20260630 12:34:10.774950   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:10.778307  2833 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.779017   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:10.779321   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "33ae338cb4f64138a6ee2ce8f3e62260"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.779568   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-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)
I20260630 12:34:10.817510   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:10.818630   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:10.820007   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:10.822075   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:10.822276   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.822479   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:10.822623   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.859009   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:45431
I20260630 12:34:10.859102  2895 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:45431 every 8 connection(s)
I20260630 12:34:10.863436   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:10.869936  2899 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
W20260630 12:34:10.871402  2900 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
I20260630 12:34:10.874271  2896 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41035
I20260630 12:34:10.874652  2896 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:10.874728   445 server_base.cc:1061] running on GCE node
W20260630 12:34:10.874673  2902 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
I20260630 12:34:10.875869  2896 heartbeater.cc:507] Master 127.0.111.126:41035 requested a full tablet report, sending...
I20260630 12:34:10.876088   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:10.876359   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:10.876550   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822850876531 us; error 0 us; skew 500 ppm
I20260630 12:34:10.877168   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:10.878054  2694 ts_manager.cc:194] Registered new tserver with Master: 33ae338cb4f64138a6ee2ce8f3e62260 (127.0.111.66:45431)
I20260630 12:34:10.879490  2694 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42092
I20260630 12:34:10.879681   445 webserver.cc:533] Webserver started at http://127.0.111.67:37741/ using document root <none> and password file <none>
I20260630 12:34:10.880112   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:10.880342   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:10.880656   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:10.882021   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "20493c8685bb458895840eb7374e140d"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.885968   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
I20260630 12:34:10.888890  2907 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.889560   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:10.889812   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "20493c8685bb458895840eb7374e140d"
format_stamp: "Formatted at 2026-06-30 12:34:10 on dist-test-slave-rw3v"
I20260630 12:34:10.890057   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822785200141-445-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)
I20260630 12:34:10.900449   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:10.901487   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:10.902740   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:10.904788   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:10.904970   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.905180   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:10.905325   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:10.941727   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:39119
I20260630 12:34:10.941815  2969 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:39119 every 8 connection(s)
I20260630 12:34:10.954141  2970 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41035
I20260630 12:34:10.954493  2970 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:10.955181  2970 heartbeater.cc:507] Master 127.0.111.126:41035 requested a full tablet report, sending...
I20260630 12:34:10.956895  2694 ts_manager.cc:194] Registered new tserver with Master: 20493c8685bb458895840eb7374e140d (127.0.111.67:39119)
I20260630 12:34:10.957777   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013201005s
I20260630 12:34:10.958112  2694 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42108
I20260630 12:34:11.777002  2821 heartbeater.cc:499] Master 127.0.111.126:41035 was elected leader, sending a full tablet report...
I20260630 12:34:11.881963  2896 heartbeater.cc:499] Master 127.0.111.126:41035 was elected leader, sending a full tablet report...
I20260630 12:34:11.960331  2970 heartbeater.cc:499] Master 127.0.111.126:41035 was elected leader, sending a full tablet report...
I20260630 12:34:12.587072  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:14.588006  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:16.589110  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:18.204350  2817 debug-util.cc:398] Leaking SignalData structure 0x7b080018b800 after lost signal to thread 448
W20260630 12:34:18.205160  2817 debug-util.cc:398] Leaking SignalData structure 0x7b0800114520 after lost signal to thread 2728
W20260630 12:34:18.206000  2817 debug-util.cc:398] Leaking SignalData structure 0x7b08002061c0 after lost signal to thread 2820
W20260630 12:34:18.206970  2817 debug-util.cc:398] Leaking SignalData structure 0x7b0800191940 after lost signal to thread 2895
W20260630 12:34:18.207985  2817 debug-util.cc:398] Leaking SignalData structure 0x7b080017f680 after lost signal to thread 2969
I20260630 12:34:18.590313  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:19.133410  2725 debug-util.cc:398] Leaking SignalData structure 0x7b08001d3a40 after lost signal to thread 448
W20260630 12:34:19.134367  2725 debug-util.cc:398] Leaking SignalData structure 0x7b0800180960 after lost signal to thread 2728
W20260630 12:34:19.135308  2725 debug-util.cc:398] Leaking SignalData structure 0x7b08000a9680 after lost signal to thread 2820
W20260630 12:34:19.136080  2725 debug-util.cc:398] Leaking SignalData structure 0x7b08001ab580 after lost signal to thread 2895
W20260630 12:34:19.136848  2725 debug-util.cc:398] Leaking SignalData structure 0x7b08001abf20 after lost signal to thread 2969
I20260630 12:34:20.591329  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:22.592293  2747 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:23.210536   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:34:23.232185   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.264187   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:34:23.273013   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:34:23.291270   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.306756   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:34:23.315475   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:34:23.332206   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.347523   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:34:23.355345   445 master.cc:562] Master@127.0.111.126:41035 shutting down...
I20260630 12:34:23.370790   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.371605   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.371940   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 005ad82639444819b137bffff9bbd147: stopping tablet replica
I20260630 12:34:23.405164   445 master.cc:584] Master@127.0.111.126:41035 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12963 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:34:23.435814   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:44287
I20260630 12:34:23.436849   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.441823  2975 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
W20260630 12:34:23.442770  2976 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
W20260630 12:34:23.443284  2978 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
I20260630 12:34:23.443542   445 server_base.cc:1061] running on GCE node
I20260630 12:34:23.445153   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.445340   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.445451   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822863445441 us; error 0 us; skew 500 ppm
I20260630 12:34:23.445899   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.448123   445 webserver.cc:533] Webserver started at http://127.0.111.126:45163/ using document root <none> and password file <none>
I20260630 12:34:23.448530   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.448695   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.448913   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.449999   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "c47aff9fac904fa79c264aa8862ebf0e"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.454130   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:23.457201  2983 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.457855   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:23.458073   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "c47aff9fac904fa79c264aa8862ebf0e"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.458297   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-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)
I20260630 12:34:23.486542   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.487712   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.522614   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:44287
I20260630 12:34:23.522709  3034 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:44287 every 8 connection(s)
I20260630 12:34:23.526361  3035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:23.536731  3035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e: Bootstrap starting.
I20260630 12:34:23.541064  3035 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:23.544945  3035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e: No bootstrap required, opened a new log
I20260630 12:34:23.546931  3035 raft_consensus.cc:359] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER }
I20260630 12:34:23.547366  3035 raft_consensus.cc:385] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.547580  3035 raft_consensus.cc:740] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c47aff9fac904fa79c264aa8862ebf0e, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.548128  3035 consensus_queue.cc:260] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER }
I20260630 12:34:23.548583  3035 raft_consensus.cc:399] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:23.548797  3035 raft_consensus.cc:493] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:23.549055  3035 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.553233  3035 raft_consensus.cc:515] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER }
I20260630 12:34:23.553699  3035 leader_election.cc:304] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [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: c47aff9fac904fa79c264aa8862ebf0e; no voters: 
I20260630 12:34:23.554780  3035 leader_election.cc:290] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:23.555081  3038 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:23.556386  3038 raft_consensus.cc:697] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 1 LEADER]: Becoming Leader. State: Replica: c47aff9fac904fa79c264aa8862ebf0e, State: Running, Role: LEADER
I20260630 12:34:23.557057  3038 consensus_queue.cc:237] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [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: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER }
I20260630 12:34:23.557626  3035 sys_catalog.cc:565] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.562633  3040 sys_catalog.cc:455] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [sys.catalog]: SysCatalogTable state changed. Reason: New leader c47aff9fac904fa79c264aa8862ebf0e. Latest consensus state: current_term: 1 leader_uuid: "c47aff9fac904fa79c264aa8862ebf0e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER } }
I20260630 12:34:23.563328  3040 sys_catalog.cc:458] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.563673  3039 sys_catalog.cc:455] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c47aff9fac904fa79c264aa8862ebf0e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c47aff9fac904fa79c264aa8862ebf0e" member_type: VOTER } }
I20260630 12:34:23.564064  3039 sys_catalog.cc:458] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.565209  3046 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:23.569994  3046 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:23.572731   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:23.578464  3046 catalog_manager.cc:1383] Generated new cluster ID: a37b114923f14e739440c90ead607b45
I20260630 12:34:23.578686  3046 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:23.604096  3046 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:23.605265  3046 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:23.619953  3046 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e: Generated new TSK 0
I20260630 12:34:23.620462  3046 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:23.639343   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.644799  3056 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
W20260630 12:34:23.645484  3057 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
W20260630 12:34:23.646836  3059 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
I20260630 12:34:23.647166   445 server_base.cc:1061] running on GCE node
I20260630 12:34:23.648025   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.648218   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.648391   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822863648365 us; error 0 us; skew 500 ppm
I20260630 12:34:23.648872   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.650987   445 webserver.cc:533] Webserver started at http://127.0.111.65:32775/ using document root <none> and password file <none>
I20260630 12:34:23.651474   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.651639   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.651893   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.652904   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.656919   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:23.660019  3064 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.660722   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:23.660964   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.661219   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-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)
I20260630 12:34:23.697328   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.698392   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.699712   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.701822   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.701989   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.702215   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.702394   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.739645   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:34907
I20260630 12:34:23.739740  3126 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:34907 every 8 connection(s)
I20260630 12:34:23.744292   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.750942  3131 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
W20260630 12:34:23.751927  3132 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
I20260630 12:34:23.754369   445 server_base.cc:1061] running on GCE node
W20260630 12:34:23.755096  3134 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
I20260630 12:34:23.755873   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.756072   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.756246   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822863756225 us; error 0 us; skew 500 ppm
I20260630 12:34:23.756727   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.758606  3127 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44287
I20260630 12:34:23.758909  3127 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.759357   445 webserver.cc:533] Webserver started at http://127.0.111.66:43991/ using document root <none> and password file <none>
I20260630 12:34:23.759696  3127 heartbeater.cc:507] Master 127.0.111.126:44287 requested a full tablet report, sending...
I20260630 12:34:23.759843   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.760104   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.760350   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.761529   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "e8be28682436433b9ce6482ad749c7f6"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.761700  3000 ts_manager.cc:194] Registered new tserver with Master: be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907)
I20260630 12:34:23.763531  3000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60356
I20260630 12:34:23.766110   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:23.769230  3139 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.769863   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:23.770114   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "e8be28682436433b9ce6482ad749c7f6"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.770365   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-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)
I20260630 12:34:23.787122   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.788209   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.789508   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.791525   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.791713   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.791920   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.792065   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.827962   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:36587
I20260630 12:34:23.828092  3201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:36587 every 8 connection(s)
I20260630 12:34:23.832330   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.838961  3205 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
W20260630 12:34:23.840404  3206 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
W20260630 12:34:23.842161  3208 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
I20260630 12:34:23.842762   445 server_base.cc:1061] running on GCE node
I20260630 12:34:23.843520  3202 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44287
I20260630 12:34:23.843694   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:34:23.843925  3202 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:23.843957   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:23.844314   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822863844295 us; error 0 us; skew 500 ppm
I20260630 12:34:23.844870  3202 heartbeater.cc:507] Master 127.0.111.126:44287 requested a full tablet report, sending...
I20260630 12:34:23.845009   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.846869  3000 ts_manager.cc:194] Registered new tserver with Master: e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587)
I20260630 12:34:23.847488   445 webserver.cc:533] Webserver started at http://127.0.111.67:37531/ using document root <none> and password file <none>
I20260630 12:34:23.847932   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.848119   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.848356   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.848289  3000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60362
I20260630 12:34:23.849712   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "93fadd896dca457d9f866fe2916b6ee2"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.853646   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:34:23.856596  3213 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.857223   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:23.857475   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "93fadd896dca457d9f866fe2916b6ee2"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-rw3v"
I20260630 12:34:23.857721   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822785200141-445-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)
I20260630 12:34:23.878376   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.879474   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.880836   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.882937   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.883127   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.883378   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.883527   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.920960   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:41475
I20260630 12:34:23.921051  3275 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:41475 every 8 connection(s)
I20260630 12:34:23.934172  3276 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44287
I20260630 12:34:23.934603  3276 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.935344  3276 heartbeater.cc:507] Master 127.0.111.126:44287 requested a full tablet report, sending...
I20260630 12:34:23.937129  3000 ts_manager.cc:194] Registered new tserver with Master: 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67:41475)
I20260630 12:34:23.937345   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013340004s
I20260630 12:34:23.938438  3000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60368
I20260630 12:34:24.765771  3127 heartbeater.cc:499] Master 127.0.111.126:44287 was elected leader, sending a full tablet report...
I20260630 12:34:24.850683  3202 heartbeater.cc:499] Master 127.0.111.126:44287 was elected leader, sending a full tablet report...
I20260630 12:34:24.940874  3276 heartbeater.cc:499] Master 127.0.111.126:44287 was elected leader, sending a full tablet report...
I20260630 12:34:24.989364  3000 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60380:
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"
    }
  }
}
W20260630 12:34:24.991664  3000 catalog_manager.cc:7077] 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.
I20260630 12:34:25.042596  3167 tablet_service.cc:1511] Processing CreateTablet for tablet 0cb91841fa384c958098d72c20cd41ed (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.044142  3167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cb91841fa384c958098d72c20cd41ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.048036  3166 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8d1d1ff1644802a317e427ae5ebbd2 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.049427  3166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8d1d1ff1644802a317e427ae5ebbd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.054268  3165 tablet_service.cc:1511] Processing CreateTablet for tablet 69494ec084424e4ab3a07ec1bd8f867e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.056001  3164 tablet_service.cc:1511] Processing CreateTablet for tablet b155858166554d2fafe2f004f4781224 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.056568  3241 tablet_service.cc:1511] Processing CreateTablet for tablet 0cb91841fa384c958098d72c20cd41ed (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.057263  3165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69494ec084424e4ab3a07ec1bd8f867e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.058064  3241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cb91841fa384c958098d72c20cd41ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.059520  3164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b155858166554d2fafe2f004f4781224. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.060822  3240 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8d1d1ff1644802a317e427ae5ebbd2 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.062134  3240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8d1d1ff1644802a317e427ae5ebbd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.064915  3239 tablet_service.cc:1511] Processing CreateTablet for tablet 69494ec084424e4ab3a07ec1bd8f867e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.066293  3239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69494ec084424e4ab3a07ec1bd8f867e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.074175  3089 tablet_service.cc:1511] Processing CreateTablet for tablet b155858166554d2fafe2f004f4781224 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.075290  3091 tablet_service.cc:1511] Processing CreateTablet for tablet 0f8d1d1ff1644802a317e427ae5ebbd2 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.075919  3089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b155858166554d2fafe2f004f4781224. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.076193  3238 tablet_service.cc:1511] Processing CreateTablet for tablet b155858166554d2fafe2f004f4781224 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:25.077559  3238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b155858166554d2fafe2f004f4781224. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.077899  3090 tablet_service.cc:1511] Processing CreateTablet for tablet 69494ec084424e4ab3a07ec1bd8f867e (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.076689  3091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f8d1d1ff1644802a317e427ae5ebbd2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.074123  3092 tablet_service.cc:1511] Processing CreateTablet for tablet 0cb91841fa384c958098d72c20cd41ed (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=9d6a3086eee64eab963535b143d6776a]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:25.080248  3092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cb91841fa384c958098d72c20cd41ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.083078  3090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69494ec084424e4ab3a07ec1bd8f867e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.134752  3296 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: Bootstrap starting.
I20260630 12:34:25.136022  3295 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: Bootstrap starting.
I20260630 12:34:25.140300  3296 tablet_bootstrap.cc:654] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.142088  3297 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Bootstrap starting.
I20260630 12:34:25.142975  3295 tablet_bootstrap.cc:654] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.145757  3296 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: No bootstrap required, opened a new log
I20260630 12:34:25.146230  3296 ts_tablet_manager.cc:1403] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.003s
I20260630 12:34:25.147406  3295 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: No bootstrap required, opened a new log
I20260630 12:34:25.147776  3295 ts_tablet_manager.cc:1403] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: Time spent bootstrapping tablet: real 0.012s	user 0.004s	sys 0.007s
I20260630 12:34:25.148638  3297 tablet_bootstrap.cc:654] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.149035  3296 raft_consensus.cc:359] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.149765  3296 raft_consensus.cc:385] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.149830  3295 raft_consensus.cc:359] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.150130  3296 raft_consensus.cc:740] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be79ed1f7dd44f70b6654db0e473c3b2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.150492  3295 raft_consensus.cc:385] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.150760  3295 raft_consensus.cc:740] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8be28682436433b9ce6482ad749c7f6, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.150966  3296 consensus_queue.cc:260] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.151486  3295 consensus_queue.cc:260] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.153890  3297 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: No bootstrap required, opened a new log
I20260630 12:34:25.154146  3295 ts_tablet_manager.cc:1434] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:34:25.154346  3297 ts_tablet_manager.cc:1403] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:34:25.155004  3295 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: Bootstrap starting.
I20260630 12:34:25.157280  3297 raft_consensus.cc:359] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.159379  3297 raft_consensus.cc:385] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.159713  3297 raft_consensus.cc:740] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.160925  3295 tablet_bootstrap.cc:654] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.160642  3297 consensus_queue.cc:260] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.164292  3296 ts_tablet_manager.cc:1434] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.007s
I20260630 12:34:25.165344  3296 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: Bootstrap starting.
I20260630 12:34:25.171306  3296 tablet_bootstrap.cc:654] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.175745  3297 ts_tablet_manager.cc:1434] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.014s
W20260630 12:34:25.175954  3277 tablet.cc:2406] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:34:25.176815  3297 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Bootstrap starting.
I20260630 12:34:25.181094  3296 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: No bootstrap required, opened a new log
I20260630 12:34:25.181674  3296 ts_tablet_manager.cc:1403] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.000s
I20260630 12:34:25.185237  3297 tablet_bootstrap.cc:654] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.186517  3296 raft_consensus.cc:359] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.187084  3295 tablet_bootstrap.cc:492] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: No bootstrap required, opened a new log
I20260630 12:34:25.187305  3296 raft_consensus.cc:385] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.187671  3296 raft_consensus.cc:740] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be79ed1f7dd44f70b6654db0e473c3b2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.187812  3295 ts_tablet_manager.cc:1403] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.015s
I20260630 12:34:25.188586  3296 consensus_queue.cc:260] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.191340  3295 raft_consensus.cc:359] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.192260  3295 raft_consensus.cc:385] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.192628  3295 raft_consensus.cc:740] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8be28682436433b9ce6482ad749c7f6, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.193043  3296 ts_tablet_manager.cc:1434] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:34:25.194017  3296 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: Bootstrap starting.
I20260630 12:34:25.193706  3295 consensus_queue.cc:260] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.200650  3296 tablet_bootstrap.cc:654] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.203928  3295 ts_tablet_manager.cc:1434] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.002s
I20260630 12:34:25.205031  3295 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: Bootstrap starting.
I20260630 12:34:25.205826  3297 tablet_bootstrap.cc:492] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: No bootstrap required, opened a new log
I20260630 12:34:25.206319  3297 ts_tablet_manager.cc:1403] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Time spent bootstrapping tablet: real 0.030s	user 0.012s	sys 0.014s
I20260630 12:34:25.209225  3297 raft_consensus.cc:359] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.209957  3297 raft_consensus.cc:385] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.210247  3297 raft_consensus.cc:740] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.211015  3297 consensus_queue.cc:260] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.211637  3295 tablet_bootstrap.cc:654] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.212847  3297 ts_tablet_manager.cc:1434] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:34:25.213594  3297 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Bootstrap starting.
I20260630 12:34:25.216079  3296 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: No bootstrap required, opened a new log
I20260630 12:34:25.216638  3296 ts_tablet_manager.cc:1403] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.013s
I20260630 12:34:25.220952  3297 tablet_bootstrap.cc:654] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.220046  3296 raft_consensus.cc:359] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.221552  3296 raft_consensus.cc:385] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.221903  3296 raft_consensus.cc:740] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be79ed1f7dd44f70b6654db0e473c3b2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.223112  3296 consensus_queue.cc:260] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.230520  3295 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: No bootstrap required, opened a new log
I20260630 12:34:25.231078  3295 ts_tablet_manager.cc:1403] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.011s
I20260630 12:34:25.232221  3296 ts_tablet_manager.cc:1434] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.003s
I20260630 12:34:25.233048  3296 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: Bootstrap starting.
I20260630 12:34:25.233827  3295 raft_consensus.cc:359] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.234453  3295 raft_consensus.cc:385] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.234727  3295 raft_consensus.cc:740] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8be28682436433b9ce6482ad749c7f6, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.235483  3295 consensus_queue.cc:260] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.231087  3297 tablet_bootstrap.cc:492] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: No bootstrap required, opened a new log
I20260630 12:34:25.237458  3297 ts_tablet_manager.cc:1403] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.008s
I20260630 12:34:25.239090  3296 tablet_bootstrap.cc:654] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.240725  3297 raft_consensus.cc:359] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.241492  3297 raft_consensus.cc:385] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.241863  3297 raft_consensus.cc:740] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.242815  3297 consensus_queue.cc:260] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.244365  3295 ts_tablet_manager.cc:1434] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.000s
I20260630 12:34:25.245400  3295 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Bootstrap starting.
I20260630 12:34:25.245802  3297 ts_tablet_manager.cc:1434] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:34:25.246785  3297 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: Bootstrap starting.
I20260630 12:34:25.250625  3296 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: No bootstrap required, opened a new log
I20260630 12:34:25.251205  3296 ts_tablet_manager.cc:1403] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:34:25.251616  3295 tablet_bootstrap.cc:654] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.252451  3297 tablet_bootstrap.cc:654] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.254340  3296 raft_consensus.cc:359] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.255198  3296 raft_consensus.cc:385] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.255525  3296 raft_consensus.cc:740] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be79ed1f7dd44f70b6654db0e473c3b2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.256345  3296 consensus_queue.cc:260] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.258584  3296 ts_tablet_manager.cc:1434] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:25.264415  3295 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: No bootstrap required, opened a new log
I20260630 12:34:25.264842  3295 ts_tablet_manager.cc:1403] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.001s
I20260630 12:34:25.267094  3295 raft_consensus.cc:359] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.267545  3297 tablet_bootstrap.cc:492] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: No bootstrap required, opened a new log
I20260630 12:34:25.267681  3295 raft_consensus.cc:385] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.268033  3297 ts_tablet_manager.cc:1403] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.002s
I20260630 12:34:25.268019  3295 raft_consensus.cc:740] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8be28682436433b9ce6482ad749c7f6, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.268910  3295 consensus_queue.cc:260] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.270802  3295 ts_tablet_manager.cc:1434] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:34:25.270552  3297 raft_consensus.cc:359] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.271236  3297 raft_consensus.cc:385] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.271534  3297 raft_consensus.cc:740] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.272240  3297 consensus_queue.cc:260] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.274333  3297 ts_tablet_manager.cc:1434] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:25.280968  3303 raft_consensus.cc:493] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.281428  3303 raft_consensus.cc:515] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.284058  3313 raft_consensus.cc:493] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.285425  3303 leader_election.cc:290] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587)
I20260630 12:34:25.286072  3313 raft_consensus.cc:515] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.293639  3313 leader_election.cc:290] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587)
I20260630 12:34:25.296494  3177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b155858166554d2fafe2f004f4781224" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6" is_pre_election: true
I20260630 12:34:25.297273  3177 raft_consensus.cc:2468] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.298590  3102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b155858166554d2fafe2f004f4781224" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" is_pre_election: true
I20260630 12:34:25.299036  3101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69494ec084424e4ab3a07ec1bd8f867e" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" is_pre_election: true
I20260630 12:34:25.299268  3102 raft_consensus.cc:2468] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.298511  3176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69494ec084424e4ab3a07ec1bd8f867e" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6" is_pre_election: true
I20260630 12:34:25.299736  3101 raft_consensus.cc:2468] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.300153  3176 raft_consensus.cc:2468] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.299319  3217 leader_election.cc:304] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, e8be28682436433b9ce6482ad749c7f6; no voters: 
I20260630 12:34:25.301734  3313 raft_consensus.cc:2804] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.301918  3216 leader_election.cc:304] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, be79ed1f7dd44f70b6654db0e473c3b2; no voters: 
I20260630 12:34:25.302196  3313 raft_consensus.cc:493] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.302611  3313 raft_consensus.cc:3060] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.302970  3303 raft_consensus.cc:2804] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.303350  3303 raft_consensus.cc:493] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.303674  3303 raft_consensus.cc:3060] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.305940  3301 raft_consensus.cc:493] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.306438  3301 raft_consensus.cc:515] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.309619  3303 raft_consensus.cc:515] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.309722  3313 raft_consensus.cc:515] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.311854  3313 leader_election.cc:290] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 election: Requested vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587)
I20260630 12:34:25.312603  3101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69494ec084424e4ab3a07ec1bd8f867e" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
I20260630 12:34:25.313028  3176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b155858166554d2fafe2f004f4781224" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6"
I20260630 12:34:25.313599  3176 raft_consensus.cc:3060] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.314857  3102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b155858166554d2fafe2f004f4781224" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
I20260630 12:34:25.315415  3102 raft_consensus.cc:3060] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.316607  3301 leader_election.cc:290] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587), 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67:41475)
I20260630 12:34:25.321596  3313 raft_consensus.cc:493] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.322201  3313 raft_consensus.cc:515] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.322726  3102 raft_consensus.cc:2468] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.313201  3101 raft_consensus.cc:3060] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.326746  3313 leader_election.cc:290] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587), be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907)
I20260630 12:34:25.327471  3177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6" is_pre_election: true
I20260630 12:34:25.328105  3177 raft_consensus.cc:2468] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.329433  3217 leader_election.cc:304] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, e8be28682436433b9ce6482ad749c7f6; no voters: 
I20260630 12:34:25.329857  3101 raft_consensus.cc:2468] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.330380  3313 raft_consensus.cc:2804] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.330783  3313 raft_consensus.cc:493] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.331193  3313 raft_consensus.cc:3060] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.332098  3100 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" is_pre_election: true
I20260630 12:34:25.332823  3100 raft_consensus.cc:2468] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 0.
I20260630 12:34:25.335835  3216 leader_election.cc:304] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, be79ed1f7dd44f70b6654db0e473c3b2; no voters: 
I20260630 12:34:25.338129  3318 raft_consensus.cc:2804] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.338996  3177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69494ec084424e4ab3a07ec1bd8f867e" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6"
I20260630 12:34:25.339613  3177 raft_consensus.cc:3060] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.339954  3216 leader_election.cc:304] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, be79ed1f7dd44f70b6654db0e473c3b2; no voters: 
I20260630 12:34:25.340848  3319 raft_consensus.cc:2804] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.338902  3303 leader_election.cc:290] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 election: Requested vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587)
I20260630 12:34:25.340193  3318 raft_consensus.cc:697] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Becoming Leader. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Running, Role: LEADER
I20260630 12:34:25.341318  3319 raft_consensus.cc:697] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Becoming Leader. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Running, Role: LEADER
I20260630 12:34:25.341882  3318 consensus_queue.cc:237] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [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: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.342059  3319 consensus_queue.cc:237] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [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: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.349097  3177 raft_consensus.cc:2468] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.351382  3176 raft_consensus.cc:2468] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.338092  3313 raft_consensus.cc:515] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.359046  3176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6"
I20260630 12:34:25.359848  3176 raft_consensus.cc:3060] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.365978  3251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93fadd896dca457d9f866fe2916b6ee2" is_pre_election: true
I20260630 12:34:25.366873  3251 raft_consensus.cc:2393] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate be79ed1f7dd44f70b6654db0e473c3b2 in current term 1: Already voted for candidate 93fadd896dca457d9f866fe2916b6ee2 in this term.
I20260630 12:34:25.369746  3101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "93fadd896dca457d9f866fe2916b6ee2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
I20260630 12:34:25.370407  3101 raft_consensus.cc:3060] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.370373  3177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cb91841fa384c958098d72c20cd41ed" candidate_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8be28682436433b9ce6482ad749c7f6" is_pre_election: true
I20260630 12:34:25.372238  3068 leader_election.cc:304] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [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: be79ed1f7dd44f70b6654db0e473c3b2; no voters: 93fadd896dca457d9f866fe2916b6ee2, e8be28682436433b9ce6482ad749c7f6
I20260630 12:34:25.372972  3176 raft_consensus.cc:2468] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.373471  3313 leader_election.cc:290] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [CANDIDATE]: Term 1 election: Requested vote from peers e8be28682436433b9ce6482ad749c7f6 (127.0.111.66:36587), be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907)
I20260630 12:34:25.374066  3217 leader_election.cc:304] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [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: 93fadd896dca457d9f866fe2916b6ee2, e8be28682436433b9ce6482ad749c7f6; no voters: 
I20260630 12:34:25.374687  3313 raft_consensus.cc:2804] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.375252  3313 raft_consensus.cc:697] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Becoming Leader. State: Replica: 93fadd896dca457d9f866fe2916b6ee2, State: Running, Role: LEADER
I20260630 12:34:25.376204  3313 consensus_queue.cc:237] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [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: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } }
I20260630 12:34:25.377940  3101 raft_consensus.cc:2468] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93fadd896dca457d9f866fe2916b6ee2 in term 1.
I20260630 12:34:25.378448  3301 raft_consensus.cc:2749] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:25.381871  3000 catalog_manager.cc:5697] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "93fadd896dca457d9f866fe2916b6ee2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.393730  3000 catalog_manager.cc:5697] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "93fadd896dca457d9f866fe2916b6ee2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.394953  3000 catalog_manager.cc:5697] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "93fadd896dca457d9f866fe2916b6ee2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:25.396504  3302 raft_consensus.cc:493] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.396978  3302 raft_consensus.cc:515] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.399052  3302 leader_election.cc:290] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67:41475)
I20260630 12:34:25.409614  3101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8d1d1ff1644802a317e427ae5ebbd2" candidate_uuid: "e8be28682436433b9ce6482ad749c7f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" is_pre_election: true
I20260630 12:34:25.410310  3101 raft_consensus.cc:2468] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8be28682436433b9ce6482ad749c7f6 in term 0.
I20260630 12:34:25.411480  3142 leader_election.cc:304] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [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: be79ed1f7dd44f70b6654db0e473c3b2, e8be28682436433b9ce6482ad749c7f6; no voters: 
I20260630 12:34:25.412258  3302 raft_consensus.cc:2804] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.412549  3302 raft_consensus.cc:493] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.412580  3251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8d1d1ff1644802a317e427ae5ebbd2" candidate_uuid: "e8be28682436433b9ce6482ad749c7f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93fadd896dca457d9f866fe2916b6ee2" is_pre_election: true
I20260630 12:34:25.412911  3302 raft_consensus.cc:3060] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.413211  3251 raft_consensus.cc:2468] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8be28682436433b9ce6482ad749c7f6 in term 0.
I20260630 12:34:25.417881  3302 raft_consensus.cc:515] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.419729  3302 leader_election.cc:290] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [CANDIDATE]: Term 1 election: Requested vote from peers be79ed1f7dd44f70b6654db0e473c3b2 (127.0.111.65:34907), 93fadd896dca457d9f866fe2916b6ee2 (127.0.111.67:41475)
I20260630 12:34:25.420584  3101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8d1d1ff1644802a317e427ae5ebbd2" candidate_uuid: "e8be28682436433b9ce6482ad749c7f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
I20260630 12:34:25.420668  3251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f8d1d1ff1644802a317e427ae5ebbd2" candidate_uuid: "e8be28682436433b9ce6482ad749c7f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93fadd896dca457d9f866fe2916b6ee2"
I20260630 12:34:25.421121  3101 raft_consensus.cc:3060] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.421275  3251 raft_consensus.cc:3060] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.426218  3101 raft_consensus.cc:2468] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8be28682436433b9ce6482ad749c7f6 in term 1.
I20260630 12:34:25.426273  3251 raft_consensus.cc:2468] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8be28682436433b9ce6482ad749c7f6 in term 1.
I20260630 12:34:25.427258  3142 leader_election.cc:304] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [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: be79ed1f7dd44f70b6654db0e473c3b2, e8be28682436433b9ce6482ad749c7f6; no voters: 
I20260630 12:34:25.427870  3302 raft_consensus.cc:2804] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.429114  3302 raft_consensus.cc:697] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 LEADER]: Becoming Leader. State: Replica: e8be28682436433b9ce6482ad749c7f6, State: Running, Role: LEADER
I20260630 12:34:25.429772  3302 consensus_queue.cc:237] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [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: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } }
I20260630 12:34:25.436203  3000 catalog_manager.cc:5697] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8be28682436433b9ce6482ad749c7f6 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "e8be28682436433b9ce6482ad749c7f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be79ed1f7dd44f70b6654db0e473c3b2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8be28682436433b9ce6482ad749c7f6" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93fadd896dca457d9f866fe2916b6ee2" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41475 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:25.524858   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:34:25.541229   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:25.541972   445 tablet_replica.cc:333] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2: stopping tablet replica
I20260630 12:34:25.542500   445 raft_consensus.cc:2243] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.542961   445 raft_consensus.cc:2272] T b155858166554d2fafe2f004f4781224 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.544821   445 tablet_replica.cc:333] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2: stopping tablet replica
I20260630 12:34:25.545339   445 raft_consensus.cc:2243] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.545699   445 raft_consensus.cc:2272] T 0cb91841fa384c958098d72c20cd41ed P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.547510   445 tablet_replica.cc:333] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2: stopping tablet replica
I20260630 12:34:25.547976   445 raft_consensus.cc:2243] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.548305   445 raft_consensus.cc:2272] T 0f8d1d1ff1644802a317e427ae5ebbd2 P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.549944   445 tablet_replica.cc:333] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2: stopping tablet replica
I20260630 12:34:25.550366   445 raft_consensus.cc:2243] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.550694   445 raft_consensus.cc:2272] T 69494ec084424e4ab3a07ec1bd8f867e P be79ed1f7dd44f70b6654db0e473c3b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.572765   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:34:25.572842  3053 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:34:25.585292   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:34:25.594034  3251 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b155858166554d2fafe2f004f4781224"
dest_uuid: "93fadd896dca457d9f866fe2916b6ee2"
mode: GRACEFUL
new_leader_uuid: "be79ed1f7dd44f70b6654db0e473c3b2"
 from {username='slave'} at 127.0.0.1:42788
I20260630 12:34:25.594656  3251 raft_consensus.cc:606] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Received request to transfer leadership to TS be79ed1f7dd44f70b6654db0e473c3b2
I20260630 12:34:25.597266  3053 auto_leader_rebalancer.cc:440] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 1
I20260630 12:34:25.597862  3053 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:25.604832   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:25.605578   445 tablet_replica.cc:333] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: stopping tablet replica
I20260630 12:34:25.606086   445 raft_consensus.cc:2243] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:25.606655   445 pending_rounds.cc:70] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Trying to abort 1 pending ops.
I20260630 12:34:25.606830   445 pending_rounds.cc:77] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442456807550976 op_type: NO_OP noop_request { }
I20260630 12:34:25.607105   445 raft_consensus.cc:2889] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:25.607404   445 raft_consensus.cc:2272] T 0f8d1d1ff1644802a317e427ae5ebbd2 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.609534   445 tablet_replica.cc:333] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6: stopping tablet replica
I20260630 12:34:25.610046   445 raft_consensus.cc:2243] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.610395   445 raft_consensus.cc:2272] T 69494ec084424e4ab3a07ec1bd8f867e P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.612383   445 tablet_replica.cc:333] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6: stopping tablet replica
I20260630 12:34:25.612854   445 raft_consensus.cc:2243] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.613193   445 raft_consensus.cc:2272] T b155858166554d2fafe2f004f4781224 P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.614830   445 tablet_replica.cc:333] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6: stopping tablet replica
I20260630 12:34:25.615293   445 raft_consensus.cc:2243] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.615624   445 raft_consensus.cc:2272] T 0cb91841fa384c958098d72c20cd41ed P e8be28682436433b9ce6482ad749c7f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.648278   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:34:25.666656   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:34:25.685866   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:25.686801   445 tablet_replica.cc:333] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: stopping tablet replica
I20260630 12:34:25.687430   445 raft_consensus.cc:2243] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:25.688288   445 pending_rounds.cc:70] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Trying to abort 1 pending ops.
I20260630 12:34:25.688464   445 pending_rounds.cc:77] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442456450015232 op_type: NO_OP noop_request { }
I20260630 12:34:25.688858   445 raft_consensus.cc:2889] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:25.689181   445 raft_consensus.cc:2272] T b155858166554d2fafe2f004f4781224 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.691982   445 tablet_replica.cc:333] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: stopping tablet replica
I20260630 12:34:25.692464   445 raft_consensus.cc:2243] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:25.693163   445 pending_rounds.cc:70] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Trying to abort 1 pending ops.
I20260630 12:34:25.693312   445 pending_rounds.cc:77] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442456589946880 op_type: NO_OP noop_request { }
I20260630 12:34:25.693534   445 raft_consensus.cc:2889] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:25.693801   445 raft_consensus.cc:2272] T 0cb91841fa384c958098d72c20cd41ed P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.696241   445 tablet_replica.cc:333] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2: stopping tablet replica
I20260630 12:34:25.696705   445 raft_consensus.cc:2243] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:25.697105   445 raft_consensus.cc:2272] T 0f8d1d1ff1644802a317e427ae5ebbd2 P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.699208   445 tablet_replica.cc:333] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: stopping tablet replica
I20260630 12:34:25.699630   445 raft_consensus.cc:2243] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:25.700318   445 pending_rounds.cc:70] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Trying to abort 1 pending ops.
I20260630 12:34:25.700462   445 pending_rounds.cc:77] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442456451346432 op_type: NO_OP noop_request { }
I20260630 12:34:25.700678   445 raft_consensus.cc:2889] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:25.700925   445 raft_consensus.cc:2272] T 69494ec084424e4ab3a07ec1bd8f867e P 93fadd896dca457d9f866fe2916b6ee2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.725586   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:34:25.739015   445 master.cc:562] Master@127.0.111.126:44287 shutting down...
I20260630 12:34:25.755396   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:25.756031   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:25.756325   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P c47aff9fac904fa79c264aa8862ebf0e: stopping tablet replica
I20260630 12:34:25.774454   445 master.cc:584] Master@127.0.111.126:44287 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2380 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:34:25.815979   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:43915
I20260630 12:34:25.817022   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:25.821934  3330 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
W20260630 12:34:25.822840  3331 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
W20260630 12:34:25.823367  3333 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
I20260630 12:34:25.824028   445 server_base.cc:1061] running on GCE node
I20260630 12:34:25.824831   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:25.825007   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:25.825145   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822865825129 us; error 0 us; skew 500 ppm
I20260630 12:34:25.825609   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:25.827829   445 webserver.cc:533] Webserver started at http://127.0.111.126:37023/ using document root <none> and password file <none>
I20260630 12:34:25.828300   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:25.828478   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:25.828742   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:25.829946   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "66c87066d1f6430ba5b9a56885911aa9"
format_stamp: "Formatted at 2026-06-30 12:34:25 on dist-test-slave-rw3v"
I20260630 12:34:25.834188   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:25.837369  3338 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:25.838037   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:25.838284   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "66c87066d1f6430ba5b9a56885911aa9"
format_stamp: "Formatted at 2026-06-30 12:34:25 on dist-test-slave-rw3v"
I20260630 12:34:25.838538   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-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)
I20260630 12:34:25.862311   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:25.863515   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:25.899085   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:43915
I20260630 12:34:25.899245  3389 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:43915 every 8 connection(s)
I20260630 12:34:25.903007  3390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.913092  3390 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: Bootstrap starting.
I20260630 12:34:25.917441  3390 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.921202  3390 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: No bootstrap required, opened a new log
I20260630 12:34:25.923161  3390 raft_consensus.cc:359] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER }
I20260630 12:34:25.923549  3390 raft_consensus.cc:385] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.923765  3390 raft_consensus.cc:740] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 66c87066d1f6430ba5b9a56885911aa9, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.924322  3390 consensus_queue.cc:260] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER }
I20260630 12:34:25.924773  3390 raft_consensus.cc:399] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.924973  3390 raft_consensus.cc:493] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.925225  3390 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.929344  3390 raft_consensus.cc:515] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER }
I20260630 12:34:25.929808  3390 leader_election.cc:304] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [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: 66c87066d1f6430ba5b9a56885911aa9; no voters: 
I20260630 12:34:25.930805  3390 leader_election.cc:290] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.931231  3393 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.932384  3393 raft_consensus.cc:697] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 1 LEADER]: Becoming Leader. State: Replica: 66c87066d1f6430ba5b9a56885911aa9, State: Running, Role: LEADER
I20260630 12:34:25.933001  3393 consensus_queue.cc:237] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [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: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER }
I20260630 12:34:25.933465  3390 sys_catalog.cc:565] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:25.935904  3395 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 66c87066d1f6430ba5b9a56885911aa9. Latest consensus state: current_term: 1 leader_uuid: "66c87066d1f6430ba5b9a56885911aa9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER } }
I20260630 12:34:25.935865  3394 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "66c87066d1f6430ba5b9a56885911aa9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "66c87066d1f6430ba5b9a56885911aa9" member_type: VOTER } }
I20260630 12:34:25.936599  3395 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:25.936769  3394 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:25.940932  3399 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:25.945701  3399 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:25.949452   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:25.953949  3399 catalog_manager.cc:1383] Generated new cluster ID: 369021c5f10847378f2af24f93d2a25d
I20260630 12:34:25.954171  3399 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:25.984390  3399 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:25.985572  3399 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:25.999665  3399 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: Generated new TSK 0
I20260630 12:34:26.000234  3399 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:26.015558   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:26.021054  3411 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
W20260630 12:34:26.022181  3412 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
W20260630 12:34:26.023293  3414 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
I20260630 12:34:26.023505   445 server_base.cc:1061] running on GCE node
I20260630 12:34:26.024287   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:26.024466   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:26.024611   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822866024595 us; error 0 us; skew 500 ppm
I20260630 12:34:26.025096   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:26.027251   445 webserver.cc:533] Webserver started at http://127.0.111.65:32797/ using document root <none> and password file <none>
I20260630 12:34:26.027681   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:26.027850   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:26.028100   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:26.029203   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "952d4c363e844f18b57846af0d6f5511"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.033372   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:26.036501  3419 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.037195   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:26.037449   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "952d4c363e844f18b57846af0d6f5511"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.037703   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-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)
I20260630 12:34:26.060851   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:26.062001   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:26.063462   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:26.065697   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:26.065881   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.066108   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:26.066268   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.104123   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:34069
I20260630 12:34:26.104223  3481 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:34069 every 8 connection(s)
I20260630 12:34:26.108889   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:26.115561  3486 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
W20260630 12:34:26.116560  3487 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
W20260630 12:34:26.119336  3489 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
I20260630 12:34:26.120275   445 server_base.cc:1061] running on GCE node
I20260630 12:34:26.121016  3482 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43915
I20260630 12:34:26.121137   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:26.121394   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:26.121423  3482 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:26.121704   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822866121684 us; error 0 us; skew 500 ppm
I20260630 12:34:26.122411   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:26.122356  3482 heartbeater.cc:507] Master 127.0.111.126:43915 requested a full tablet report, sending...
I20260630 12:34:26.124744  3355 ts_manager.cc:194] Registered new tserver with Master: 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:26.125164   445 webserver.cc:533] Webserver started at http://127.0.111.66:35679/ using document root <none> and password file <none>
I20260630 12:34:26.125625   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:26.125810   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:26.126036   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:26.126514  3355 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41802
I20260630 12:34:26.127132   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "244077ca284a43ca82bdd064c08e9c2f"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.131697   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:34:26.134708  3494 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.135491   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:26.135744   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "244077ca284a43ca82bdd064c08e9c2f"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.135975   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-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)
I20260630 12:34:26.149699   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:26.150748   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:26.152032   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:26.154031   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:26.154209   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.154408   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:26.154552   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.190389   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:40947
I20260630 12:34:26.190490  3556 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:40947 every 8 connection(s)
I20260630 12:34:26.194758   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:26.200763  3560 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
W20260630 12:34:26.202188  3561 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
I20260630 12:34:26.204555   445 server_base.cc:1061] running on GCE node
W20260630 12:34:26.205387  3564 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
I20260630 12:34:26.205554  3557 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43915
I20260630 12:34:26.205986  3557 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:26.206357   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:26.206609   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:26.206807   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822866206788 us; error 0 us; skew 500 ppm
I20260630 12:34:26.206816  3557 heartbeater.cc:507] Master 127.0.111.126:43915 requested a full tablet report, sending...
I20260630 12:34:26.207609   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:26.209010  3355 ts_manager.cc:194] Registered new tserver with Master: 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:26.210021   445 webserver.cc:533] Webserver started at http://127.0.111.67:45577/ using document root <none> and password file <none>
I20260630 12:34:26.210386  3355 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41814
I20260630 12:34:26.210472   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:26.210767   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:26.211006   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:26.212159   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "39bf0359a3df44fbae3368e61558c5e3"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.216041   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:34:26.218848  3568 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.219527   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:26.219766   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "39bf0359a3df44fbae3368e61558c5e3"
format_stamp: "Formatted at 2026-06-30 12:34:26 on dist-test-slave-rw3v"
I20260630 12:34:26.219980   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-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)
I20260630 12:34:26.231717   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:26.232692   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:26.233940   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:26.236018   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:26.236186   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.236400   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:26.236533   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:26.272701   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:34723
I20260630 12:34:26.272800  3630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:34723 every 8 connection(s)
I20260630 12:34:26.285243  3631 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43915
I20260630 12:34:26.285588  3631 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:26.286252  3631 heartbeater.cc:507] Master 127.0.111.126:43915 requested a full tablet report, sending...
I20260630 12:34:26.287989  3355 ts_manager.cc:194] Registered new tserver with Master: 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:26.288888   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013182157s
I20260630 12:34:26.289286  3355 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41816
I20260630 12:34:27.129272  3482 heartbeater.cc:499] Master 127.0.111.126:43915 was elected leader, sending a full tablet report...
I20260630 12:34:27.212589  3557 heartbeater.cc:499] Master 127.0.111.126:43915 was elected leader, sending a full tablet report...
I20260630 12:34:27.291668  3631 heartbeater.cc:499] Master 127.0.111.126:43915 was elected leader, sending a full tablet report...
I20260630 12:34:27.342602  3355 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41822:
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"
    }
  }
}
W20260630 12:34:27.344784  3355 catalog_manager.cc:7077] 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.
I20260630 12:34:27.400692  3522 tablet_service.cc:1511] Processing CreateTablet for tablet 77b09035aa0c482fa6b863cba57853cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.402336  3522 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77b09035aa0c482fa6b863cba57853cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.403920  3521 tablet_service.cc:1511] Processing CreateTablet for tablet bd322932a7a64d37bd687ed7867d2e5e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.405285  3521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd322932a7a64d37bd687ed7867d2e5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.413290  3520 tablet_service.cc:1511] Processing CreateTablet for tablet 94143b14381e4477a0e51d0f66283f3d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.414798  3520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94143b14381e4477a0e51d0f66283f3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.416049  3519 tablet_service.cc:1511] Processing CreateTablet for tablet c20154087fdc4c1eabee265515f4d6be (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.417383  3519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c20154087fdc4c1eabee265515f4d6be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.420598  3518 tablet_service.cc:1511] Processing CreateTablet for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.421945  3518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.423360  3591 tablet_service.cc:1511] Processing CreateTablet for tablet bed5b29719b64af6a4744e430e6825ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.424106  3517 tablet_service.cc:1511] Processing CreateTablet for tablet bed5b29719b64af6a4744e430e6825ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.424695  3591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bed5b29719b64af6a4744e430e6825ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.424525  3444 tablet_service.cc:1511] Processing CreateTablet for tablet c20154087fdc4c1eabee265515f4d6be (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.425252  3447 tablet_service.cc:1511] Processing CreateTablet for tablet 77b09035aa0c482fa6b863cba57853cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.425899  3444 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c20154087fdc4c1eabee265515f4d6be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.426563  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77b09035aa0c482fa6b863cba57853cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.427735  3443 tablet_service.cc:1511] Processing CreateTablet for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.428107  3594 tablet_service.cc:1511] Processing CreateTablet for tablet 94143b14381e4477a0e51d0f66283f3d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.429044  3443 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.429459  3594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94143b14381e4477a0e51d0f66283f3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.430994  3593 tablet_service.cc:1511] Processing CreateTablet for tablet c20154087fdc4c1eabee265515f4d6be (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.431360  3442 tablet_service.cc:1511] Processing CreateTablet for tablet bed5b29719b64af6a4744e430e6825ef (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.432364  3593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c20154087fdc4c1eabee265515f4d6be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.432090  3446 tablet_service.cc:1511] Processing CreateTablet for tablet bd322932a7a64d37bd687ed7867d2e5e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.434054  3445 tablet_service.cc:1511] Processing CreateTablet for tablet 94143b14381e4477a0e51d0f66283f3d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.435375  3445 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94143b14381e4477a0e51d0f66283f3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.436231  3592 tablet_service.cc:1511] Processing CreateTablet for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.437458  3592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.439503  3442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bed5b29719b64af6a4744e430e6825ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.440135  3446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd322932a7a64d37bd687ed7867d2e5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.425719  3596 tablet_service.cc:1511] Processing CreateTablet for tablet 77b09035aa0c482fa6b863cba57853cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.444114  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77b09035aa0c482fa6b863cba57853cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.452010  3517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bed5b29719b64af6a4744e430e6825ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.439783  3595 tablet_service.cc:1511] Processing CreateTablet for tablet bd322932a7a64d37bd687ed7867d2e5e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.456101  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd322932a7a64d37bd687ed7867d2e5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.460906  3516 tablet_service.cc:1511] Processing CreateTablet for tablet a87e00eaac144bee8805616d661508bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.462363  3516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a87e00eaac144bee8805616d661508bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.465260  3441 tablet_service.cc:1511] Processing CreateTablet for tablet a87e00eaac144bee8805616d661508bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.466619  3441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a87e00eaac144bee8805616d661508bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.505630  3590 tablet_service.cc:1511] Processing CreateTablet for tablet a87e00eaac144bee8805616d661508bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.507023  3590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a87e00eaac144bee8805616d661508bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.509650  3520 tablet_service.cc:1511] Processing CreateTablet for tablet f7695f28b301464e942c5bb61e5e9aed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.510916  3520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f7695f28b301464e942c5bb61e5e9aed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.515961  3442 tablet_service.cc:1511] Processing CreateTablet for tablet f7695f28b301464e942c5bb61e5e9aed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.519351  3592 tablet_service.cc:1511] Processing CreateTablet for tablet f7695f28b301464e942c5bb61e5e9aed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:34:27.520644  3592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f7695f28b301464e942c5bb61e5e9aed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.522248  3442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f7695f28b301464e942c5bb61e5e9aed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:27.539201  3653 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.546288  3653 tablet_bootstrap.cc:654] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.555863  3653 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.556412  3653 ts_tablet_manager.cc:1403] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260630 12:34:27.559103  3653 raft_consensus.cc:359] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.559876  3653 raft_consensus.cc:385] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.560231  3653 raft_consensus.cc:740] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.561157  3653 consensus_queue.cc:260] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.563676  3653 ts_tablet_manager.cc:1434] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:34:27.565536  3652 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.568313  3651 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.568549  3653 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.572026  3652 tablet_bootstrap.cc:654] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.574779  3651 tablet_bootstrap.cc:654] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.574779  3653 tablet_bootstrap.cc:654] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.578823  3652 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.579336  3652 ts_tablet_manager.cc:1403] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.008s
I20260630 12:34:27.579974  3653 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.580384  3653 ts_tablet_manager.cc:1403] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.000s
I20260630 12:34:27.580425  3651 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.580937  3651 ts_tablet_manager.cc:1403] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:34:27.581984  3652 raft_consensus.cc:359] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.582732  3652 raft_consensus.cc:385] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.582672  3653 raft_consensus.cc:359] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.583242  3652 raft_consensus.cc:740] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.583580  3653 raft_consensus.cc:385] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.583617  3651 raft_consensus.cc:359] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.584127  3653 raft_consensus.cc:740] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.584559  3651 raft_consensus.cc:385] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.584188  3652 consensus_queue.cc:260] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.584914  3651 raft_consensus.cc:740] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.585666  3651 consensus_queue.cc:260] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.585578  3653 consensus_queue.cc:260] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.595504  3652 ts_tablet_manager.cc:1434] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.011s
I20260630 12:34:27.596060  3651 ts_tablet_manager.cc:1434] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:34:27.597071  3651 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.597126  3653 ts_tablet_manager.cc:1434] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:34:27.598150  3653 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.603717  3651 tablet_bootstrap.cc:654] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.604832  3652 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.603722  3653 tablet_bootstrap.cc:654] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.610599  3652 tablet_bootstrap.cc:654] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.612413  3651 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.612555  3653 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.612833  3651 ts_tablet_manager.cc:1403] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:34:27.613051  3653 ts_tablet_manager.cc:1403] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.003s
I20260630 12:34:27.615314  3651 raft_consensus.cc:359] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.615572  3652 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.615870  3651 raft_consensus.cc:385] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.615713  3653 raft_consensus.cc:359] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.616117  3652 ts_tablet_manager.cc:1403] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.002s
I20260630 12:34:27.616178  3651 raft_consensus.cc:740] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.616469  3653 raft_consensus.cc:385] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.616807  3653 raft_consensus.cc:740] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.617051  3651 consensus_queue.cc:260] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.617556  3653 consensus_queue.cc:260] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.619002  3651 ts_tablet_manager.cc:1434] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:27.618872  3652 raft_consensus.cc:359] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.619621  3652 raft_consensus.cc:385] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.619685  3653 ts_tablet_manager.cc:1434] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:34:27.619975  3651 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.620008  3652 raft_consensus.cc:740] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.620771  3653 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.620997  3652 consensus_queue.cc:260] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.625010  3652 ts_tablet_manager.cc:1434] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:34:27.625886  3652 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.626397  3651 tablet_bootstrap.cc:654] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.627192  3653 tablet_bootstrap.cc:654] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.631693  3652 tablet_bootstrap.cc:654] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.637838  3651 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.638294  3651 ts_tablet_manager.cc:1403] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:34:27.639971  3652 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.640416  3652 ts_tablet_manager.cc:1403] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:34:27.641021  3651 raft_consensus.cc:359] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.641719  3651 raft_consensus.cc:385] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.642009  3651 raft_consensus.cc:740] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.642755  3651 consensus_queue.cc:260] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.644649  3653 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.645037  3651 ts_tablet_manager.cc:1434] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.005s
I20260630 12:34:27.645110  3653 ts_tablet_manager.cc:1403] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.001s
I20260630 12:34:27.646118  3651 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.648597  3652 raft_consensus.cc:359] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.649287  3652 raft_consensus.cc:385] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.649573  3652 raft_consensus.cc:740] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.650247  3652 consensus_queue.cc:260] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.652117  3652 ts_tablet_manager.cc:1434] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:34:27.652281  3651 tablet_bootstrap.cc:654] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.647925  3653 raft_consensus.cc:359] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.652670  3653 raft_consensus.cc:385] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.652969  3653 raft_consensus.cc:740] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.653690  3653 consensus_queue.cc:260] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.655791  3653 ts_tablet_manager.cc:1434] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:34:27.656716  3653 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.659802  3651 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.660326  3651 ts_tablet_manager.cc:1403] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:34:27.662346  3651 raft_consensus.cc:359] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.662299  3653 tablet_bootstrap.cc:654] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.663173  3652 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.663030  3651 raft_consensus.cc:385] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.663556  3651 raft_consensus.cc:740] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.664266  3651 consensus_queue.cc:260] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.669121  3652 tablet_bootstrap.cc:654] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.670655  3651 ts_tablet_manager.cc:1434] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
I20260630 12:34:27.673785  3651 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.676575  3659 raft_consensus.cc:493] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.677085  3659 raft_consensus.cc:515] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.678999  3651 tablet_bootstrap.cc:654] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.680987  3653 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.681497  3653 ts_tablet_manager.cc:1403] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.004s
I20260630 12:34:27.684304  3652 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.684773  3652 ts_tablet_manager.cc:1403] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.008s
I20260630 12:34:27.684583  3653 raft_consensus.cc:359] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.685433  3653 raft_consensus.cc:385] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.685779  3653 raft_consensus.cc:740] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.686532  3653 consensus_queue.cc:260] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.687644  3652 raft_consensus.cc:359] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.690954  3653 ts_tablet_manager.cc:1434] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:34:27.690886  3659 leader_election.cc:290] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:27.692157  3653 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.697408  3655 raft_consensus.cc:493] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.697911  3655 raft_consensus.cc:515] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.699626  3653 tablet_bootstrap.cc:654] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.703385  3655 leader_election.cc:290] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.706600  3660 raft_consensus.cc:493] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.718343  3660 raft_consensus.cc:515] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.723397  3660 leader_election.cc:290] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.725837  3652 raft_consensus.cc:385] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.726408  3652 raft_consensus.cc:740] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.727214  3652 consensus_queue.cc:260] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.729300  3652 ts_tablet_manager.cc:1434] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.044s	user 0.007s	sys 0.000s
I20260630 12:34:27.730265  3652 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.733006  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a87e00eaac144bee8805616d661508bc" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.733783  3532 raft_consensus.cc:2468] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:27.736699  3572 leader_election.cc:304] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:27.737500  3659 raft_consensus.cc:2804] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.737880  3659 raft_consensus.cc:493] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.738224  3659 raft_consensus.cc:3060] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.745559  3659 raft_consensus.cc:515] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.748193  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a87e00eaac144bee8805616d661508bc" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:27.748780  3532 raft_consensus.cc:3060] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.755611  3532 raft_consensus.cc:2468] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:27.756687  3572 leader_election.cc:304] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:27.759054  3651 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.760741  3651 ts_tablet_manager.cc:1403] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.087s	user 0.017s	sys 0.021s
I20260630 12:34:27.748317  3659 leader_election.cc:290] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:27.761461  3659 raft_consensus.cc:2804] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:27.761909  3659 raft_consensus.cc:697] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:27.762669  3659 consensus_queue.cc:237] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.763912  3651 raft_consensus.cc:359] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.764671  3651 raft_consensus.cc:385] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.764957  3651 raft_consensus.cc:740] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.771445  3651 consensus_queue.cc:260] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.780860  3652 tablet_bootstrap.cc:654] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.784054  3651 ts_tablet_manager.cc:1434] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.000s
I20260630 12:34:27.787194  3651 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.789633  3680 raft_consensus.cc:493] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.790174  3680 raft_consensus.cc:515] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.795619  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:27.796397  3606 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 0.
I20260630 12:34:27.797896  3420 leader_election.cc:304] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:27.798772  3655 raft_consensus.cc:2804] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.799121  3655 raft_consensus.cc:493] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.799480  3655 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.799825  3651 tablet_bootstrap.cc:654] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.800714  3653 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.801393  3653 ts_tablet_manager.cc:1403] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.109s	user 0.026s	sys 0.068s
I20260630 12:34:27.809993  3652 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.810691  3652 ts_tablet_manager.cc:1403] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.081s	user 0.011s	sys 0.002s
I20260630 12:34:27.813022  3653 raft_consensus.cc:359] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.813763  3653 raft_consensus.cc:385] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.814114  3653 raft_consensus.cc:740] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.814766  3653 consensus_queue.cc:260] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.814881  3652 raft_consensus.cc:359] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.811581  3655 raft_consensus.cc:515] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.816187  3652 raft_consensus.cc:385] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.818403  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.819427  3655 leader_election.cc:290] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.819983  3655 raft_consensus.cc:493] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.820448  3655 raft_consensus.cc:515] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.820801  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
W20260630 12:34:27.823710  3572 leader_election.cc:343] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.821291  3680 leader_election.cc:290] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:27.823721  3606 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.824386  3652 raft_consensus.cc:740] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.828811  3652 consensus_queue.cc:260] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.830997  3652 ts_tablet_manager.cc:1434] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.001s
I20260630 12:34:27.831966  3652 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.834256  3605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
W20260630 12:34:27.835901  3420 leader_election.cc:343] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.831072  3606 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.837195  3655 leader_election.cc:290] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.822448  3353 catalog_manager.cc:5697] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:27.837975  3420 leader_election.cc:304] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:27.838964  3653 ts_tablet_manager.cc:1434] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.037s	user 0.009s	sys 0.006s
I20260630 12:34:27.839973  3653 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.840539  3655 raft_consensus.cc:2804] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:27.841156  3655 raft_consensus.cc:697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Becoming Leader. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:27.841921  3655 consensus_queue.cc:237] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.845551  3652 tablet_bootstrap.cc:654] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.847024  3680 raft_consensus.cc:493] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.847545  3680 raft_consensus.cc:515] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.849340  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a87e00eaac144bee8805616d661508bc" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:27.849980  3456 raft_consensus.cc:3060] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.850759  3680 leader_election.cc:290] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:27.851548  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:27.851810  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd322932a7a64d37bd687ed7867d2e5e" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.852391  3532 raft_consensus.cc:2468] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:27.853649  3572 leader_election.cc:304] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:27.852373  3606 raft_consensus.cc:2393] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 244077ca284a43ca82bdd064c08e9c2f in current term 1: Already voted for candidate 952d4c363e844f18b57846af0d6f5511 in this term.
I20260630 12:34:27.854434  3680 raft_consensus.cc:2804] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.854774  3680 raft_consensus.cc:493] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.855100  3680 raft_consensus.cc:3060] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.848248  3653 tablet_bootstrap.cc:654] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.848052  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a87e00eaac144bee8805616d661508bc" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:27.855818  3651 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.856336  3651 ts_tablet_manager.cc:1403] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.069s	user 0.013s	sys 0.013s
I20260630 12:34:27.858233  3456 raft_consensus.cc:2468] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:27.859282  3651 raft_consensus.cc:359] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.860001  3651 raft_consensus.cc:385] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.860513  3651 raft_consensus.cc:740] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.861368  3651 consensus_queue.cc:260] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.861816  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd322932a7a64d37bd687ed7867d2e5e" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:27.861894  3680 raft_consensus.cc:515] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.862463  3457 raft_consensus.cc:2468] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:27.863984  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.864562  3652 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.864571  3532 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 0.
I20260630 12:34:27.865260  3652 ts_tablet_manager.cc:1403] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.003s
I20260630 12:34:27.866482  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:27.867002  3532 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.868510  3651 ts_tablet_manager.cc:1434] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.003s
I20260630 12:34:27.869652  3651 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.870357  3680 leader_election.cc:290] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:27.859975  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:27.868434  3652 raft_consensus.cc:359] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.871516  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd322932a7a64d37bd687ed7867d2e5e" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:27.873438  3652 raft_consensus.cc:385] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.873626  3531 raft_consensus.cc:3060] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.873795  3652 raft_consensus.cc:740] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.874851  3530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.874769  3652 consensus_queue.cc:260] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.876986  3652 ts_tablet_manager.cc:1434] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:34:27.878000  3651 tablet_bootstrap.cc:654] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.877905  3652 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.880627  3531 raft_consensus.cc:2468] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:27.881915  3572 leader_election.cc:304] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:27.883803  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd322932a7a64d37bd687ed7867d2e5e" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
W20260630 12:34:27.884054  3569 leader_election.cc:343] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.884385  3457 raft_consensus.cc:3060] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.884474  3569 leader_election.cc:304] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3; no voters: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:27.884981  3651 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:27.885449  3651 ts_tablet_manager.cc:1403] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.004s
I20260630 12:34:27.885598  3659 raft_consensus.cc:2804] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:27.886097  3659 raft_consensus.cc:697] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:27.886619  3679 raft_consensus.cc:2749] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:27.886860  3659 consensus_queue.cc:237] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.873690  3532 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.872334  3653 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.889355  3653 ts_tablet_manager.cc:1403] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.050s	user 0.013s	sys 0.006s
I20260630 12:34:27.889556  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:27.891016  3457 raft_consensus.cc:2468] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:27.892227  3653 raft_consensus.cc:359] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
W20260630 12:34:27.892577  3423 leader_election.cc:343] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.892928  3653 raft_consensus.cc:385] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.893047  3423 leader_election.cc:304] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [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: 952d4c363e844f18b57846af0d6f5511; no voters: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3
I20260630 12:34:27.893971  3685 raft_consensus.cc:2749] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:27.894419  3651 raft_consensus.cc:359] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.895059  3495 leader_election.cc:304] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f; no voters: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:27.895691  3653 raft_consensus.cc:740] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.898403  3652 tablet_bootstrap.cc:654] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.898296  3660 raft_consensus.cc:2749] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:27.895092  3651 raft_consensus.cc:385] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.900374  3651 raft_consensus.cc:740] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.901099  3651 consensus_queue.cc:260] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.902221  3653 consensus_queue.cc:260] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.903427  3651 ts_tablet_manager.cc:1434] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.000s
I20260630 12:34:27.904484  3651 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:27.904678  3653 ts_tablet_manager.cc:1434] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.002s
I20260630 12:34:27.905654  3653 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:27.905090  3353 catalog_manager.cc:5697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 reported cstate change: term changed from 0 to 1, leader changed from <none> to 952d4c363e844f18b57846af0d6f5511 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:27.911644  3655 raft_consensus.cc:493] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.912112  3655 raft_consensus.cc:515] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.914233  3655 leader_election.cc:290] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.913544  3354 catalog_manager.cc:5697] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:27.916653  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94143b14381e4477a0e51d0f66283f3d" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:27.918681  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94143b14381e4477a0e51d0f66283f3d" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.919386  3532 raft_consensus.cc:2468] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 0.
W20260630 12:34:27.920367  3420 leader_election.cc:343] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.921207  3651 tablet_bootstrap.cc:654] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.921540  3423 leader_election.cc:304] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 39bf0359a3df44fbae3368e61558c5e3
I20260630 12:34:27.923408  3653 tablet_bootstrap.cc:654] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.924544  3655 raft_consensus.cc:2804] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.924935  3655 raft_consensus.cc:493] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.925280  3655 raft_consensus.cc:3060] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.930225  3685 raft_consensus.cc:493] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.930680  3685 raft_consensus.cc:515] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.932821  3685 leader_election.cc:290] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.935264  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77b09035aa0c482fa6b863cba57853cf" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.937227  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77b09035aa0c482fa6b863cba57853cf" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:27.937889  3606 raft_consensus.cc:2468] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 0.
I20260630 12:34:27.936825  3532 raft_consensus.cc:2468] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 0.
I20260630 12:34:27.939817  3420 leader_election.cc:304] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:27.943225  3685 raft_consensus.cc:2804] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.942580  3655 raft_consensus.cc:515] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.943578  3685 raft_consensus.cc:493] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.943928  3685 raft_consensus.cc:3060] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.946198  3655 leader_election.cc:290] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.947536  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94143b14381e4477a0e51d0f66283f3d" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:27.948155  3532 raft_consensus.cc:3060] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.949318  3652 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.949856  3652 ts_tablet_manager.cc:1403] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.072s	user 0.027s	sys 0.010s
I20260630 12:34:27.952085  3408 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:34:27.952395  3403 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:27.952880  3652 raft_consensus.cc:359] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.953649  3652 raft_consensus.cc:385] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.953975  3652 raft_consensus.cc:740] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
W20260630 12:34:27.953006  3408 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:27.947638  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "94143b14381e4477a0e51d0f66283f3d" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:27.954722  3652 consensus_queue.cc:260] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.955482  3659 raft_consensus.cc:493] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:27.955309  3532 raft_consensus.cc:2468] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.959498  3606 raft_consensus.cc:3060] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.959954  3659 raft_consensus.cc:515] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.960542  3423 leader_election.cc:304] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:27.960974  3685 raft_consensus.cc:515] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.962613  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f7695f28b301464e942c5bb61e5e9aed" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:27.962832  3659 leader_election.cc:290] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:27.963765  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f7695f28b301464e942c5bb61e5e9aed" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:27.963992  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77b09035aa0c482fa6b863cba57853cf" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:27.964372  3532 raft_consensus.cc:2468] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:27.964500  3651 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
W20260630 12:34:27.965081  3569 leader_election.cc:343] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:27.965329  3651 ts_tablet_manager.cc:1403] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.061s	user 0.017s	sys 0.009s
I20260630 12:34:27.964497  3531 raft_consensus.cc:3060] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.966490  3606 raft_consensus.cc:2468] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.967988  3652 ts_tablet_manager.cc:1434] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.003s
I20260630 12:34:27.967948  3653 tablet_bootstrap.cc:492] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:27.968713  3653 ts_tablet_manager.cc:1403] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.063s	user 0.010s	sys 0.012s
I20260630 12:34:27.967939  3651 raft_consensus.cc:359] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.969084  3651 raft_consensus.cc:385] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.969358  3651 raft_consensus.cc:740] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.969993  3651 consensus_queue.cc:260] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.971422  3653 raft_consensus.cc:359] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.972389  3653 raft_consensus.cc:385] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:27.961362  3655 raft_consensus.cc:2804] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:27.973750  3652 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:27.973904  3655 raft_consensus.cc:697] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Becoming Leader. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:27.974148  3651 ts_tablet_manager.cc:1434] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:34:27.973433  3572 leader_election.cc:304] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:27.972652  3653 raft_consensus.cc:740] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:27.974773  3655 consensus_queue.cc:237] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.975710  3653 consensus_queue.cc:260] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.977562  3653 ts_tablet_manager.cc:1434] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.000s
I20260630 12:34:27.977943  3685 leader_election.cc:290] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:27.978174  3605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77b09035aa0c482fa6b863cba57853cf" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:27.972610  3531 raft_consensus.cc:2468] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.978726  3605 raft_consensus.cc:3060] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.979511  3423 leader_election.cc:304] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:27.980455  3685 raft_consensus.cc:2804] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:27.981073  3685 raft_consensus.cc:697] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Becoming Leader. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:27.981946  3685 consensus_queue.cc:237] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:27.983125  3652 tablet_bootstrap.cc:654] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:27.985713  3605 raft_consensus.cc:2468] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 1.
I20260630 12:34:27.987340  3659 raft_consensus.cc:2804] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:27.987977  3659 raft_consensus.cc:493] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:27.988404  3659 raft_consensus.cc:3060] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:27.998112  3659 raft_consensus.cc:515] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:27.999279  3652 tablet_bootstrap.cc:492] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:27.999737  3652 ts_tablet_manager.cc:1403] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.010s
I20260630 12:34:28.000911  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f7695f28b301464e942c5bb61e5e9aed" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:28.001499  3457 raft_consensus.cc:3060] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.001456  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f7695f28b301464e942c5bb61e5e9aed" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:28.002205  3531 raft_consensus.cc:3060] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.002206  3652 raft_consensus.cc:359] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.001993  3353 catalog_manager.cc:5697] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 reported cstate change: term changed from 0 to 1, leader changed from <none> to 952d4c363e844f18b57846af0d6f5511 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:28.003022  3652 raft_consensus.cc:385] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.003376  3652 raft_consensus.cc:740] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.004129  3652 consensus_queue.cc:260] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.008172  3652 ts_tablet_manager.cc:1434] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:34:28.008739  3457 raft_consensus.cc:2468] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:28.009793  3569 leader_election.cc:304] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.010377  3680 raft_consensus.cc:2804] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.010802  3680 raft_consensus.cc:697] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:28.011603  3680 consensus_queue.cc:237] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.013934  3531 raft_consensus.cc:2468] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:28.014786  3659 leader_election.cc:290] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:28.018762  3353 catalog_manager.cc:5697] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 reported cstate change: term changed from 0 to 1, leader changed from <none> to 952d4c363e844f18b57846af0d6f5511 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:28.026263  3354 catalog_manager.cc:5697] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:28.061282  3660 raft_consensus.cc:493] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:28.061758  3660 raft_consensus.cc:515] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.063455  3660 leader_election.cc:290] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:28.064147  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:28.064507  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:28.064790  3457 raft_consensus.cc:2468] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:28.065105  3606 raft_consensus.cc:2468] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:28.065807  3495 leader_election.cc:304] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.066392  3660 raft_consensus.cc:2804] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:28.066748  3660 raft_consensus.cc:493] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:28.067016  3660 raft_consensus.cc:3060] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.071798  3660 raft_consensus.cc:515] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.073349  3660 leader_election.cc:290] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:28.074050  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:28.074306  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c20154087fdc4c1eabee265515f4d6be" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:28.074486  3457 raft_consensus.cc:3060] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.074796  3606 raft_consensus.cc:3060] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.078805  3457 raft_consensus.cc:2468] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:28.079232  3606 raft_consensus.cc:2468] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:28.079921  3495 leader_election.cc:304] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.080514  3660 raft_consensus.cc:2804] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.081279  3660 raft_consensus.cc:697] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:28.081878  3660 consensus_queue.cc:237] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.087954  3354 catalog_manager.cc:5697] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:28.187950  3660 raft_consensus.cc:493] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:28.188423  3660 raft_consensus.cc:515] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.190017  3660 leader_election.cc:290] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:28.190835  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:28.190979  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:28.191366  3457 raft_consensus.cc:2468] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:28.191542  3606 raft_consensus.cc:2468] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:28.192229  3495 leader_election.cc:304] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.192775  3660 raft_consensus.cc:2804] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:28.193053  3660 raft_consensus.cc:493] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:28.193323  3660 raft_consensus.cc:3060] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.197643  3660 raft_consensus.cc:515] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.199047  3660 leader_election.cc:290] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:28.199780  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:28.199914  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bed5b29719b64af6a4744e430e6825ef" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:28.200210  3457 raft_consensus.cc:3060] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.200361  3606 raft_consensus.cc:3060] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.204559  3606 raft_consensus.cc:2468] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:28.205372  3495 leader_election.cc:304] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:28.205677  3457 raft_consensus.cc:2468] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:28.205955  3660 raft_consensus.cc:2804] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.206401  3660 raft_consensus.cc:697] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:28.207158  3660 consensus_queue.cc:237] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.212844  3354 catalog_manager.cc:5697] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:28.304039  3659 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.314293  3680 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.323743  3680 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.333597   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:28.333485  3659 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.341288  3655 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:34:28.353691  3711 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
W20260630 12:34:28.356740  3710 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
W20260630 12:34:28.362062  3713 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
I20260630 12:34:28.367421   445 server_base.cc:1061] running on GCE node
I20260630 12:34:28.367920  3686 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:28.368894   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.369182   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:28.369423   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822868369403 us; error 0 us; skew 500 ppm
I20260630 12:34:28.370178   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.381860   445 webserver.cc:533] Webserver started at http://127.0.111.68:33257/ using document root <none> and password file <none>
I20260630 12:34:28.382454   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.382627   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.382876   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.383922   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "bdbc099c7eec40f79754b0570625d527"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-rw3v"
I20260630 12:34:28.388103   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:28.391292  3720 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.391984   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:28.392297   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "bdbc099c7eec40f79754b0570625d527"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-rw3v"
I20260630 12:34:28.392547   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-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)
I20260630 12:34:28.397799  3659 consensus_queue.cc:1048] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.406025  3686 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.409273  3659 consensus_queue.cc:1048] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.414247   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.415899   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.418388   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.421552   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.421850   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:28.422734   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.422995   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.426628  3655 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.450371  3655 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.461017  3686 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.489959   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:33083
I20260630 12:34:28.490049  3788 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:33083 every 8 connection(s)
I20260630 12:34:28.496155  3354 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:41822:
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
I20260630 12:34:28.504346  3789 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43915
I20260630 12:34:28.504782  3789 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.505666  3789 heartbeater.cc:507] Master 127.0.111.126:43915 requested a full tablet report, sending...
I20260630 12:34:28.507709  3353 ts_manager.cc:194] Registered new tserver with Master: bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:28.509058  3353 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41828
W20260630 12:34:28.516367  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7a18f83a6fb8461fa8219beea197ecb1 has no consensus state
W20260630 12:34:28.517544  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f87956bcaaa94c6fab58b6f798f3b505 has no consensus state
W20260630 12:34:28.518906  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet faa40f8a081e4986ad7c7faeafc8d127 has no consensus state
W20260630 12:34:28.520112  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4950802149b548afbcfd2c57450c61ad has no consensus state
W20260630 12:34:28.521411  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 354539baeddb4d48b660c424267ce69c has no consensus state
W20260630 12:34:28.522743  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 49ed24927a0f427e8e3f1da34433f4a6 has no consensus state
W20260630 12:34:28.524103  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b7cecf4a8bed48678e85b2245f5668bf has no consensus state
W20260630 12:34:28.525492  3354 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f73dd32e213c4e3d9848befd1a04693a has no consensus state
W20260630 12:34:28.536377  3342 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet faa40f8a081e4986ad7c7faeafc8d127 (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet faa40f8a081e4986ad7c7faeafc8d127 has no consensus state
I20260630 12:34:28.547885  3517 tablet_service.cc:1511] Processing CreateTablet for tablet 7a18f83a6fb8461fa8219beea197ecb1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.549289  3517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a18f83a6fb8461fa8219beea197ecb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.549070  3442 tablet_service.cc:1511] Processing CreateTablet for tablet 7a18f83a6fb8461fa8219beea197ecb1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.550339  3442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a18f83a6fb8461fa8219beea197ecb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.552011  3593 tablet_service.cc:1511] Processing CreateTablet for tablet f87956bcaaa94c6fab58b6f798f3b505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.553243  3593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f87956bcaaa94c6fab58b6f798f3b505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.558878  3752 tablet_service.cc:1511] Processing CreateTablet for tablet 7a18f83a6fb8461fa8219beea197ecb1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.559327  3751 tablet_service.cc:1511] Processing CreateTablet for tablet f87956bcaaa94c6fab58b6f798f3b505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.560267  3752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a18f83a6fb8461fa8219beea197ecb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.561162  3751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f87956bcaaa94c6fab58b6f798f3b505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.569298  3447 tablet_service.cc:1511] Processing CreateTablet for tablet f87956bcaaa94c6fab58b6f798f3b505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.570616  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f87956bcaaa94c6fab58b6f798f3b505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.585110  3797 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:28.590440  3521 tablet_service.cc:1511] Processing CreateTablet for tablet faa40f8a081e4986ad7c7faeafc8d127 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.586788  3795 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:28.591786  3521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faa40f8a081e4986ad7c7faeafc8d127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.594306  3752 tablet_service.cc:1511] Processing CreateTablet for tablet faa40f8a081e4986ad7c7faeafc8d127 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.595413  3752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faa40f8a081e4986ad7c7faeafc8d127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.595845  3797 tablet_bootstrap.cc:654] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.602236  3796 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:28.602941  3591 tablet_service.cc:1511] Processing CreateTablet for tablet faa40f8a081e4986ad7c7faeafc8d127 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.608250  3517 tablet_service.cc:1511] Processing CreateTablet for tablet 4950802149b548afbcfd2c57450c61ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.609366  3591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet faa40f8a081e4986ad7c7faeafc8d127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.609553  3517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4950802149b548afbcfd2c57450c61ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.604560  3751 tablet_service.cc:1511] Processing CreateTablet for tablet 4950802149b548afbcfd2c57450c61ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.613284  3751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4950802149b548afbcfd2c57450c61ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.613605  3447 tablet_service.cc:1511] Processing CreateTablet for tablet 4950802149b548afbcfd2c57450c61ad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.614812  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4950802149b548afbcfd2c57450c61ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.618120  3442 tablet_service.cc:1511] Processing CreateTablet for tablet 354539baeddb4d48b660c424267ce69c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.619374  3442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 354539baeddb4d48b660c424267ce69c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.604992  3799 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:28.624655  3752 tablet_service.cc:1511] Processing CreateTablet for tablet 354539baeddb4d48b660c424267ce69c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.625859  3752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 354539baeddb4d48b660c424267ce69c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.627955  3593 tablet_service.cc:1511] Processing CreateTablet for tablet 354539baeddb4d48b660c424267ce69c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.629251  3593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 354539baeddb4d48b660c424267ce69c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.632369  3797 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:28.635313  3797 ts_tablet_manager.cc:1403] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.051s	user 0.014s	sys 0.003s
I20260630 12:34:28.608316  3795 tablet_bootstrap.cc:654] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.635993  3750 tablet_service.cc:1511] Processing CreateTablet for tablet 49ed24927a0f427e8e3f1da34433f4a6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.637370  3750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49ed24927a0f427e8e3f1da34433f4a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.635378  3799 tablet_bootstrap.cc:654] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.633813  3519 tablet_service.cc:1511] Processing CreateTablet for tablet 49ed24927a0f427e8e3f1da34433f4a6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.638334  3797 raft_consensus.cc:359] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.639024  3797 raft_consensus.cc:385] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.639485  3519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49ed24927a0f427e8e3f1da34433f4a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.639349  3797 raft_consensus.cc:740] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.641441  3797 consensus_queue.cc:260] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.651643  3797 ts_tablet_manager.cc:1434] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:34:28.655926  3797 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:28.657749  3594 tablet_service.cc:1511] Processing CreateTablet for tablet 49ed24927a0f427e8e3f1da34433f4a6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.659037  3594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49ed24927a0f427e8e3f1da34433f4a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.662201  3799 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:28.662670  3799 ts_tablet_manager.cc:1403] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.058s	user 0.000s	sys 0.011s
I20260630 12:34:28.663636  3447 tablet_service.cc:1511] Processing CreateTablet for tablet f73dd32e213c4e3d9848befd1a04693a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.664868  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f73dd32e213c4e3d9848befd1a04693a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.665333  3799 raft_consensus.cc:359] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.667465  3660 consensus_queue.cc:1048] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.668531  3749 tablet_service.cc:1511] Processing CreateTablet for tablet f73dd32e213c4e3d9848befd1a04693a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.672338  3752 tablet_service.cc:1511] Processing CreateTablet for tablet b7cecf4a8bed48678e85b2245f5668bf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.673584  3749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f73dd32e213c4e3d9848befd1a04693a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.667398  3596 tablet_service.cc:1511] Processing CreateTablet for tablet f73dd32e213c4e3d9848befd1a04693a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.676152  3752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cecf4a8bed48678e85b2245f5668bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.676275  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f73dd32e213c4e3d9848befd1a04693a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.684029  3442 tablet_service.cc:1511] Processing CreateTablet for tablet b7cecf4a8bed48678e85b2245f5668bf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.668816  3519 tablet_service.cc:1511] Processing CreateTablet for tablet b7cecf4a8bed48678e85b2245f5668bf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:34:28.671131  3795 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:28.685300  3795 ts_tablet_manager.cc:1403] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.099s	user 0.006s	sys 0.009s
I20260630 12:34:28.687077  3660 raft_consensus.cc:493] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:28.687544  3660 raft_consensus.cc:515] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.685458  3442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cecf4a8bed48678e85b2245f5668bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.683094  3796 tablet_bootstrap.cc:654] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.693976  3660 leader_election.cc:290] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:28.686733  3519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cecf4a8bed48678e85b2245f5668bf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:28.696379  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:28.686034  3799 raft_consensus.cc:385] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.688376  3795 raft_consensus.cc:359] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.703272  3795 raft_consensus.cc:385] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.706256  3795 raft_consensus.cc:740] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.711256  3797 tablet_bootstrap.cc:654] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.714530  3660 consensus_queue.cc:1048] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.703233  3799 raft_consensus.cc:740] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.721767  3799 consensus_queue.cc:260] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.721841  3795 consensus_queue.cc:260] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.730880  3456 raft_consensus.cc:2468] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:28.740512  3799 ts_tablet_manager.cc:1434] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.078s	user 0.004s	sys 0.003s
I20260630 12:34:28.741513  3799 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:28.750285  3795 ts_tablet_manager.cc:1434] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.065s	user 0.007s	sys 0.001s
I20260630 12:34:28.751299  3795 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:28.760567  3796 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:28.761058  3796 ts_tablet_manager.cc:1403] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.168s	user 0.021s	sys 0.007s
I20260630 12:34:28.785107  3795 tablet_bootstrap.cc:654] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.787972  3495 leader_election.cc:304] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.787721  3796 raft_consensus.cc:359] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.789696  3799 tablet_bootstrap.cc:654] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.788959  3796 raft_consensus.cc:385] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.791687  3804 raft_consensus.cc:2804] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:28.792768  3804 raft_consensus.cc:493] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:28.793290  3804 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.791353  3796 raft_consensus.cc:740] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.795938  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:28.799297  3796 consensus_queue.cc:260] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.809552  3797 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:28.810132  3797 ts_tablet_manager.cc:1403] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.154s	user 0.015s	sys 0.024s
I20260630 12:34:28.820787  3789 heartbeater.cc:499] Master 127.0.111.126:43915 was elected leader, sending a full tablet report...
I20260630 12:34:28.828140  3660 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.829380  3660 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:28.829574  3804 raft_consensus.cc:515] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
W20260630 12:34:28.834159  3498 leader_election.cc:343] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:28.835217  3795 tablet_bootstrap.cc:492] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:28.835878  3795 ts_tablet_manager.cc:1403] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.085s	user 0.012s	sys 0.011s
I20260630 12:34:28.840346  3796 ts_tablet_manager.cc:1434] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.079s	user 0.011s	sys 0.012s
I20260630 12:34:28.841385  3796 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:28.841699  3795 raft_consensus.cc:359] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.842437  3795 raft_consensus.cc:385] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.844234  3795 raft_consensus.cc:740] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.845335  3795 consensus_queue.cc:260] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.843873  3799 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:28.849869  3797 raft_consensus.cc:359] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:28.850567  3797 raft_consensus.cc:385] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.850874  3797 raft_consensus.cc:740] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.851555  3797 consensus_queue.cc:260] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:28.853760  3797 ts_tablet_manager.cc:1434] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.043s	user 0.005s	sys 0.001s
I20260630 12:34:28.854736  3797 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:28.855628  3795 ts_tablet_manager.cc:1434] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.001s
I20260630 12:34:28.856504  3795 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:28.859565  3799 ts_tablet_manager.cc:1403] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.118s	user 0.013s	sys 0.009s
I20260630 12:34:28.859768  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:28.860926  3804 leader_election.cc:290] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
W20260630 12:34:28.863647  3498 leader_election.cc:343] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:28.866861  3797 tablet_bootstrap.cc:654] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.868237  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:28.868786  3456 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.872336  3799 raft_consensus.cc:359] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.872848  3795 tablet_bootstrap.cc:654] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.873030  3799 raft_consensus.cc:385] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.873353  3799 raft_consensus.cc:740] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.866864  3796 tablet_bootstrap.cc:654] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.876668  3799 consensus_queue.cc:260] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.878947  3799 ts_tablet_manager.cc:1434] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.000s
I20260630 12:34:28.880012  3799 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:28.880653  3456 raft_consensus.cc:2468] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:28.881762  3795 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:28.881651  3796 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:28.881709  3495 leader_election.cc:304] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: bdbc099c7eec40f79754b0570625d527
I20260630 12:34:28.882532  3795 ts_tablet_manager.cc:1403] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.026s	user 0.006s	sys 0.004s
I20260630 12:34:28.883028  3804 raft_consensus.cc:2804] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.883528  3804 raft_consensus.cc:697] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:28.884258  3804 consensus_queue.cc:237] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.885622  3795 raft_consensus.cc:359] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:28.882567  3796 ts_tablet_manager.cc:1403] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.041s	user 0.007s	sys 0.004s
I20260630 12:34:28.886371  3795 raft_consensus.cc:385] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.886818  3795 raft_consensus.cc:740] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.888362  3795 consensus_queue.cc:260] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:28.894668  3795 ts_tablet_manager.cc:1434] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:34:28.895794  3795 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:28.899044  3799 tablet_bootstrap.cc:654] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.905040  3659 raft_consensus.cc:493] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:28.906263  3659 raft_consensus.cc:515] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.908759  3659 leader_election.cc:290] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:28.910006  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f87956bcaaa94c6fab58b6f798f3b505" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:28.916589  3353 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8] alter complete (version 0)
I20260630 12:34:28.910676  3456 raft_consensus.cc:2468] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:28.920351  3569 leader_election.cc:304] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.924634  3659 raft_consensus.cc:2804] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:28.924985  3659 raft_consensus.cc:493] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:28.925329  3659 raft_consensus.cc:3060] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.927690  3795 tablet_bootstrap.cc:654] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.903652  3796 raft_consensus.cc:359] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.929171  3796 raft_consensus.cc:385] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.929456  3796 raft_consensus.cc:740] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.930115  3796 consensus_queue.cc:260] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.949168  3796 ts_tablet_manager.cc:1434] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.062s	user 0.006s	sys 0.000s
I20260630 12:34:28.950098  3796 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
W20260630 12:34:28.957342  3403 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:28.962832  3799 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:28.963347  3799 ts_tablet_manager.cc:1403] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.084s	user 0.012s	sys 0.011s
I20260630 12:34:28.963811  3353 catalog_manager.cc:5697] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:28.965554  3797 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:28.966018  3797 ts_tablet_manager.cc:1403] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.111s	user 0.012s	sys 0.019s
I20260630 12:34:28.969832  3797 raft_consensus.cc:359] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.971655  3797 raft_consensus.cc:385] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.971360  3795 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:28.969647  3799 raft_consensus.cc:359] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.972709  3797 raft_consensus.cc:740] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.973308  3799 raft_consensus.cc:385] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.970587  3659 raft_consensus.cc:515] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.975158  3799 raft_consensus.cc:740] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.976174  3799 consensus_queue.cc:260] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.977355  3796 tablet_bootstrap.cc:654] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.973353  3795 ts_tablet_manager.cc:1403] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.078s	user 0.015s	sys 0.000s
I20260630 12:34:28.980326  3799 ts_tablet_manager.cc:1434] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.001s
I20260630 12:34:28.980885  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f87956bcaaa94c6fab58b6f798f3b505" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:28.981441  3456 raft_consensus.cc:3060] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.981297  3797 consensus_queue.cc:260] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:28.982897  3795 raft_consensus.cc:359] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.983441  3795 raft_consensus.cc:385] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.983642  3795 raft_consensus.cc:740] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.983806  3659 leader_election.cc:290] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:28.983615  3797 ts_tablet_manager.cc:1434] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.003s
I20260630 12:34:28.985443  3799 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:28.985728  3797 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:28.988512  3456 raft_consensus.cc:2468] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:28.988889  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f87956bcaaa94c6fab58b6f798f3b505" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:28.989789  3763 raft_consensus.cc:2468] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:28.990067  3569 leader_election.cc:304] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:28.984786  3795 consensus_queue.cc:260] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:28.991398  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f87956bcaaa94c6fab58b6f798f3b505" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:28.991775  3659 raft_consensus.cc:2804] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.992255  3762 raft_consensus.cc:3060] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.992550  3659 raft_consensus.cc:697] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:28.994046  3795 ts_tablet_manager.cc:1434] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:34:28.994999  3795 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:28.996371  3659 consensus_queue.cc:237] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.002502  3762 raft_consensus.cc:2468] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:29.007664  3795 tablet_bootstrap.cc:654] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.005378  3797 tablet_bootstrap.cc:654] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.019476  3795 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:29.020371  3795 ts_tablet_manager.cc:1403] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.000s
I20260630 12:34:29.022388  3799 tablet_bootstrap.cc:654] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.022908  3796 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.023000  3797 tablet_bootstrap.cc:492] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:29.023021  3795 raft_consensus.cc:359] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.023680  3797 ts_tablet_manager.cc:1403] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.038s	user 0.011s	sys 0.002s
I20260630 12:34:29.023950  3795 raft_consensus.cc:385] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.024426  3796 ts_tablet_manager.cc:1403] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.075s	user 0.007s	sys 0.007s
I20260630 12:34:29.024384  3795 raft_consensus.cc:740] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.025321  3795 consensus_queue.cc:260] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.027655  3796 raft_consensus.cc:359] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.028380  3796 raft_consensus.cc:385] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.028731  3796 raft_consensus.cc:740] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.028563  3797 raft_consensus.cc:359] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.029342  3797 raft_consensus.cc:385] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.029635  3797 raft_consensus.cc:740] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.029758  3796 consensus_queue.cc:260] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.030344  3797 consensus_queue.cc:260] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.031386  3355 catalog_manager.cc:5697] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:29.032590  3797 ts_tablet_manager.cc:1434] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:34:29.033463  3797 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:29.038450  3795 ts_tablet_manager.cc:1434] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:34:29.039388  3796 ts_tablet_manager.cc:1434] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:34:29.040548  3796 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:29.043927  3797 tablet_bootstrap.cc:654] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.044811  3795 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: Bootstrap starting.
I20260630 12:34:29.045045  3799 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:29.045565  3804 raft_consensus.cc:493] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.045687  3799 ts_tablet_manager.cc:1403] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.060s	user 0.006s	sys 0.011s
I20260630 12:34:29.046072  3804 raft_consensus.cc:515] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.048120  3804 leader_election.cc:290] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.048851  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
W20260630 12:34:29.050163  3498 leader_election.cc:343] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.050663  3811 raft_consensus.cc:493] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.051064  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.051040  3811 raft_consensus.cc:515] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.051805  3456 raft_consensus.cc:2468] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:29.051893  3799 raft_consensus.cc:359] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.052718  3799 raft_consensus.cc:385] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.053030  3799 raft_consensus.cc:740] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.053778  3799 consensus_queue.cc:260] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.054771  3495 leader_election.cc:304] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: bdbc099c7eec40f79754b0570625d527
I20260630 12:34:29.060598  3809 raft_consensus.cc:2804] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.060989  3809 raft_consensus.cc:493] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.061331  3809 raft_consensus.cc:3060] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.061695  3799 ts_tablet_manager.cc:1434] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.002s
I20260630 12:34:29.062806  3799 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:29.065717  3811 leader_election.cc:290] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.056221  3804 raft_consensus.cc:493] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.075210  3804 raft_consensus.cc:515] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.077471  3804 leader_election.cc:290] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:29.078179  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faa40f8a081e4986ad7c7faeafc8d127" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.078673  3799 tablet_bootstrap.cc:654] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.078809  3762 raft_consensus.cc:2468] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:29.078902  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faa40f8a081e4986ad7c7faeafc8d127" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:29.079566  3606 raft_consensus.cc:2468] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:29.080163  3498 leader_election.cc:304] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:29.081246  3804 raft_consensus.cc:2804] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.081776  3804 raft_consensus.cc:493] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.082154  3804 raft_consensus.cc:3060] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.059310  3796 tablet_bootstrap.cc:654] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.081283  3809 raft_consensus.cc:515] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.088608  3809 leader_election.cc:290] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.089403  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
W20260630 12:34:29.090925  3498 leader_election.cc:343] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.091759  3796 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.093982  3797 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: No bootstrap required, opened a new log
I20260630 12:34:29.097164  3795 tablet_bootstrap.cc:654] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.097240  3797 ts_tablet_manager.cc:1403] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.064s	user 0.024s	sys 0.024s
I20260630 12:34:29.100144  3797 raft_consensus.cc:359] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.100828  3797 raft_consensus.cc:385] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.101112  3797 raft_consensus.cc:740] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.096769  3796 ts_tablet_manager.cc:1403] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.057s	user 0.001s	sys 0.011s
I20260630 12:34:29.101745  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:29.102586  3456 raft_consensus.cc:3060] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.104844  3796 raft_consensus.cc:359] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.105525  3796 raft_consensus.cc:385] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.105816  3796 raft_consensus.cc:740] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.106453  3796 consensus_queue.cc:260] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.107479  3686 raft_consensus.cc:493] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.107970  3686 raft_consensus.cc:515] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.108575  3796 ts_tablet_manager.cc:1434] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:34:29.101816  3797 consensus_queue.cc:260] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.111189  3797 ts_tablet_manager.cc:1434] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.003s
I20260630 12:34:29.111423  3686 leader_election.cc:290] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723), bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:29.113024  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:29.113559  3796 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
W20260630 12:34:29.114599  3420 leader_election.cc:343] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.119650  3796 tablet_bootstrap.cc:654] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.121857  3659 raft_consensus.cc:493] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.122330  3659 raft_consensus.cc:515] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.124770  3659 leader_election.cc:290] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.124814  3456 raft_consensus.cc:2468] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:29.132107  3795 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: No bootstrap required, opened a new log
I20260630 12:34:29.132638  3795 ts_tablet_manager.cc:1403] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: Time spent bootstrapping tablet: real 0.088s	user 0.010s	sys 0.003s
I20260630 12:34:29.133165  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.133859  3762 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:29.135013  3572 leader_election.cc:304] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:29.135906  3659 raft_consensus.cc:2804] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.138093  3659 raft_consensus.cc:493] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.138418  3659 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.144819  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:29.146329  3659 raft_consensus.cc:515] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.149395  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:29.150903  3762 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.135807  3795 raft_consensus.cc:359] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.152324  3495 leader_election.cc:304] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: bdbc099c7eec40f79754b0570625d527
I20260630 12:34:29.153201  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.153879  3456 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:29.154883  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.155715  3457 raft_consensus.cc:2393] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdbc099c7eec40f79754b0570625d527 in current term 1: Already voted for candidate 244077ca284a43ca82bdd064c08e9c2f in this term.
I20260630 12:34:29.155395  3804 raft_consensus.cc:515] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.156471  3809 raft_consensus.cc:2804] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.156975  3809 raft_consensus.cc:697] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:29.157799  3809 consensus_queue.cc:237] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.162268  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faa40f8a081e4986ad7c7faeafc8d127" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:29.162632  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "faa40f8a081e4986ad7c7faeafc8d127" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:29.162873  3606 raft_consensus.cc:3060] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.163319  3763 raft_consensus.cc:3060] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.157536  3804 leader_election.cc:290] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:29.151806  3795 raft_consensus.cc:385] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.167220  3795 raft_consensus.cc:740] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.167850  3721 leader_election.cc:304] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [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: bdbc099c7eec40f79754b0570625d527; no voters: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:29.170408  3811 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.170229  3795 consensus_queue.cc:260] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.174971  3680 raft_consensus.cc:493] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.175627  3659 leader_election.cc:290] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.175984  3680 raft_consensus.cc:515] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.177889  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:29.178467  3457 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.178087  3680 leader_election.cc:290] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:29.179857  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:29.184504  3531 raft_consensus.cc:2468] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:29.185535  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.185778  3572 leader_election.cc:304] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
I20260630 12:34:29.187009  3680 raft_consensus.cc:2804] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.187388  3680 raft_consensus.cc:493] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.187686  3680 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.188006  3799 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: No bootstrap required, opened a new log
I20260630 12:34:29.188524  3799 ts_tablet_manager.cc:1403] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.126s	user 0.026s	sys 0.053s
I20260630 12:34:29.189996  3606 raft_consensus.cc:2468] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:29.191202  3495 leader_election.cc:304] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
W20260630 12:34:29.191812  3572 leader_election.cc:343] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.194301  3806 raft_consensus.cc:2804] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.197518  3806 raft_consensus.cc:697] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:29.197677  3799 raft_consensus.cc:359] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.193579  3804 raft_consensus.cc:493] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.198364  3806 consensus_queue.cc:237] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.201195  3457 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:29.198379  3799 raft_consensus.cc:385] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.201472  3763 raft_consensus.cc:2468] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:29.202975  3795 ts_tablet_manager.cc:1434] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: Time spent starting tablet: real 0.070s	user 0.009s	sys 0.000s
I20260630 12:34:29.200951  3804 raft_consensus.cc:515] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.205265  3796 tablet_bootstrap.cc:492] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.205761  3353 catalog_manager.cc:5697] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:29.205703  3796 ts_tablet_manager.cc:1403] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.092s	user 0.039s	sys 0.016s
I20260630 12:34:29.209631  3569 leader_election.cc:304] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:29.211216  3659 raft_consensus.cc:2804] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.211365  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.211705  3659 raft_consensus.cc:697] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:29.212491  3659 consensus_queue.cc:237] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.212966  3762 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:29.213469  3796 raft_consensus.cc:359] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.204110  3799 raft_consensus.cc:740] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.215225  3796 raft_consensus.cc:385] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.216226  3799 consensus_queue.cc:260] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.207405  3804 leader_election.cc:290] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.210274  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.219838  3456 raft_consensus.cc:2468] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 0.
I20260630 12:34:29.221903  3799 ts_tablet_manager.cc:1434] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.033s	user 0.004s	sys 0.004s
I20260630 12:34:29.210470  3811 raft_consensus.cc:2749] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.203110  3680 raft_consensus.cc:515] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.215637  3796 raft_consensus.cc:740] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.225585  3495 leader_election.cc:304] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:29.228586  3804 raft_consensus.cc:2804] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.229044  3804 raft_consensus.cc:493] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.229456  3804 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:34:29.231441  3498 leader_election.cc:343] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.232913  3796 consensus_queue.cc:260] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.235088  3796 ts_tablet_manager.cc:1434] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.001s
I20260630 12:34:29.236810  3796 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:29.239022  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.239224  3804 raft_consensus.cc:515] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
W20260630 12:34:29.240737  3423 leader_election.cc:343] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.241134  3680 leader_election.cc:290] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:29.241163  3423 leader_election.cc:304] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [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: 952d4c363e844f18b57846af0d6f5511; no voters: 39bf0359a3df44fbae3368e61558c5e3, bdbc099c7eec40f79754b0570625d527
I20260630 12:34:29.241582  3804 leader_election.cc:290] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.242033  3686 raft_consensus.cc:2749] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.242559  3531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:29.243113  3531 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.243564  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:29.244107  3456 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.246280  3796 tablet_bootstrap.cc:654] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.248699  3761 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "244077ca284a43ca82bdd064c08e9c2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
W20260630 12:34:29.250082  3498 leader_election.cc:343] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.249560  3355 catalog_manager.cc:5697] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:29.250619  3456 raft_consensus.cc:2468] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 244077ca284a43ca82bdd064c08e9c2f in term 1.
I20260630 12:34:29.252843  3531 raft_consensus.cc:2468] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 1.
I20260630 12:34:29.252513  3353 catalog_manager.cc:5697] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:29.254132  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:29.254228  3572 leader_election.cc:304] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [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: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3; no voters: 
W20260630 12:34:29.255439  3572 leader_election.cc:343] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:29.256102  3680 raft_consensus.cc:2804] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.256556  3680 raft_consensus.cc:697] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Leader. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:29.257228  3680 consensus_queue.cc:237] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.264313  3495 leader_election.cc:304] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [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: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511; no voters: bdbc099c7eec40f79754b0570625d527
I20260630 12:34:29.270581  3804 raft_consensus.cc:2804] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.271167  3804 raft_consensus.cc:697] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Leader. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:29.273167  3796 tablet_bootstrap.cc:492] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.273525  3796 ts_tablet_manager.cc:1403] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.037s	user 0.011s	sys 0.019s
I20260630 12:34:29.274937  3804 consensus_queue.cc:237] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.275907  3796 raft_consensus.cc:359] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.276573  3796 raft_consensus.cc:385] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.276850  3796 raft_consensus.cc:740] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.277626  3796 consensus_queue.cc:260] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.277529  3355 catalog_manager.cc:5697] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:29.283846  3796 ts_tablet_manager.cc:1434] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260630 12:34:29.286347  3796 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:29.290993  3352 catalog_manager.cc:5697] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66). New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:29.292877  3796 tablet_bootstrap.cc:654] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.298645  3796 tablet_bootstrap.cc:492] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.299064  3796 ts_tablet_manager.cc:1403] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.013s	user 0.003s	sys 0.006s
I20260630 12:34:29.301460  3796 raft_consensus.cc:359] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.301978  3796 raft_consensus.cc:385] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.302199  3796 raft_consensus.cc:740] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.302729  3796 consensus_queue.cc:260] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.304239  3796 ts_tablet_manager.cc:1434] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:34:29.304949  3796 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:29.310062  3796 tablet_bootstrap.cc:654] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.314172  3796 tablet_bootstrap.cc:492] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: No bootstrap required, opened a new log
I20260630 12:34:29.314553  3796 ts_tablet_manager.cc:1403] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:34:29.316316  3796 raft_consensus.cc:359] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.316774  3796 raft_consensus.cc:385] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.316962  3796 raft_consensus.cc:740] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.317482  3796 consensus_queue.cc:260] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.318792  3796 ts_tablet_manager.cc:1434] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
I20260630 12:34:29.360590  3804 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.370209  3804 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.408236  3811 raft_consensus.cc:493] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.408656  3811 raft_consensus.cc:515] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.410467  3811 leader_election.cc:290] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.412004  3680 raft_consensus.cc:493] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.412120  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.412433  3680 raft_consensus.cc:515] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.412819  3456 raft_consensus.cc:2468] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 0.
I20260630 12:34:29.415066  3680 leader_election.cc:290] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:29.415161  3721 leader_election.cc:304] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [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: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:29.416030  3811 raft_consensus.cc:2804] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.416221  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.416821  3456 raft_consensus.cc:2468] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39bf0359a3df44fbae3368e61558c5e3 in term 0.
I20260630 12:34:29.416409  3811 raft_consensus.cc:493] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.417343  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527" is_pre_election: true
I20260630 12:34:29.417546  3811 raft_consensus.cc:3060] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.418668  3569 leader_election.cc:304] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3, 952d4c363e844f18b57846af0d6f5511; no voters: 
I20260630 12:34:29.419507  3679 raft_consensus.cc:2804] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:29.419876  3679 raft_consensus.cc:493] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:29.420186  3679 raft_consensus.cc:3060] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.422878  3811 raft_consensus.cc:515] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.423911  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:29.424403  3762 raft_consensus.cc:2393] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 39bf0359a3df44fbae3368e61558c5e3 in current term 1: Already voted for candidate bdbc099c7eec40f79754b0570625d527 in this term.
I20260630 12:34:29.425940  3604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:29.425870  3679 raft_consensus.cc:515] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.427048  3606 raft_consensus.cc:2393] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdbc099c7eec40f79754b0570625d527 in current term 1: Already voted for candidate 39bf0359a3df44fbae3368e61558c5e3 in this term.
I20260630 12:34:29.428756  3811 leader_election.cc:290] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 election: Requested vote from peers 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.429673  3811 raft_consensus.cc:493] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.429874  3679 leader_election.cc:290] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [CANDIDATE]: Term 1 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083)
I20260630 12:34:29.430143  3811 raft_consensus.cc:515] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:29.431370  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:29.431417  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:29.431500  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f73dd32e213c4e3d9848befd1a04693a" candidate_uuid: "39bf0359a3df44fbae3368e61558c5e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:29.432070  3456 raft_consensus.cc:3060] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.432497  3762 raft_consensus.cc:2393] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 39bf0359a3df44fbae3368e61558c5e3 in current term 1: Already voted for candidate bdbc099c7eec40f79754b0570625d527 in this term.
I20260630 12:34:29.433667  3572 leader_election.cc:304] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [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: 39bf0359a3df44fbae3368e61558c5e3; no voters: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527
I20260630 12:34:29.434408  3679 raft_consensus.cc:2749] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.435101  3811 leader_election.cc:290] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:29.435122  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:29.436496  3457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.437171  3457 raft_consensus.cc:2393] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdbc099c7eec40f79754b0570625d527 in current term 1: Already voted for candidate 244077ca284a43ca82bdd064c08e9c2f in this term.
I20260630 12:34:29.437930  3721 leader_election.cc:304] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [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: bdbc099c7eec40f79754b0570625d527; no voters: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:29.438220  3456 raft_consensus.cc:2468] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 1.
I20260630 12:34:29.438913  3811 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.439077  3679 consensus_queue.cc:1048] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.439674  3721 leader_election.cc:304] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [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: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527; no voters: 39bf0359a3df44fbae3368e61558c5e3
I20260630 12:34:29.440647  3849 raft_consensus.cc:2804] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:29.442775  3849 raft_consensus.cc:697] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 LEADER]: Becoming Leader. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Running, Role: LEADER
I20260630 12:34:29.443687  3849 consensus_queue.cc:237] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [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: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } }
I20260630 12:34:29.445118  3811 raft_consensus.cc:2749] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.454236  3679 consensus_queue.cc:1048] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.453475  3353 catalog_manager.cc:5697] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdbc099c7eec40f79754b0570625d527 (127.0.111.68). New cstate: current_term: 1 leader_uuid: "bdbc099c7eec40f79754b0570625d527" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:29.494665  3849 raft_consensus.cc:493] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.495067  3849 raft_consensus.cc:515] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } }
I20260630 12:34:29.496687  3849 leader_election.cc:290] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:29.497340  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "952d4c363e844f18b57846af0d6f5511" is_pre_election: true
I20260630 12:34:29.497634  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4950802149b548afbcfd2c57450c61ad" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:29.497960  3456 raft_consensus.cc:2393] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdbc099c7eec40f79754b0570625d527 in current term 1: Already voted for candidate 244077ca284a43ca82bdd064c08e9c2f in this term.
I20260630 12:34:29.498870  3721 leader_election.cc:304] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [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: bdbc099c7eec40f79754b0570625d527; no voters: 244077ca284a43ca82bdd064c08e9c2f, 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:29.499513  3849 raft_consensus.cc:3060] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.503904  3849 raft_consensus.cc:2749] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.608317  3849 raft_consensus.cc:493] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.608718  3849 raft_consensus.cc:515] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:29.610204  3849 leader_election.cc:290] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:29.610930  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "244077ca284a43ca82bdd064c08e9c2f" is_pre_election: true
I20260630 12:34:29.611207  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bf0359a3df44fbae3368e61558c5e3" is_pre_election: true
I20260630 12:34:29.611609  3532 raft_consensus.cc:2393] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bdbc099c7eec40f79754b0570625d527 in current term 1: Already voted for candidate 39bf0359a3df44fbae3368e61558c5e3 in this term.
I20260630 12:34:29.612735  3721 leader_election.cc:304] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [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: bdbc099c7eec40f79754b0570625d527; no voters: 244077ca284a43ca82bdd064c08e9c2f, 39bf0359a3df44fbae3368e61558c5e3
I20260630 12:34:29.613447  3849 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:29.617707  3849 raft_consensus.cc:2749] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:29.666070  3809 consensus_queue.cc:1048] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.677964  3660 consensus_queue.cc:1048] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.679183  3679 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.695415  3680 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.705813  3680 consensus_queue.cc:1048] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.716924  3679 consensus_queue.cc:1048] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.741379  3660 consensus_queue.cc:1048] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.750154  3804 consensus_queue.cc:1048] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.773223  3804 consensus_queue.cc:1048] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.782330  3804 consensus_queue.cc:1048] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.955497  3408 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:34:29.973282  3849 consensus_queue.cc:1048] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:29.989792  3604 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "354539baeddb4d48b660c424267ce69c"
dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
mode: GRACEFUL
new_leader_uuid: "952d4c363e844f18b57846af0d6f5511"
 from {username='slave'} at 127.0.0.1:43364
I20260630 12:34:29.990496  3604 raft_consensus.cc:606] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Received request to transfer leadership to TS 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:29.993835  3604 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6"
dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
mode: GRACEFUL
new_leader_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:43364
I20260630 12:34:29.994454  3604 raft_consensus.cc:606] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Received request to transfer leadership to TS bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.000804  3849 consensus_queue.cc:1048] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.016338  3532 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1"
dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
mode: GRACEFUL
new_leader_uuid: "952d4c363e844f18b57846af0d6f5511"
 from {username='slave'} at 127.0.0.1:36766
I20260630 12:34:30.016928  3532 raft_consensus.cc:606] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Received request to transfer leadership to TS 952d4c363e844f18b57846af0d6f5511
I20260630 12:34:30.019428  3604 consensus_queue.cc:237] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.019697  3532 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf"
dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
mode: GRACEFUL
new_leader_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:36766
I20260630 12:34:30.020285  3532 raft_consensus.cc:606] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Received request to transfer leadership to TS bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.021500  3408 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260630 12:34:30.022264  3408 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:30.026273  3572 consensus_peers.cc:597] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bd322932a7a64d37bd687ed7867d2e5e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:30.026259  3455 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:30.026260  3532 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:30.027781  3659 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.028378  3680 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.034925  3679 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.036440  3455 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.036646  3532 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.046124  3352 catalog_manager.cc:5697] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.064203  3455 consensus_queue.cc:237] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.070612  3604 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:30.071388  3423 consensus_peers.cc:597] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9ff5a4c7465f4abb9718e821c0ab7f5f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:30.071877  3686 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.072016  3532 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:30.073175  3857 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.078980  3686 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.081045  3604 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.081693  3532 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.093641  3355 catalog_manager.cc:5697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.106472  3532 consensus_queue.cc:237] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.112588  3604 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:30.113704  3809 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.114976  3455 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:30.116545  3498 consensus_peers.cc:597] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bed5b29719b64af6a4744e430e6825ef. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:30.116497  3809 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.117467  3659 raft_consensus.cc:993] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: : Instructing follower bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:30.117836  3679 raft_consensus.cc:1081] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Signalling peer bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:30.119776  3762 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6"
dest_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:58802
I20260630 12:34:30.120339  3762 raft_consensus.cc:493] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:30.120730  3762 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.121908  3659 raft_consensus.cc:993] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: : Instructing follower 952d4c363e844f18b57846af0d6f5511 to start an election
I20260630 12:34:30.122367  3659 raft_consensus.cc:1081] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Signalling peer 952d4c363e844f18b57846af0d6f5511 to start an election
I20260630 12:34:30.123771  3456 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "354539baeddb4d48b660c424267ce69c"
dest_uuid: "952d4c363e844f18b57846af0d6f5511"
 from {username='slave'} at 127.0.0.1:57138
I20260630 12:34:30.124257  3456 raft_consensus.cc:493] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:30.124531  3456 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.125075  3660 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.126742  3762 raft_consensus.cc:515] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:30.129295  3606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:30.129828  3606 raft_consensus.cc:3055] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:30.130154  3606 raft_consensus.cc:740] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:30.130470  3456 raft_consensus.cc:515] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.130930  3606 consensus_queue.cc:260] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:30.132027  3606 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.133137  3763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:30.132434  3605 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.133685  3763 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.129935  3455 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.138679  3606 raft_consensus.cc:2468] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:30.139674  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49ed24927a0f427e8e3f1da34433f4a6" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:30.139822  3721 leader_election.cc:304] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [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: 39bf0359a3df44fbae3368e61558c5e3, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:30.140031  3763 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 2.
I20260630 12:34:30.140841  3870 raft_consensus.cc:2804] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:30.141314  3870 raft_consensus.cc:697] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Becoming Leader. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Running, Role: LEADER
I20260630 12:34:30.141328  3423 leader_election.cc:304] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [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: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:30.142192  3857 raft_consensus.cc:2804] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:30.142614  3762 leader_election.cc:290] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 2 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:30.142669  3857 raft_consensus.cc:697] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Becoming Leader. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:30.143671  3857 consensus_queue.cc:237] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.142141  3870 consensus_queue.cc:237] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } }
I20260630 12:34:30.146382  3352 catalog_manager.cc:5697] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.152478  3353 catalog_manager.cc:5697] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 reported cstate change: term changed from 1 to 2, leader changed from 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) to 952d4c363e844f18b57846af0d6f5511 (127.0.111.65). New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:30.153667  3532 raft_consensus.cc:3060] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.158143  3354 catalog_manager.cc:5697] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 reported cstate change: term changed from 1 to 2, leader changed from 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) to bdbc099c7eec40f79754b0570625d527 (127.0.111.68). New cstate: current_term: 2 leader_uuid: "bdbc099c7eec40f79754b0570625d527" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.159706  3532 raft_consensus.cc:2468] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:30.160290  3456 leader_election.cc:290] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 2 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:30.160836  3605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "354539baeddb4d48b660c424267ce69c" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:30.161346  3605 raft_consensus.cc:3055] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:30.161620  3605 raft_consensus.cc:740] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Running, Role: LEADER
I20260630 12:34:30.162320  3605 consensus_queue.cc:260] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.163214  3605 raft_consensus.cc:3060] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.170042  3605 raft_consensus.cc:2468] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 2.
I20260630 12:34:30.171337  3606 consensus_queue.cc:237] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.180334  3456 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:30.181610  3572 consensus_peers.cc:597] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a87e00eaac144bee8805616d661508bc. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:30.182026  3532 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:30.182144  3659 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.183570  3679 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.189064  3659 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.191224  3456 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.192912  3532 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:30.200346  3353 catalog_manager.cc:5697] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.234180  3809 raft_consensus.cc:993] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: : Instructing follower bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:30.234678  3660 raft_consensus.cc:1081] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Signalling peer bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:30.236305  3762 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf"
dest_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:58796
I20260630 12:34:30.236835  3762 raft_consensus.cc:493] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:30.237223  3762 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.243707  3762 raft_consensus.cc:515] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.245662  3762 leader_election.cc:290] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 2 election: Requested vote from peers 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947), 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:30.246335  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:30.246925  3532 raft_consensus.cc:3055] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:30.246977  3456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cecf4a8bed48678e85b2245f5668bf" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:30.247314  3532 raft_consensus.cc:740] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:30.247596  3456 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.248124  3532 consensus_queue.cc:260] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.249300  3532 raft_consensus.cc:3060] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.254009  3456 raft_consensus.cc:2468] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:30.255266  3721 leader_election.cc:304] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [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: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:30.255475  3532 raft_consensus.cc:2468] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:30.256065  3870 raft_consensus.cc:2804] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:30.256532  3870 raft_consensus.cc:697] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Becoming Leader. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Running, Role: LEADER
I20260630 12:34:30.257298  3870 consensus_queue.cc:237] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.263198  3354 catalog_manager.cc:5697] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 reported cstate change: term changed from 1 to 2, leader changed from 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) to bdbc099c7eec40f79754b0570625d527 (127.0.111.68). New cstate: current_term: 2 leader_uuid: "bdbc099c7eec40f79754b0570625d527" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.400597  3809 raft_consensus.cc:993] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: : Instructing follower 952d4c363e844f18b57846af0d6f5511 to start an election
I20260630 12:34:30.401011  3660 raft_consensus.cc:1081] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Signalling peer 952d4c363e844f18b57846af0d6f5511 to start an election
I20260630 12:34:30.402264  3456 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1"
dest_uuid: "952d4c363e844f18b57846af0d6f5511"
 from {username='slave'} at 127.0.0.1:57142
I20260630 12:34:30.402691  3456 raft_consensus.cc:493] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:30.402980  3456 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.408041  3456 raft_consensus.cc:515] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.409457  3456 leader_election.cc:290] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [CANDIDATE]: Term 2 election: Requested vote from peers bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083), 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:30.410181  3762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "bdbc099c7eec40f79754b0570625d527"
I20260630 12:34:30.410507  3532 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a18f83a6fb8461fa8219beea197ecb1" candidate_uuid: "952d4c363e844f18b57846af0d6f5511" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "244077ca284a43ca82bdd064c08e9c2f"
I20260630 12:34:30.410809  3762 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.411048  3532 raft_consensus.cc:3055] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:30.411404  3532 raft_consensus.cc:740] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Running, Role: LEADER
I20260630 12:34:30.412155  3532 consensus_queue.cc:260] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.413316  3532 raft_consensus.cc:3060] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:30.417367  3762 raft_consensus.cc:2468] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 2.
I20260630 12:34:30.418817  3423 leader_election.cc:304] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [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: 952d4c363e844f18b57846af0d6f5511, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:30.419533  3532 raft_consensus.cc:2468] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 952d4c363e844f18b57846af0d6f5511 in term 2.
I20260630 12:34:30.419610  3686 raft_consensus.cc:2804] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:30.420269  3686 raft_consensus.cc:697] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Becoming Leader. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:30.421011  3686 consensus_queue.cc:237] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } }
I20260630 12:34:30.428112  3354 catalog_manager.cc:5697] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 reported cstate change: term changed from 1 to 2, leader changed from 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) to 952d4c363e844f18b57846af0d6f5511 (127.0.111.65). New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:30.445657  3892 ts_tablet_manager.cc:933] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:30.447268  3892 tablet_copy_client.cc:323] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:34723
I20260630 12:34:30.448750  3616 tablet_copy_service.cc:140] P 39bf0359a3df44fbae3368e61558c5e3: Received BeginTabletCopySession request for tablet bd322932a7a64d37bd687ed7867d2e5e from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:43358)
I20260630 12:34:30.449235  3616 tablet_copy_service.cc:161] P 39bf0359a3df44fbae3368e61558c5e3: Beginning new tablet copy session on tablet bd322932a7a64d37bd687ed7867d2e5e from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:43358: session id = bdbc099c7eec40f79754b0570625d527-bd322932a7a64d37bd687ed7867d2e5e
I20260630 12:34:30.455994  3616 tablet_copy_source_session.cc:215] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:30.458611  3892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd322932a7a64d37bd687ed7867d2e5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:30.472783  3892 tablet_copy_client.cc:806] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:30.473317  3892 tablet_copy_client.cc:670] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:30.476547  3892 tablet_copy_client.cc:538] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:30.484025  3892 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:30.501544  3892 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:30.502348  3892 tablet_bootstrap.cc:492] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:30.502980  3892 ts_tablet_manager.cc:1403] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:34:30.505548  3892 raft_consensus.cc:359] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.506335  3892 raft_consensus.cc:740] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:30.506919  3892 consensus_queue.cc:260] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.509184  3892 ts_tablet_manager.cc:1434] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:30.510818  3616 tablet_copy_service.cc:342] P 39bf0359a3df44fbae3368e61558c5e3: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-bd322932a7a64d37bd687ed7867d2e5e received from {username='slave'} at 127.0.0.1:43358
I20260630 12:34:30.511225  3616 tablet_copy_service.cc:434] P 39bf0359a3df44fbae3368e61558c5e3: ending tablet copy session bdbc099c7eec40f79754b0570625d527-bd322932a7a64d37bd687ed7867d2e5e on tablet bd322932a7a64d37bd687ed7867d2e5e with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.535833  3762 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.536871  3686 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.547924  3606 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.548250  3531 raft_consensus.cc:1275] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.549697  3895 consensus_queue.cc:1048] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.550742  3892 ts_tablet_manager.cc:933] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947)
I20260630 12:34:30.553697  3892 tablet_copy_client.cc:323] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:40947
I20260630 12:34:30.555229  3542 tablet_copy_service.cc:140] P 244077ca284a43ca82bdd064c08e9c2f: Received BeginTabletCopySession request for tablet bed5b29719b64af6a4744e430e6825ef from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:36756)
I20260630 12:34:30.555806  3542 tablet_copy_service.cc:161] P 244077ca284a43ca82bdd064c08e9c2f: Beginning new tablet copy session on tablet bed5b29719b64af6a4744e430e6825ef from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:36756: session id = bdbc099c7eec40f79754b0570625d527-bed5b29719b64af6a4744e430e6825ef
I20260630 12:34:30.562438  3857 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.563506  3542 tablet_copy_source_session.cc:215] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:30.566349  3892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bed5b29719b64af6a4744e430e6825ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:30.569723  3605 raft_consensus.cc:1275] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.571280  3870 consensus_queue.cc:1048] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.588413  3892 tablet_copy_client.cc:806] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:30.589057  3892 tablet_copy_client.cc:670] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:30.597540  3892 tablet_copy_client.cc:538] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:30.605986  3892 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:30.623103  3892 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:30.623907  3892 tablet_bootstrap.cc:492] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:30.624505  3892 ts_tablet_manager.cc:1403] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.000s
I20260630 12:34:30.627032  3892 raft_consensus.cc:359] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.627871  3892 raft_consensus.cc:740] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:30.628499  3892 consensus_queue.cc:260] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.631774  3892 ts_tablet_manager.cc:1434] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
I20260630 12:34:30.633232  3542 tablet_copy_service.cc:342] P 244077ca284a43ca82bdd064c08e9c2f: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-bed5b29719b64af6a4744e430e6825ef received from {username='slave'} at 127.0.0.1:36756
I20260630 12:34:30.633555  3542 tablet_copy_service.cc:434] P 244077ca284a43ca82bdd064c08e9c2f: ending tablet copy session bdbc099c7eec40f79754b0570625d527-bed5b29719b64af6a4744e430e6825ef on tablet bed5b29719b64af6a4744e430e6825ef with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.655061  3531 raft_consensus.cc:1275] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.656307  3895 consensus_queue.cc:1048] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.664227  3456 raft_consensus.cc:1275] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:30.665576  3870 consensus_queue.cc:1048] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:30.689430  3892 ts_tablet_manager.cc:933] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:30.690980  3892 tablet_copy_client.cc:323] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:34069
I20260630 12:34:30.692675  3467 tablet_copy_service.cc:140] P 952d4c363e844f18b57846af0d6f5511: Received BeginTabletCopySession request for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:57146)
I20260630 12:34:30.693197  3467 tablet_copy_service.cc:161] P 952d4c363e844f18b57846af0d6f5511: Beginning new tablet copy session on tablet 9ff5a4c7465f4abb9718e821c0ab7f5f from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:57146: session id = bdbc099c7eec40f79754b0570625d527-9ff5a4c7465f4abb9718e821c0ab7f5f
I20260630 12:34:30.700309  3467 tablet_copy_source_session.cc:215] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:30.703773  3892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:30.716069  3892 tablet_copy_client.cc:806] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:30.716566  3892 tablet_copy_client.cc:670] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:30.719703  3892 tablet_copy_client.cc:538] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:30.723987  3905 ts_tablet_manager.cc:933] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:30.725528  3892 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:30.725544  3905 tablet_copy_client.cc:323] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:34723
I20260630 12:34:30.727209  3616 tablet_copy_service.cc:140] P 39bf0359a3df44fbae3368e61558c5e3: Received BeginTabletCopySession request for tablet a87e00eaac144bee8805616d661508bc from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:43358)
I20260630 12:34:30.727696  3616 tablet_copy_service.cc:161] P 39bf0359a3df44fbae3368e61558c5e3: Beginning new tablet copy session on tablet a87e00eaac144bee8805616d661508bc from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:43358: session id = bdbc099c7eec40f79754b0570625d527-a87e00eaac144bee8805616d661508bc
I20260630 12:34:30.735980  3616 tablet_copy_source_session.cc:215] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:30.738660  3905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a87e00eaac144bee8805616d661508bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:30.739843  3892 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:30.741462  3892 tablet_bootstrap.cc:492] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:30.741990  3892 ts_tablet_manager.cc:1403] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.000s
I20260630 12:34:30.748428  3892 raft_consensus.cc:359] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.749266  3892 raft_consensus.cc:740] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:30.749857  3892 consensus_queue.cc:260] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.751845  3892 ts_tablet_manager.cc:1434] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:34:30.752318  3905 tablet_copy_client.cc:806] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:30.752868  3905 tablet_copy_client.cc:670] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:30.754112  3467 tablet_copy_service.cc:342] P 952d4c363e844f18b57846af0d6f5511: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-9ff5a4c7465f4abb9718e821c0ab7f5f received from {username='slave'} at 127.0.0.1:57146
I20260630 12:34:30.754498  3467 tablet_copy_service.cc:434] P 952d4c363e844f18b57846af0d6f5511: ending tablet copy session bdbc099c7eec40f79754b0570625d527-9ff5a4c7465f4abb9718e821c0ab7f5f on tablet 9ff5a4c7465f4abb9718e821c0ab7f5f with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.757515  3905 tablet_copy_client.cc:538] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:30.765558  3905 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:30.783802  3905 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:30.784454  3905 tablet_bootstrap.cc:492] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:30.784945  3905 ts_tablet_manager.cc:1403] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.008s
I20260630 12:34:30.786990  3905 raft_consensus.cc:359] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.787602  3905 raft_consensus.cc:740] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:30.788077  3905 consensus_queue.cc:260] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:30.790030  3905 ts_tablet_manager.cc:1434] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:34:30.791723  3616 tablet_copy_service.cc:342] P 39bf0359a3df44fbae3368e61558c5e3: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-a87e00eaac144bee8805616d661508bc received from {username='slave'} at 127.0.0.1:43358
I20260630 12:34:30.792047  3616 tablet_copy_service.cc:434] P 39bf0359a3df44fbae3368e61558c5e3: ending tablet copy session bdbc099c7eec40f79754b0570625d527-a87e00eaac144bee8805616d661508bc on tablet a87e00eaac144bee8805616d661508bc with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:30.998560  3762 raft_consensus.cc:1217] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:31.007385  3762 raft_consensus.cc:1217] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:31.018373  3531 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:31.019618  3857 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:31.027463  3762 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:31.028676  3884 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:31.275103  3763 raft_consensus.cc:1217] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:31.334165  3763 raft_consensus.cc:1217] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:31.528780  3679 raft_consensus.cc:1064] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:31.531301  3660 raft_consensus.cc:1064] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:31.531231  3679 consensus_queue.cc:237] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.533094  3660 consensus_queue.cc:237] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.538950  3762 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.539601  3605 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.541622  3914 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.543171  3914 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.548332  3456 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.550141  3531 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.551247  3763 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.552029  3659 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.553843  3659 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.558280  3679 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.562727  3455 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.574316  3914 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.585229  3917 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.596035  3763 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.599964  3606 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.608472  3354 catalog_manager.cc:5697] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:31.619680  3455 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.625133  3762 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.621850  3679 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.643406  3455 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.643818  3531 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.665907  3531 consensus_queue.cc:237] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.668346  3351 catalog_manager.cc:5697] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.674803  3762 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.676220  3455 raft_consensus.cc:1275] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 244077ca284a43ca82bdd064c08e9c2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.677114  3660 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.678795  3914 consensus_queue.cc:1048] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.685134  3914 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.688794  3605 consensus_queue.cc:237] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.689865  3456 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.699173  3763 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.700404  3909 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.700693  3531 raft_consensus.cc:1275] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.698935  3762 raft_consensus.cc:2955] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.702050  3679 consensus_queue.cc:1048] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.708415  3679 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.712625  3763 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.713512  3355 catalog_manager.cc:5697] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "244077ca284a43ca82bdd064c08e9c2f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.722502  3342 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bed5b29719b64af6a4744e430e6825ef with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:31.726500  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bd322932a7a64d37bd687ed7867d2e5e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:31.736194  3596 tablet_service.cc:1558] Processing DeleteTablet for tablet bed5b29719b64af6a4744e430e6825ef with delete_type TABLET_DATA_TOMBSTONED (TS 39bf0359a3df44fbae3368e61558c5e3 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43344
I20260630 12:34:31.739228  3928 tablet_replica.cc:333] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:31.740106  3928 raft_consensus.cc:2243] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:31.740710  3928 raft_consensus.cc:2272] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:31.734287  3351 catalog_manager.cc:5697] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:31.748160  3928 ts_tablet_manager.cc:1916] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:31.757068  3442 tablet_service.cc:1558] Processing DeleteTablet for tablet bd322932a7a64d37bd687ed7867d2e5e with delete_type TABLET_DATA_TOMBSTONED (TS 952d4c363e844f18b57846af0d6f5511 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57128
I20260630 12:34:31.768314  3929 tablet_replica.cc:333] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:31.767450  3531 raft_consensus.cc:2955] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.769296  3929 raft_consensus.cc:2243] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:31.769987  3929 raft_consensus.cc:2272] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:31.773470  3928 ts_tablet_manager.cc:1929] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:31.773873  3928 log.cc:1199] T bed5b29719b64af6a4744e430e6825ef P 39bf0359a3df44fbae3368e61558c5e3: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root/wals/bed5b29719b64af6a4744e430e6825ef
I20260630 12:34:31.775358  3339 catalog_manager.cc:5028] TS 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): tablet bed5b29719b64af6a4744e430e6825ef (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:31.780238  3929 ts_tablet_manager.cc:1916] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:31.792320  3929 ts_tablet_manager.cc:1929] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:31.792608  3929 log.cc:1199] T bd322932a7a64d37bd687ed7867d2e5e P 952d4c363e844f18b57846af0d6f5511: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root/wals/bd322932a7a64d37bd687ed7867d2e5e
I20260630 12:34:31.793836  3339 catalog_manager.cc:5028] TS 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069): tablet bd322932a7a64d37bd687ed7867d2e5e (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:31.895704  3884 raft_consensus.cc:1064] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:31.897444  3884 consensus_queue.cc:237] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.904160  3605 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.904302  3763 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.904569  3531 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.905668  3686 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.906565  3931 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.907226  3884 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.929893  3679 raft_consensus.cc:1064] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:31.931996  3679 consensus_queue.cc:237] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.931684  3686 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.934837  3762 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.934918  3531 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.956184  3351 catalog_manager.cc:5697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.959339  3456 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.959133  3605 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.963462  3659 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.974736  3456 consensus_queue.cc:237] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:31.977496  3762 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.978006  3531 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:31.978694  3659 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.980888  3679 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:31.984952  3763 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.985570  3605 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:31.986892  3931 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.988600  3931 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:31.988497  3679 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.993602  3763 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:31.995726  3857 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.000476  3606 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.002839  3455 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.002846  3351 catalog_manager.cc:5697] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:32.010936  3762 raft_consensus.cc:2955] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.019881  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:32.019780  3351 catalog_manager.cc:5697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 reported cstate change: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.026980  3531 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.031297  3519 tablet_service.cc:1558] Processing DeleteTablet for tablet 9ff5a4c7465f4abb9718e821c0ab7f5f with delete_type TABLET_DATA_TOMBSTONED (TS 244077ca284a43ca82bdd064c08e9c2f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36728
I20260630 12:34:32.047691  3408 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:34:32.047796  3940 tablet_replica.cc:333] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:32.051192  3940 raft_consensus.cc:2243] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:32.051805  3940 raft_consensus.cc:2272] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:32.054582  3940 ts_tablet_manager.cc:1916] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:32.051563  3605 consensus_queue.cc:237] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:32.069164  3940 ts_tablet_manager.cc:1929] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:32.069585  3940 log.cc:1199] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 244077ca284a43ca82bdd064c08e9c2f: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root/wals/9ff5a4c7465f4abb9718e821c0ab7f5f
I20260630 12:34:32.069409  3762 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:32.071120  3659 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:32.071928  3342 catalog_manager.cc:5028] TS 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): tablet 9ff5a4c7465f4abb9718e821c0ab7f5f (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:32.079284  3531 raft_consensus.cc:1275] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 39bf0359a3df44fbae3368e61558c5e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:32.079810  3909 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.080909  3939 consensus_queue.cc:1048] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:34:32.083069  3762 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.084851  3531 raft_consensus.cc:2955] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.094039  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a87e00eaac144bee8805616d661508bc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:32.094250  3350 catalog_manager.cc:5697] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 reported cstate change: config changed from index 3 to 4, VOTER 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "39bf0359a3df44fbae3368e61558c5e3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:32.100994  3455 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f"
dest_uuid: "952d4c363e844f18b57846af0d6f5511"
mode: GRACEFUL
new_leader_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:32974
I20260630 12:34:32.101445  3455 raft_consensus.cc:606] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Received request to transfer leadership to TS bdbc099c7eec40f79754b0570625d527
I20260630 12:34:32.102545  3408 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:34:32.103266  3408 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:32.105697  3442 tablet_service.cc:1558] Processing DeleteTablet for tablet a87e00eaac144bee8805616d661508bc with delete_type TABLET_DATA_TOMBSTONED (TS 952d4c363e844f18b57846af0d6f5511 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:57128
I20260630 12:34:32.106539  3929 tablet_replica.cc:333] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:32.107416  3929 raft_consensus.cc:2243] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:32.107963  3929 raft_consensus.cc:2272] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:32.110150  3929 ts_tablet_manager.cc:1916] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:32.121392  3929 ts_tablet_manager.cc:1929] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:32.121676  3929 log.cc:1199] T a87e00eaac144bee8805616d661508bc P 952d4c363e844f18b57846af0d6f5511: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-0-root/wals/a87e00eaac144bee8805616d661508bc
I20260630 12:34:32.122679  3339 catalog_manager.cc:5028] TS 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069): tablet a87e00eaac144bee8805616d661508bc (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:32.595675  3944 raft_consensus.cc:993] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: : Instructing follower bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:32.596060  3857 raft_consensus.cc:1081] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Signalling peer bdbc099c7eec40f79754b0570625d527 to start an election
I20260630 12:34:32.597278  3762 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f"
dest_uuid: "bdbc099c7eec40f79754b0570625d527"
 from {username='slave'} at 127.0.0.1:58818
I20260630 12:34:32.597679  3762 raft_consensus.cc:493] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:32.597923  3762 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.602777  3762 raft_consensus.cc:515] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:32.604139  3762 leader_election.cc:290] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [CANDIDATE]: Term 2 election: Requested vote from peers 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069), 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723)
I20260630 12:34:32.604810  3455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "952d4c363e844f18b57846af0d6f5511"
I20260630 12:34:32.605132  3605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ff5a4c7465f4abb9718e821c0ab7f5f" candidate_uuid: "bdbc099c7eec40f79754b0570625d527" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "39bf0359a3df44fbae3368e61558c5e3"
I20260630 12:34:32.605409  3455 raft_consensus.cc:3055] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:32.605679  3605 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.605765  3455 raft_consensus.cc:740] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 952d4c363e844f18b57846af0d6f5511, State: Running, Role: LEADER
I20260630 12:34:32.606645  3455 consensus_queue.cc:260] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:32.607842  3455 raft_consensus.cc:3060] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.612031  3605 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:32.613129  3721 leader_election.cc:304] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [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: 39bf0359a3df44fbae3368e61558c5e3, bdbc099c7eec40f79754b0570625d527; no voters: 
I20260630 12:34:32.613736  3903 raft_consensus.cc:2804] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:32.613694  3455 raft_consensus.cc:2468] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdbc099c7eec40f79754b0570625d527 in term 2.
I20260630 12:34:32.614818  3903 raft_consensus.cc:697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Becoming Leader. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Running, Role: LEADER
I20260630 12:34:32.615602  3903 consensus_queue.cc:237] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:32.620573  3351 catalog_manager.cc:5697] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 reported cstate change: term changed from 1 to 2, leader changed from 952d4c363e844f18b57846af0d6f5511 (127.0.111.65) to bdbc099c7eec40f79754b0570625d527 (127.0.111.68). New cstate: current_term: 2 leader_uuid: "bdbc099c7eec40f79754b0570625d527" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:33.100872  3456 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:33.101197  3605 raft_consensus.cc:1275] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer bdbc099c7eec40f79754b0570625d527: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:33.101956  3945 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:33.102563  3903 consensus_queue.cc:1048] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:33.142309  3456 consensus_queue.cc:237] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } }
I20260630 12:34:33.147814  3531 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:34:33.148530  3420 consensus_peers.cc:597] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 -> Peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): Couldn't send request to peer 39bf0359a3df44fbae3368e61558c5e3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7a18f83a6fb8461fa8219beea197ecb1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:33.149312  3956 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:33.149976  3762 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:33.150928  3956 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:33.155903  3857 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } } }
I20260630 12:34:33.157449  3531 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } } }
I20260630 12:34:33.159088  3762 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } } }
I20260630 12:34:33.169142  3456 consensus_queue.cc:237] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.170001  3350 catalog_manager.cc:5697] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index -1 to 3, NON_VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) added. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } } }
I20260630 12:34:33.176219  3605 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:33.176211  3532 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:34:33.177268  3423 consensus_peers.cc:597] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 94143b14381e4477a0e51d0f66283f3d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:33.177942  3960 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:33.178805  3857 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:33.194621  3959 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.197202  3605 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.197863  3532 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.207489  3456 consensus_queue.cc:237] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } }
I20260630 12:34:33.207401  3351 catalog_manager.cc:5697] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:33.214008  3762 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:33.215404  3605 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:33.215322  3857 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:33.217090  3857 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:34:33.217599  3423 consensus_peers.cc:597] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 -> Peer 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): Couldn't send request to peer 244077ca284a43ca82bdd064c08e9c2f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 354539baeddb4d48b660c424267ce69c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:33.224615  3956 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } } }
I20260630 12:34:33.226274  3762 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } } }
I20260630 12:34:33.232270  3605 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } } }
I20260630 12:34:33.237807  3456 consensus_queue.cc:237] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.238195  3350 catalog_manager.cc:5697] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 reported cstate change: config changed from index -1 to 3, NON_VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) added. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } } }
I20260630 12:34:33.243347  3606 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:33.244451  3532 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:33.244810  3956 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:33.246567  3959 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:34:33.248697  3423 consensus_peers.cc:597] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 -> Peer bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): Couldn't send request to peer bdbc099c7eec40f79754b0570625d527. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 77b09035aa0c482fa6b863cba57853cf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:33.255224  3960 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.257115  3532 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.270133  3351 catalog_manager.cc:5697] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:33.270529  3606 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } } }
I20260630 12:34:33.553349  3973 ts_tablet_manager.cc:933] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: Initiating tablet copy from peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:33.555413  3973 tablet_copy_client.cc:323] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:34069
I20260630 12:34:33.556885  3467 tablet_copy_service.cc:140] P 952d4c363e844f18b57846af0d6f5511: Received BeginTabletCopySession request for tablet 7a18f83a6fb8461fa8219beea197ecb1 from peer 39bf0359a3df44fbae3368e61558c5e3 ({username='slave'} at 127.0.0.1:57138)
I20260630 12:34:33.557314  3467 tablet_copy_service.cc:161] P 952d4c363e844f18b57846af0d6f5511: Beginning new tablet copy session on tablet 7a18f83a6fb8461fa8219beea197ecb1 from peer 39bf0359a3df44fbae3368e61558c5e3 at {username='slave'} at 127.0.0.1:57138: session id = 39bf0359a3df44fbae3368e61558c5e3-7a18f83a6fb8461fa8219beea197ecb1
I20260630 12:34:33.562552  3467 tablet_copy_source_session.cc:215] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:33.564849  3973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a18f83a6fb8461fa8219beea197ecb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:33.574981  3973 tablet_copy_client.cc:806] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:33.575461  3973 tablet_copy_client.cc:670] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:33.578826  3973 tablet_copy_client.cc:538] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:33.584399  3973 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap starting.
I20260630 12:34:33.607265  3973 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: 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
I20260630 12:34:33.608091  3973 tablet_bootstrap.cc:492] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: Bootstrap complete.
I20260630 12:34:33.608697  3973 ts_tablet_manager.cc:1403] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.005s
I20260630 12:34:33.611474  3973 raft_consensus.cc:359] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } }
I20260630 12:34:33.612287  3973 raft_consensus.cc:740] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 39bf0359a3df44fbae3368e61558c5e3, State: Initialized, Role: LEARNER
I20260630 12:34:33.612911  3973 consensus_queue.cc:260] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: NON_VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: true } }
I20260630 12:34:33.615178  3973 ts_tablet_manager.cc:1434] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260630 12:34:33.617075  3467 tablet_copy_service.cc:342] P 952d4c363e844f18b57846af0d6f5511: Request end of tablet copy session 39bf0359a3df44fbae3368e61558c5e3-7a18f83a6fb8461fa8219beea197ecb1 received from {username='slave'} at 127.0.0.1:57138
I20260630 12:34:33.617466  3467 tablet_copy_service.cc:434] P 952d4c363e844f18b57846af0d6f5511: ending tablet copy session 39bf0359a3df44fbae3368e61558c5e3-7a18f83a6fb8461fa8219beea197ecb1 on tablet 7a18f83a6fb8461fa8219beea197ecb1 with peer 39bf0359a3df44fbae3368e61558c5e3
I20260630 12:34:33.673426  3976 ts_tablet_manager.cc:933] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:33.674890  3976 tablet_copy_client.cc:323] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:34069
I20260630 12:34:33.676215  3467 tablet_copy_service.cc:140] P 952d4c363e844f18b57846af0d6f5511: Received BeginTabletCopySession request for tablet 94143b14381e4477a0e51d0f66283f3d from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:57146)
I20260630 12:34:33.676605  3467 tablet_copy_service.cc:161] P 952d4c363e844f18b57846af0d6f5511: Beginning new tablet copy session on tablet 94143b14381e4477a0e51d0f66283f3d from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:57146: session id = bdbc099c7eec40f79754b0570625d527-94143b14381e4477a0e51d0f66283f3d
I20260630 12:34:33.681197  3467 tablet_copy_source_session.cc:215] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:33.683385  3976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 94143b14381e4477a0e51d0f66283f3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:33.692921  3976 tablet_copy_client.cc:806] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:33.693409  3976 tablet_copy_client.cc:670] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:33.696365  3976 tablet_copy_client.cc:538] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:33.702386  3976 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:33.716020  3976 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:33.716602  3976 tablet_bootstrap.cc:492] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:33.717051  3976 ts_tablet_manager.cc:1403] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.008s
I20260630 12:34:33.719468  3976 raft_consensus.cc:359] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.720171  3976 raft_consensus.cc:740] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:33.720609  3976 consensus_queue.cc:260] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.722792  3976 ts_tablet_manager.cc:1434] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.005s
I20260630 12:34:33.724592  3467 tablet_copy_service.cc:342] P 952d4c363e844f18b57846af0d6f5511: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-94143b14381e4477a0e51d0f66283f3d received from {username='slave'} at 127.0.0.1:57146
I20260630 12:34:33.724972  3467 tablet_copy_service.cc:434] P 952d4c363e844f18b57846af0d6f5511: ending tablet copy session bdbc099c7eec40f79754b0570625d527-94143b14381e4477a0e51d0f66283f3d on tablet 94143b14381e4477a0e51d0f66283f3d with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:33.767278  3976 ts_tablet_manager.cc:933] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: Initiating tablet copy from peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:33.768756  3976 tablet_copy_client.cc:323] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:34069
I20260630 12:34:33.770192  3467 tablet_copy_service.cc:140] P 952d4c363e844f18b57846af0d6f5511: Received BeginTabletCopySession request for tablet 77b09035aa0c482fa6b863cba57853cf from peer bdbc099c7eec40f79754b0570625d527 ({username='slave'} at 127.0.0.1:57146)
I20260630 12:34:33.770697  3467 tablet_copy_service.cc:161] P 952d4c363e844f18b57846af0d6f5511: Beginning new tablet copy session on tablet 77b09035aa0c482fa6b863cba57853cf from peer bdbc099c7eec40f79754b0570625d527 at {username='slave'} at 127.0.0.1:57146: session id = bdbc099c7eec40f79754b0570625d527-77b09035aa0c482fa6b863cba57853cf
I20260630 12:34:33.777807  3467 tablet_copy_source_session.cc:215] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:33.780359  3976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77b09035aa0c482fa6b863cba57853cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:33.790328  3976 tablet_copy_client.cc:806] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:33.790786  3976 tablet_copy_client.cc:670] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:33.793233  3980 ts_tablet_manager.cc:933] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: Initiating tablet copy from peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069)
I20260630 12:34:33.794034  3976 tablet_copy_client.cc:538] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:33.794840  3980 tablet_copy_client.cc:323] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:34069
I20260630 12:34:33.796352  3467 tablet_copy_service.cc:140] P 952d4c363e844f18b57846af0d6f5511: Received BeginTabletCopySession request for tablet 354539baeddb4d48b660c424267ce69c from peer 244077ca284a43ca82bdd064c08e9c2f ({username='slave'} at 127.0.0.1:57142)
I20260630 12:34:33.796833  3467 tablet_copy_service.cc:161] P 952d4c363e844f18b57846af0d6f5511: Beginning new tablet copy session on tablet 354539baeddb4d48b660c424267ce69c from peer 244077ca284a43ca82bdd064c08e9c2f at {username='slave'} at 127.0.0.1:57142: session id = 244077ca284a43ca82bdd064c08e9c2f-354539baeddb4d48b660c424267ce69c
I20260630 12:34:33.801824  3976 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: Bootstrap starting.
I20260630 12:34:33.802018  3467 tablet_copy_source_session.cc:215] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:33.804159  3980 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 354539baeddb4d48b660c424267ce69c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:33.815518  3980 tablet_copy_client.cc:806] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:33.815989  3980 tablet_copy_client.cc:670] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:33.819665  3980 tablet_copy_client.cc:538] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:33.820427  3976 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: 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
I20260630 12:34:33.821365  3976 tablet_bootstrap.cc:492] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: Bootstrap complete.
I20260630 12:34:33.822103  3976 ts_tablet_manager.cc:1403] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.008s
I20260630 12:34:33.825455  3980 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap starting.
I20260630 12:34:33.825194  3976 raft_consensus.cc:359] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.825989  3976 raft_consensus.cc:740] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: bdbc099c7eec40f79754b0570625d527, State: Initialized, Role: LEARNER
I20260630 12:34:33.826601  3976 consensus_queue.cc:260] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: true } }
I20260630 12:34:33.830776  3976 ts_tablet_manager.cc:1434] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:34:33.833889  3467 tablet_copy_service.cc:342] P 952d4c363e844f18b57846af0d6f5511: Request end of tablet copy session bdbc099c7eec40f79754b0570625d527-77b09035aa0c482fa6b863cba57853cf received from {username='slave'} at 127.0.0.1:57146
I20260630 12:34:33.834281  3467 tablet_copy_service.cc:434] P 952d4c363e844f18b57846af0d6f5511: ending tablet copy session bdbc099c7eec40f79754b0570625d527-77b09035aa0c482fa6b863cba57853cf on tablet 77b09035aa0c482fa6b863cba57853cf with peer bdbc099c7eec40f79754b0570625d527
I20260630 12:34:33.844987  3980 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: 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
I20260630 12:34:33.845623  3980 tablet_bootstrap.cc:492] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: Bootstrap complete.
I20260630 12:34:33.846091  3980 ts_tablet_manager.cc:1403] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: Time spent bootstrapping tablet: real 0.021s	user 0.019s	sys 0.000s
I20260630 12:34:33.848110  3980 raft_consensus.cc:359] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } }
I20260630 12:34:33.848658  3980 raft_consensus.cc:740] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 244077ca284a43ca82bdd064c08e9c2f, State: Initialized, Role: LEARNER
I20260630 12:34:33.849105  3980 consensus_queue.cc:260] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: NON_VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: true } }
I20260630 12:34:33.851047  3980 ts_tablet_manager.cc:1434] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:34:33.852615  3467 tablet_copy_service.cc:342] P 952d4c363e844f18b57846af0d6f5511: Request end of tablet copy session 244077ca284a43ca82bdd064c08e9c2f-354539baeddb4d48b660c424267ce69c received from {username='slave'} at 127.0.0.1:57142
I20260630 12:34:33.852995  3467 tablet_copy_service.cc:434] P 952d4c363e844f18b57846af0d6f5511: ending tablet copy session 244077ca284a43ca82bdd064c08e9c2f-354539baeddb4d48b660c424267ce69c on tablet 354539baeddb4d48b660c424267ce69c with peer 244077ca284a43ca82bdd064c08e9c2f
I20260630 12:34:34.104313  3408 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:34:34.121512  3408 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:34:34.122206  3408 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:34.141861  3762 raft_consensus.cc:1217] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:34.161562  3606 raft_consensus.cc:1217] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:34:34.201745  3762 raft_consensus.cc:1217] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:34.223655  3532 raft_consensus.cc:1217] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:34:34.573073  3960 raft_consensus.cc:1064] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: attempting to promote NON_VOTER 39bf0359a3df44fbae3368e61558c5e3 to VOTER
I20260630 12:34:34.576329  3960 consensus_queue.cc:237] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } }
I20260630 12:34:34.581898  3606 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 LEARNER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.582031  3532 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.583245  3960 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.584010  3984 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.584102  3762 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.585412  3985 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.595817  3985 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.597972  3606 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.599169  3762 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.613057  3352 catalog_manager.cc:5697] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 reported cstate change: config changed from index 3 to 4, 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.613469  3532 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.633560  3456 consensus_queue.cc:237] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } }
I20260630 12:34:34.638176  3606 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:34.639534  3532 raft_consensus.cc:1275] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:34.639788  3985 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:34.641530  3985 consensus_queue.cc:1048] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:34.646327  3984 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.647845  3532 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.656641  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7a18f83a6fb8461fa8219beea197ecb1 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:34.656428  3606 raft_consensus.cc:2955] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.660069  3355 catalog_manager.cc:5697] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { promote: false } } }
I20260630 12:34:34.664487  3985 raft_consensus.cc:1064] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:34.670976  3985 consensus_queue.cc:237] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:34.678524  3606 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.679266  3762 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.681746  3532 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.683005  3984 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:34.684818  3960 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:34.685127  3752 tablet_service.cc:1558] Processing DeleteTablet for tablet 7a18f83a6fb8461fa8219beea197ecb1 with delete_type TABLET_DATA_TOMBSTONED (TS bdbc099c7eec40f79754b0570625d527 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58782
I20260630 12:34:34.686203  3984 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:34.702478  3997 tablet_replica.cc:333] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:34.703681  3997 raft_consensus.cc:2243] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:34.704382  3997 raft_consensus.cc:2272] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:34.709506  3960 raft_consensus.cc:1064] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: attempting to promote NON_VOTER bdbc099c7eec40f79754b0570625d527 to VOTER
I20260630 12:34:34.711748  3960 consensus_queue.cc:237] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:34.718959  3997 ts_tablet_manager.cc:1916] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:34.732897  3606 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.736155  3996 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:34.737799  3985 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.740439  3532 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.743644  3997 ts_tablet_manager.cc:1929] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:34:34.744099  3997 log.cc:1199] T 7a18f83a6fb8461fa8219beea197ecb1 P bdbc099c7eec40f79754b0570625d527: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root/wals/7a18f83a6fb8461fa8219beea197ecb1
I20260630 12:34:34.748260  3342 catalog_manager.cc:5028] TS bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): tablet 7a18f83a6fb8461fa8219beea197ecb1 (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:34.753994  3355 catalog_manager.cc:5697] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.755375  3532 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.756692  3763 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 LEARNER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:34.760571  3996 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:34.759567  3762 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.765560  3985 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:34.767833  3605 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } attrs { replace: true } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.779066  3456 consensus_queue.cc:237] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [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: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:34.785728  3762 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:34.785849  3531 raft_consensus.cc:1275] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:34.787120  3960 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.790774  3960 consensus_queue.cc:1048] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.796010  4003 raft_consensus.cc:1064] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: attempting to promote NON_VOTER 244077ca284a43ca82bdd064c08e9c2f to VOTER
I20260630 12:34:34.797431  3984 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.798424  4003 consensus_queue.cc:237] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [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: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } }
I20260630 12:34:34.808554  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 94143b14381e4477a0e51d0f66283f3d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:34.812603  3762 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.816789  3532 raft_consensus.cc:2955] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.820909  3985 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
W20260630 12:34:34.829620  3569 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.65:34069, user_credentials={real_user=slave}} blocked reactor thread for 52334.9us
I20260630 12:34:34.835117  3532 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.836519  3762 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.840806  3351 catalog_manager.cc:5697] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index 3 to 4, VOTER 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:34.843443  3605 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.844955  3996 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.846525  3605 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.848907  3531 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 LEARNER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.851862  3960 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.857242  3763 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:34.857828  3596 tablet_service.cc:1558] Processing DeleteTablet for tablet 94143b14381e4477a0e51d0f66283f3d with delete_type TABLET_DATA_TOMBSTONED (TS 39bf0359a3df44fbae3368e61558c5e3 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43344
I20260630 12:34:34.860841  3960 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.875845  3351 catalog_manager.cc:5697] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f reported cstate change: config changed from index 2 to 3, bdbc099c7eec40f79754b0570625d527 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.882467  3996 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.886936  4010 tablet_replica.cc:333] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:34.887866  4010 raft_consensus.cc:2243] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:34.888553  4010 raft_consensus.cc:2272] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:34.888790  3532 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.891395  4010 ts_tablet_manager.cc:1916] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:34.890618  3762 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.904927  3606 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.912848  3354 catalog_manager.cc:5697] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 reported cstate change: config changed from index 3 to 4, 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { replace: true } } peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.916760  4010 ts_tablet_manager.cc:1929] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:34.917225  4010 log.cc:1199] T 94143b14381e4477a0e51d0f66283f3d P 39bf0359a3df44fbae3368e61558c5e3: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-2-root/wals/94143b14381e4477a0e51d0f66283f3d
I20260630 12:34:34.914848  3456 consensus_queue.cc:237] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [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: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } }
I20260630 12:34:34.919879  3339 catalog_manager.cc:5028] TS 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): tablet 94143b14381e4477a0e51d0f66283f3d (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:34.923669  3762 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:34.924882  3996 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.926124  3606 raft_consensus.cc:1275] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:34.927426  3985 consensus_queue.cc:1048] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:34.931895  4003 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.935539  3762 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.941430  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 77b09035aa0c482fa6b863cba57853cf with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:34.936056  3456 consensus_queue.cc:237] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [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: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } }
I20260630 12:34:34.945164  3352 catalog_manager.cc:5697] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:34.936673  3606 raft_consensus.cc:2955] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "bdbc099c7eec40f79754b0570625d527" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33083 } attrs { promote: false } } }
I20260630 12:34:34.948091  3605 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:34.948163  3531 raft_consensus.cc:1275] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Refusing update from remote peer 952d4c363e844f18b57846af0d6f5511: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:34.949512  3996 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:34.952044  4003 consensus_queue.cc:1048] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [LEADER]: Connected to new peer: Peer: permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:34.958355  4003 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.960470  3519 tablet_service.cc:1558] Processing DeleteTablet for tablet 77b09035aa0c482fa6b863cba57853cf with delete_type TABLET_DATA_TOMBSTONED (TS 244077ca284a43ca82bdd064c08e9c2f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36728
I20260630 12:34:34.961884  3605 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.968551  3531 raft_consensus.cc:2955] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } } }
I20260630 12:34:34.976635  3339 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 354539baeddb4d48b660c424267ce69c with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:34.981204  3351 catalog_manager.cc:5697] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 reported cstate change: config changed from index 4 to 5, VOTER bdbc099c7eec40f79754b0570625d527 (127.0.111.68) evicted. New cstate: current_term: 2 leader_uuid: "952d4c363e844f18b57846af0d6f5511" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "39bf0359a3df44fbae3368e61558c5e3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "952d4c363e844f18b57846af0d6f5511" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "244077ca284a43ca82bdd064c08e9c2f" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 40947 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:34.982726  4012 tablet_replica.cc:333] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:34.983690  4012 raft_consensus.cc:2243] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:34.984323  4012 raft_consensus.cc:2272] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:34.987386  4012 ts_tablet_manager.cc:1916] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:34.991566  3752 tablet_service.cc:1558] Processing DeleteTablet for tablet 354539baeddb4d48b660c424267ce69c with delete_type TABLET_DATA_TOMBSTONED (TS bdbc099c7eec40f79754b0570625d527 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58782
I20260630 12:34:34.992772  3997 tablet_replica.cc:333] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:34.993641  3997 raft_consensus.cc:2243] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:34.994247  3997 raft_consensus.cc:2272] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:34.996884  3997 ts_tablet_manager.cc:1916] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:35.001818  4012 ts_tablet_manager.cc:1929] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:35.002203  4012 log.cc:1199] T 77b09035aa0c482fa6b863cba57853cf P 244077ca284a43ca82bdd064c08e9c2f: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-1-root/wals/77b09035aa0c482fa6b863cba57853cf
I20260630 12:34:35.003672  3342 catalog_manager.cc:5028] TS 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): tablet 77b09035aa0c482fa6b863cba57853cf (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:35.008226  3997 ts_tablet_manager.cc:1929] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:34:35.008515  3997 log.cc:1199] T 354539baeddb4d48b660c424267ce69c P bdbc099c7eec40f79754b0570625d527: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822785200141-445-0/minicluster-data/ts-3-root/wals/354539baeddb4d48b660c424267ce69c
I20260630 12:34:35.009586  3342 catalog_manager.cc:5028] TS bdbc099c7eec40f79754b0570625d527 (127.0.111.68:33083): tablet 354539baeddb4d48b660c424267ce69c (table range_aware_rebalance_new_range [id=92e2756dd2af463184248914042b33e8]) successfully deleted
I20260630 12:34:35.851737   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:34:35.873953   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:35.874693   445 tablet_replica.cc:333] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.875459   445 raft_consensus.cc:2243] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.875994   445 raft_consensus.cc:2272] T 4950802149b548afbcfd2c57450c61ad P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.877995   445 tablet_replica.cc:333] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.878539   445 raft_consensus.cc:2243] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.878925   445 raft_consensus.cc:2272] T f87956bcaaa94c6fab58b6f798f3b505 P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.880908   445 tablet_replica.cc:333] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.881564   445 raft_consensus.cc:2243] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.882066   445 raft_consensus.cc:2272] T f73dd32e213c4e3d9848befd1a04693a P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.884186   445 tablet_replica.cc:333] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.884716   445 raft_consensus.cc:2243] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.885535   445 raft_consensus.cc:2272] T 7a18f83a6fb8461fa8219beea197ecb1 P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.887260   445 tablet_replica.cc:333] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.887717   445 raft_consensus.cc:2243] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.888149   445 raft_consensus.cc:2272] T f7695f28b301464e942c5bb61e5e9aed P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.889992   445 tablet_replica.cc:333] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.890468   445 raft_consensus.cc:2243] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.891515   445 raft_consensus.cc:2272] T bed5b29719b64af6a4744e430e6825ef P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.894029   445 tablet_replica.cc:333] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.894737   445 raft_consensus.cc:2243] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.895272   445 raft_consensus.cc:2272] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.897145   445 tablet_replica.cc:333] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.897625   445 raft_consensus.cc:2243] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.898072   445 raft_consensus.cc:2272] T b7cecf4a8bed48678e85b2245f5668bf P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.899775   445 tablet_replica.cc:333] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.900236   445 raft_consensus.cc:2243] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:35.900660   445 raft_consensus.cc:2272] T c20154087fdc4c1eabee265515f4d6be P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.902608   445 tablet_replica.cc:333] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.903025   445 raft_consensus.cc:2243] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.903801   445 raft_consensus.cc:2272] T 354539baeddb4d48b660c424267ce69c P 952d4c363e844f18b57846af0d6f5511 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.905850   445 tablet_replica.cc:333] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.906334   445 raft_consensus.cc:2243] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.907109   445 raft_consensus.cc:2272] T 94143b14381e4477a0e51d0f66283f3d P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.908963   445 tablet_replica.cc:333] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511: stopping tablet replica
I20260630 12:34:35.909402   445 raft_consensus.cc:2243] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.910190   445 raft_consensus.cc:2272] T 77b09035aa0c482fa6b863cba57853cf P 952d4c363e844f18b57846af0d6f5511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.937264   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:34:35.968273   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:34:35.991853   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:35.992537   445 tablet_replica.cc:333] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:35.993175   445 raft_consensus.cc:2243] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.994815   445 raft_consensus.cc:2272] T faa40f8a081e4986ad7c7faeafc8d127 P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:35.997452   445 tablet_replica.cc:333] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:35.998347   445 raft_consensus.cc:2243] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:35.999467   445 raft_consensus.cc:2272] T 4950802149b548afbcfd2c57450c61ad P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.002115   445 tablet_replica.cc:333] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.002815   445 raft_consensus.cc:2243] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.004000   445 raft_consensus.cc:2272] T bed5b29719b64af6a4744e430e6825ef P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.006716   445 tablet_replica.cc:333] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.007419   445 raft_consensus.cc:2243] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.007930   445 raft_consensus.cc:2272] T 49ed24927a0f427e8e3f1da34433f4a6 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.010279   445 tablet_replica.cc:333] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.010993   445 raft_consensus.cc:2243] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.011534   445 raft_consensus.cc:2272] T b7cecf4a8bed48678e85b2245f5668bf P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.013823   445 tablet_replica.cc:333] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.014503   445 raft_consensus.cc:2243] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.015552   445 raft_consensus.cc:2272] T c20154087fdc4c1eabee265515f4d6be P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.018036   445 tablet_replica.cc:333] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.018498   445 raft_consensus.cc:2243] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.018821   445 raft_consensus.cc:2272] T f7695f28b301464e942c5bb61e5e9aed P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.021032   445 tablet_replica.cc:333] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.021490   445 raft_consensus.cc:2243] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.022662   445 raft_consensus.cc:2272] T 7a18f83a6fb8461fa8219beea197ecb1 P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.024286   445 tablet_replica.cc:333] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.024777   445 raft_consensus.cc:2243] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.025221   445 raft_consensus.cc:2272] T a87e00eaac144bee8805616d661508bc P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.026854   445 tablet_replica.cc:333] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.027304   445 raft_consensus.cc:2243] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.027828   445 raft_consensus.cc:2272] T 354539baeddb4d48b660c424267ce69c P 244077ca284a43ca82bdd064c08e9c2f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.029443   445 tablet_replica.cc:333] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.029870   445 raft_consensus.cc:2243] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.030426   445 raft_consensus.cc:2272] T 94143b14381e4477a0e51d0f66283f3d P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.032159   445 tablet_replica.cc:333] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f: stopping tablet replica
I20260630 12:34:36.032537   445 raft_consensus.cc:2243] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.033097   445 raft_consensus.cc:2272] T bd322932a7a64d37bd687ed7867d2e5e P 244077ca284a43ca82bdd064c08e9c2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.066028   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:34:36.091398   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:34:36.115971   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:36.117066   445 tablet_replica.cc:333] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
W20260630 12:34:36.117357  3572 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.66:40947: connect: Connection refused (error 111) [suppressed 7 similar messages]
I20260630 12:34:36.117969   445 raft_consensus.cc:2243] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.119079   445 raft_consensus.cc:2272] T f87956bcaaa94c6fab58b6f798f3b505 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:36.120746  3572 consensus_peers.cc:597] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 -> Peer 244077ca284a43ca82bdd064c08e9c2f (127.0.111.66:40947): Couldn't send request to peer 244077ca284a43ca82bdd064c08e9c2f. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.66:40947: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.121577   445 tablet_replica.cc:333] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.122073   445 raft_consensus.cc:2243] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.122488   445 raft_consensus.cc:2272] T 49ed24927a0f427e8e3f1da34433f4a6 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.123631  3408 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:34:36.124804   445 tablet_replica.cc:333] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.125452   445 raft_consensus.cc:2243] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.126094   445 raft_consensus.cc:2272] T c20154087fdc4c1eabee265515f4d6be P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.128160   445 tablet_replica.cc:333] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.128979   445 raft_consensus.cc:2243] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.129501   445 raft_consensus.cc:2272] T faa40f8a081e4986ad7c7faeafc8d127 P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.131697   445 tablet_replica.cc:333] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.132138   445 raft_consensus.cc:2243] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus shutting down.
W20260630 12:34:36.132501  3569 consensus_peers.cc:597] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 -> Peer 952d4c363e844f18b57846af0d6f5511 (127.0.111.65:34069): Couldn't send request to peer 952d4c363e844f18b57846af0d6f5511. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34069: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.133234   445 raft_consensus.cc:2272] T 354539baeddb4d48b660c424267ce69c P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.135016   445 tablet_replica.cc:333] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.135545   445 raft_consensus.cc:2243] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.136183   445 raft_consensus.cc:2272] T 77b09035aa0c482fa6b863cba57853cf P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.137022  3408 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:34:36.137545  3408 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.138072   445 tablet_replica.cc:333] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.138589   445 raft_consensus.cc:2243] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.139321   445 raft_consensus.cc:2272] T bd322932a7a64d37bd687ed7867d2e5e P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.141175   445 tablet_replica.cc:333] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.141654   445 raft_consensus.cc:2243] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.142006   445 raft_consensus.cc:2272] T 9ff5a4c7465f4abb9718e821c0ab7f5f P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.143833   445 tablet_replica.cc:333] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.144294   445 raft_consensus.cc:2243] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.144771   445 raft_consensus.cc:2272] T 7a18f83a6fb8461fa8219beea197ecb1 P 39bf0359a3df44fbae3368e61558c5e3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.146481   445 tablet_replica.cc:333] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.146898   445 raft_consensus.cc:2243] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.147287   445 raft_consensus.cc:2272] T f73dd32e213c4e3d9848befd1a04693a P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.149154   445 tablet_replica.cc:333] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.149566   445 raft_consensus.cc:2243] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.150230   445 raft_consensus.cc:2272] T f7695f28b301464e942c5bb61e5e9aed P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.151991   445 tablet_replica.cc:333] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3: stopping tablet replica
I20260630 12:34:36.152443   445 raft_consensus.cc:2243] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.153132   445 raft_consensus.cc:2272] T a87e00eaac144bee8805616d661508bc P 39bf0359a3df44fbae3368e61558c5e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.185366   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
W20260630 12:34:36.203683  3721 consensus_peers.cc:597] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 -> Peer 39bf0359a3df44fbae3368e61558c5e3 (127.0.111.67:34723): Couldn't send request to peer 39bf0359a3df44fbae3368e61558c5e3. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.67:34723: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.212234   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:34:36.231573   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:36.232203   445 tablet_replica.cc:333] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.232779   445 raft_consensus.cc:2243] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.233363   445 raft_consensus.cc:2272] T 77b09035aa0c482fa6b863cba57853cf P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.235230   445 tablet_replica.cc:333] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.235744   445 raft_consensus.cc:2243] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.236263   445 raft_consensus.cc:2272] T bd322932a7a64d37bd687ed7867d2e5e P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.237931   445 tablet_replica.cc:333] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.238397   445 raft_consensus.cc:2243] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.239082   445 raft_consensus.cc:2272] T 9ff5a4c7465f4abb9718e821c0ab7f5f P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.240800   445 tablet_replica.cc:333] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.241276   445 raft_consensus.cc:2243] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.241878   445 raft_consensus.cc:2272] T a87e00eaac144bee8805616d661508bc P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.243645   445 tablet_replica.cc:333] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.244076   445 raft_consensus.cc:2243] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.244803   445 raft_consensus.cc:2272] T f73dd32e213c4e3d9848befd1a04693a P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.246420   445 tablet_replica.cc:333] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.246872   445 raft_consensus.cc:2243] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.247598   445 raft_consensus.cc:2272] T 49ed24927a0f427e8e3f1da34433f4a6 P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.249300   445 tablet_replica.cc:333] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.249761   445 raft_consensus.cc:2243] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.250267   445 raft_consensus.cc:2272] T bed5b29719b64af6a4744e430e6825ef P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.251941   445 tablet_replica.cc:333] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.252390   445 raft_consensus.cc:2243] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.253070   445 raft_consensus.cc:2272] T b7cecf4a8bed48678e85b2245f5668bf P bdbc099c7eec40f79754b0570625d527 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.254709   445 tablet_replica.cc:333] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.255221   445 raft_consensus.cc:2243] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.255599   445 raft_consensus.cc:2272] T f87956bcaaa94c6fab58b6f798f3b505 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.257182   445 tablet_replica.cc:333] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.257592   445 raft_consensus.cc:2243] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.257942   445 raft_consensus.cc:2272] T 4950802149b548afbcfd2c57450c61ad P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.259645   445 tablet_replica.cc:333] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.260046   445 raft_consensus.cc:2243] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.260468   445 raft_consensus.cc:2272] T 94143b14381e4477a0e51d0f66283f3d P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.262223   445 tablet_replica.cc:333] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527: stopping tablet replica
I20260630 12:34:36.262667   445 raft_consensus.cc:2243] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.263079   445 raft_consensus.cc:2272] T faa40f8a081e4986ad7c7faeafc8d127 P bdbc099c7eec40f79754b0570625d527 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.293439   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:34:36.317515   445 master.cc:562] Master@127.0.111.126:43915 shutting down...
I20260630 12:34:36.334359   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.334887   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.335240   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 66c87066d1f6430ba5b9a56885911aa9: stopping tablet replica
I20260630 12:34:36.354693   445 master.cc:584] Master@127.0.111.126:43915 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (10588 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:34:36.402504   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:45101
I20260630 12:34:36.403594   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.408579  4021 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
W20260630 12:34:36.408605  4022 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
W20260630 12:34:36.411067  4024 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
I20260630 12:34:36.411407   445 server_base.cc:1061] running on GCE node
I20260630 12:34:36.412657   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.412828   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:36.412979   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822876412962 us; error 0 us; skew 500 ppm
I20260630 12:34:36.413446   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.415766   445 webserver.cc:533] Webserver started at http://127.0.111.126:44885/ using document root <none> and password file <none>
I20260630 12:34:36.416208   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.416379   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.416664   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.417757   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "b7c38f18384c474da59d50e751e2aef0"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.421931   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:36.424980  4029 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.425612   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:36.425869   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "b7c38f18384c474da59d50e751e2aef0"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.426105   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-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)
I20260630 12:34:36.437816   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.438897   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.473522   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:45101
I20260630 12:34:36.473625  4080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:45101 every 8 connection(s)
I20260630 12:34:36.477126  4081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.487061  4081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0: Bootstrap starting.
I20260630 12:34:36.491504  4081 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:36.495318  4081 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0: No bootstrap required, opened a new log
I20260630 12:34:36.497299  4081 raft_consensus.cc:359] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER }
I20260630 12:34:36.497681  4081 raft_consensus.cc:385] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:36.497889  4081 raft_consensus.cc:740] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7c38f18384c474da59d50e751e2aef0, State: Initialized, Role: FOLLOWER
I20260630 12:34:36.498409  4081 consensus_queue.cc:260] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER }
I20260630 12:34:36.498838  4081 raft_consensus.cc:399] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:36.499030  4081 raft_consensus.cc:493] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:36.499303  4081 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:36.503302  4081 raft_consensus.cc:515] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER }
I20260630 12:34:36.503762  4081 leader_election.cc:304] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [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: b7c38f18384c474da59d50e751e2aef0; no voters: 
I20260630 12:34:36.504760  4081 leader_election.cc:290] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:36.505152  4084 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:36.506340  4084 raft_consensus.cc:697] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 1 LEADER]: Becoming Leader. State: Replica: b7c38f18384c474da59d50e751e2aef0, State: Running, Role: LEADER
I20260630 12:34:36.506889  4084 consensus_queue.cc:237] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [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: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER }
I20260630 12:34:36.507504  4081 sys_catalog.cc:565] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:36.511188  4086 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b7c38f18384c474da59d50e751e2aef0. Latest consensus state: current_term: 1 leader_uuid: "b7c38f18384c474da59d50e751e2aef0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER } }
I20260630 12:34:36.511765  4086 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:36.512403  4085 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b7c38f18384c474da59d50e751e2aef0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7c38f18384c474da59d50e751e2aef0" member_type: VOTER } }
I20260630 12:34:36.513190  4085 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:36.516147  4092 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:36.521250  4092 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:36.523466   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:36.529387  4092 catalog_manager.cc:1383] Generated new cluster ID: c0fb2e9e0e664656a3e2132879530974
I20260630 12:34:36.529628  4092 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:36.566555  4092 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:36.567773  4092 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:36.581629  4092 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0: Generated new TSK 0
I20260630 12:34:36.582188  4092 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:36.590179   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.595778  4102 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
W20260630 12:34:36.596801  4103 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
W20260630 12:34:36.597930  4105 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
I20260630 12:34:36.598600   445 server_base.cc:1061] running on GCE node
I20260630 12:34:36.599357   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.599546   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:36.599690   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822876599673 us; error 0 us; skew 500 ppm
I20260630 12:34:36.600143   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.602214   445 webserver.cc:533] Webserver started at http://127.0.111.65:34321/ using document root <none> and password file <none>
I20260630 12:34:36.602648   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.602828   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.603058   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.604092   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "51df2f88bc40494dac36166a793c176f"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.608078   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:36.611052  4110 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.611754   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:36.612008   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "51df2f88bc40494dac36166a793c176f"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.612260   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-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)
I20260630 12:34:36.625069   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.626112   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.627476   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.629570   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.629776   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.629988   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.630147   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.666132   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:41033
I20260630 12:34:36.666255  4172 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:41033 every 8 connection(s)
I20260630 12:34:36.670778   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.676843  4177 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
W20260630 12:34:36.677534  4178 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
I20260630 12:34:36.680176   445 server_base.cc:1061] running on GCE node
W20260630 12:34:36.680512  4181 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
I20260630 12:34:36.681502   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.681762   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:36.681964   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822876681944 us; error 0 us; skew 500 ppm
I20260630 12:34:36.682588   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.683003  4173 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45101
I20260630 12:34:36.683406  4173 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.684226  4173 heartbeater.cc:507] Master 127.0.111.126:45101 requested a full tablet report, sending...
I20260630 12:34:36.685101   445 webserver.cc:533] Webserver started at http://127.0.111.66:44711/ using document root <none> and password file <none>
I20260630 12:34:36.685678   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.685902   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.686224   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.686261  4046 ts_manager.cc:194] Registered new tserver with Master: 51df2f88bc40494dac36166a793c176f (127.0.111.65:41033)
I20260630 12:34:36.687821   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "265f64e4a1d84795af858ed1400594ce"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.688642  4046 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41436
I20260630 12:34:36.692613   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:36.695684  4185 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.696374   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:36.696622   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "265f64e4a1d84795af858ed1400594ce"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.696864   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-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)
I20260630 12:34:36.707444   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.708563   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.709918   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.711946   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.712136   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.712337   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.712481   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.749555   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:43489
I20260630 12:34:36.749651  4247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:43489 every 8 connection(s)
I20260630 12:34:36.754500   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.761384  4251 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
W20260630 12:34:36.761741  4252 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
I20260630 12:34:36.764451   445 server_base.cc:1061] running on GCE node
W20260630 12:34:36.765252  4255 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
I20260630 12:34:36.765947  4248 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45101
I20260630 12:34:36.766263  4248 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.766273   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.766628   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:36.766782   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822876766766 us; error 0 us; skew 500 ppm
I20260630 12:34:36.767067  4248 heartbeater.cc:507] Master 127.0.111.126:45101 requested a full tablet report, sending...
I20260630 12:34:36.767371   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.768910  4046 ts_manager.cc:194] Registered new tserver with Master: 265f64e4a1d84795af858ed1400594ce (127.0.111.66:43489)
I20260630 12:34:36.769927   445 webserver.cc:533] Webserver started at http://127.0.111.67:39179/ using document root <none> and password file <none>
I20260630 12:34:36.770291  4046 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41442
I20260630 12:34:36.770414   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.770673   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.770913   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.772075   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "8dd6278d809b4739950267c8abeb06ca"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.776039   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:34:36.778862  4259 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.779534   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:36.779795   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "8dd6278d809b4739950267c8abeb06ca"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.780054   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-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)
I20260630 12:34:36.821949   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.823057   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.824431   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.826550   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.826749   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.826956   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.827104   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.863080   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:41147
I20260630 12:34:36.863193  4321 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:41147 every 8 connection(s)
I20260630 12:34:36.867435   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:36.873291  4325 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
W20260630 12:34:36.874436  4326 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
W20260630 12:34:36.877398  4328 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
I20260630 12:34:36.878021   445 server_base.cc:1061] running on GCE node
I20260630 12:34:36.878279  4322 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45101
I20260630 12:34:36.878665  4322 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.878888   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:36.879115   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:36.879328   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822876879310 us; error 0 us; skew 500 ppm
I20260630 12:34:36.879391  4322 heartbeater.cc:507] Master 127.0.111.126:45101 requested a full tablet report, sending...
I20260630 12:34:36.879886   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:36.881422  4046 ts_manager.cc:194] Registered new tserver with Master: 8dd6278d809b4739950267c8abeb06ca (127.0.111.67:41147)
I20260630 12:34:36.882472   445 webserver.cc:533] Webserver started at http://127.0.111.68:46699/ using document root <none> and password file <none>
I20260630 12:34:36.883085   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:36.883157  4046 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41452
I20260630 12:34:36.883421   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:36.883782   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:36.885000   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "80dd1303c3b0492b83a0f02de6128880"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.889031   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:34:36.891996  4333 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.892707   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:36.892964   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "80dd1303c3b0492b83a0f02de6128880"
format_stamp: "Formatted at 2026-06-30 12:34:36 on dist-test-slave-rw3v"
I20260630 12:34:36.893332   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822785200141-445-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)
I20260630 12:34:36.911201   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:36.912343   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:36.913736   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:36.915802   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:36.915995   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.916210   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:36.916356   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:36.952963   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:33663
I20260630 12:34:36.953073  4395 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:33663 every 8 connection(s)
I20260630 12:34:36.965984  4396 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45101
I20260630 12:34:36.966347  4396 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:36.967056  4396 heartbeater.cc:507] Master 127.0.111.126:45101 requested a full tablet report, sending...
I20260630 12:34:36.969136  4046 ts_manager.cc:194] Registered new tserver with Master: 80dd1303c3b0492b83a0f02de6128880 (127.0.111.68:33663)
I20260630 12:34:36.969769   445 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013786747s
I20260630 12:34:36.970463  4046 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41466
I20260630 12:34:37.691098  4173 heartbeater.cc:499] Master 127.0.111.126:45101 was elected leader, sending a full tablet report...
I20260630 12:34:37.772493  4248 heartbeater.cc:499] Master 127.0.111.126:45101 was elected leader, sending a full tablet report...
I20260630 12:34:37.885465  4322 heartbeater.cc:499] Master 127.0.111.126:45101 was elected leader, sending a full tablet report...
I20260630 12:34:37.972759  4396 heartbeater.cc:499] Master 127.0.111.126:45101 was elected leader, sending a full tablet report...
I20260630 12:34:38.033171  4046 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41488:
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"
    }
  }
}
I20260630 12:34:38.072393  4138 tablet_service.cc:1511] Processing CreateTablet for tablet 79c08a1600154a47a15c99b8f13f1384 (DEFAULT_TABLE table=test-workload [id=40447ef6a8fe48bfa556fe9a4436ca53]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:38.073643  4138 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79c08a1600154a47a15c99b8f13f1384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:38.079053  4213 tablet_service.cc:1511] Processing CreateTablet for tablet 79c08a1600154a47a15c99b8f13f1384 (DEFAULT_TABLE table=test-workload [id=40447ef6a8fe48bfa556fe9a4436ca53]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:38.079556  4361 tablet_service.cc:1511] Processing CreateTablet for tablet 79c08a1600154a47a15c99b8f13f1384 (DEFAULT_TABLE table=test-workload [id=40447ef6a8fe48bfa556fe9a4436ca53]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:38.080380  4213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79c08a1600154a47a15c99b8f13f1384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:38.080677  4361 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79c08a1600154a47a15c99b8f13f1384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:38.088132  4417 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: Bootstrap starting.
I20260630 12:34:38.093019  4417 tablet_bootstrap.cc:654] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:38.096287  4418 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: Bootstrap starting.
I20260630 12:34:38.098127  4419 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: Bootstrap starting.
I20260630 12:34:38.100955  4417 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: No bootstrap required, opened a new log
I20260630 12:34:38.101439  4417 ts_tablet_manager.cc:1403] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.001s
I20260630 12:34:38.102360  4418 tablet_bootstrap.cc:654] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:38.102986  4419 tablet_bootstrap.cc:654] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:38.104305  4417 raft_consensus.cc:359] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.105032  4417 raft_consensus.cc:385] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:38.105437  4417 raft_consensus.cc:740] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 51df2f88bc40494dac36166a793c176f, State: Initialized, Role: FOLLOWER
I20260630 12:34:38.106344  4417 consensus_queue.cc:260] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.107873  4419 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: No bootstrap required, opened a new log
I20260630 12:34:38.108330  4419 ts_tablet_manager.cc:1403] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: Time spent bootstrapping tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:34:38.109522  4418 tablet_bootstrap.cc:492] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: No bootstrap required, opened a new log
I20260630 12:34:38.109959  4418 ts_tablet_manager.cc:1403] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:34:38.111166  4417 ts_tablet_manager.cc:1434] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.008s
I20260630 12:34:38.111496  4419 raft_consensus.cc:359] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.112681  4419 raft_consensus.cc:385] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:38.112601  4418 raft_consensus.cc:359] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.113047  4419 raft_consensus.cc:740] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80dd1303c3b0492b83a0f02de6128880, State: Initialized, Role: FOLLOWER
I20260630 12:34:38.113396  4418 raft_consensus.cc:385] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:38.113796  4418 raft_consensus.cc:740] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 265f64e4a1d84795af858ed1400594ce, State: Initialized, Role: FOLLOWER
I20260630 12:34:38.113860  4419 consensus_queue.cc:260] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.114602  4418 consensus_queue.cc:260] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.117044  4419 ts_tablet_manager.cc:1434] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:34:38.119118  4418 ts_tablet_manager.cc:1434] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.005s
I20260630 12:34:38.160393  4424 raft_consensus.cc:493] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:38.160830  4424 raft_consensus.cc:515] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.162858  4424 leader_election.cc:290] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 51df2f88bc40494dac36166a793c176f (127.0.111.65:41033), 265f64e4a1d84795af858ed1400594ce (127.0.111.66:43489)
I20260630 12:34:38.172770  4223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79c08a1600154a47a15c99b8f13f1384" candidate_uuid: "80dd1303c3b0492b83a0f02de6128880" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "265f64e4a1d84795af858ed1400594ce" is_pre_election: true
I20260630 12:34:38.172878  4148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79c08a1600154a47a15c99b8f13f1384" candidate_uuid: "80dd1303c3b0492b83a0f02de6128880" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "51df2f88bc40494dac36166a793c176f" is_pre_election: true
I20260630 12:34:38.173448  4223 raft_consensus.cc:2468] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80dd1303c3b0492b83a0f02de6128880 in term 0.
I20260630 12:34:38.173607  4148 raft_consensus.cc:2468] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80dd1303c3b0492b83a0f02de6128880 in term 0.
I20260630 12:34:38.174638  4334 leader_election.cc:304] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [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: 265f64e4a1d84795af858ed1400594ce, 80dd1303c3b0492b83a0f02de6128880; no voters: 
I20260630 12:34:38.175320  4424 raft_consensus.cc:2804] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:38.175585  4424 raft_consensus.cc:493] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:38.175848  4424 raft_consensus.cc:3060] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.180311  4424 raft_consensus.cc:515] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.181979  4424 leader_election.cc:290] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [CANDIDATE]: Term 1 election: Requested vote from peers 51df2f88bc40494dac36166a793c176f (127.0.111.65:41033), 265f64e4a1d84795af858ed1400594ce (127.0.111.66:43489)
I20260630 12:34:38.182585  4148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79c08a1600154a47a15c99b8f13f1384" candidate_uuid: "80dd1303c3b0492b83a0f02de6128880" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "51df2f88bc40494dac36166a793c176f"
I20260630 12:34:38.182873  4223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79c08a1600154a47a15c99b8f13f1384" candidate_uuid: "80dd1303c3b0492b83a0f02de6128880" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "265f64e4a1d84795af858ed1400594ce"
I20260630 12:34:38.183180  4148 raft_consensus.cc:3060] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.183429  4223 raft_consensus.cc:3060] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:38.189913  4223 raft_consensus.cc:2468] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80dd1303c3b0492b83a0f02de6128880 in term 1.
I20260630 12:34:38.189916  4148 raft_consensus.cc:2468] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80dd1303c3b0492b83a0f02de6128880 in term 1.
I20260630 12:34:38.191053  4334 leader_election.cc:304] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [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: 265f64e4a1d84795af858ed1400594ce, 80dd1303c3b0492b83a0f02de6128880; no voters: 
I20260630 12:34:38.191684  4424 raft_consensus.cc:2804] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:38.192687  4424 raft_consensus.cc:697] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 1 LEADER]: Becoming Leader. State: Replica: 80dd1303c3b0492b83a0f02de6128880, State: Running, Role: LEADER
I20260630 12:34:38.193257  4424 consensus_queue.cc:237] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [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: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } }
I20260630 12:34:38.201030  4044 catalog_manager.cc:5697] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 reported cstate change: term changed from 0 to 1, leader changed from <none> to 80dd1303c3b0492b83a0f02de6128880 (127.0.111.68). New cstate: current_term: 1 leader_uuid: "80dd1303c3b0492b83a0f02de6128880" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80dd1303c3b0492b83a0f02de6128880" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 33663 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:38.523500  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:38.525295  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:38.525689  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:38.752136  4430 consensus_queue.cc:1048] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51df2f88bc40494dac36166a793c176f" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41033 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:38.762197  4434 consensus_queue.cc:1048] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [LEADER]: Connected to new peer: Peer: permanent_uuid: "265f64e4a1d84795af858ed1400594ce" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:40.526700  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:40.527989  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:40.528278  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:42.529386  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:42.530628  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:42.530879  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:44.531783  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:44.532964  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:44.533214  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:46.534236  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:46.535769  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:46.536015  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:48.536917  4099 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:48.538151  4099 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:48.538414  4099 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:49.291975   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:34:49.316557   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:49.317291   445 tablet_replica.cc:333] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f: stopping tablet replica
I20260630 12:34:49.317867   445 raft_consensus.cc:2243] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:49.318459   445 raft_consensus.cc:2272] T 79c08a1600154a47a15c99b8f13f1384 P 51df2f88bc40494dac36166a793c176f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:49.338308   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:34:49.351122   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:34:49.369594   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:49.370263   445 tablet_replica.cc:333] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce: stopping tablet replica
I20260630 12:34:49.370813   445 raft_consensus.cc:2243] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:49.371330   445 raft_consensus.cc:2272] T 79c08a1600154a47a15c99b8f13f1384 P 265f64e4a1d84795af858ed1400594ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:49.390797   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:34:49.401026   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:34:49.418468   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:34:49.421904  4334 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43489: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:34:49.425707  4334 consensus_peers.cc:597] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 -> Peer 265f64e4a1d84795af858ed1400594ce (127.0.111.66:43489): Couldn't send request to peer 265f64e4a1d84795af858ed1400594ce. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:49.435012   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:34:49.443409   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:34:49.460018   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:49.460639   445 tablet_replica.cc:333] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880: stopping tablet replica
I20260630 12:34:49.461129   445 raft_consensus.cc:2243] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:49.461941   445 raft_consensus.cc:2272] T 79c08a1600154a47a15c99b8f13f1384 P 80dd1303c3b0492b83a0f02de6128880 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:49.480736   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:34:49.490594   445 master.cc:562] Master@127.0.111.126:45101 shutting down...
I20260630 12:34:49.507350   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:49.507982   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:49.508281   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P b7c38f18384c474da59d50e751e2aef0: stopping tablet replica
I20260630 12:34:49.526088   445 master.cc:584] Master@127.0.111.126:45101 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13157 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:34:49.559984   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:46563
I20260630 12:34:49.561040   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:49.566449  4447 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
W20260630 12:34:49.566849  4448 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
W20260630 12:34:49.567132  4450 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
I20260630 12:34:49.567781   445 server_base.cc:1061] running on GCE node
I20260630 12:34:49.568513   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:49.568687   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:49.568838   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822889568822 us; error 0 us; skew 500 ppm
I20260630 12:34:49.569329   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:49.571573   445 webserver.cc:533] Webserver started at http://127.0.111.126:42593/ using document root <none> and password file <none>
I20260630 12:34:49.572038   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:49.572203   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:49.572484   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:49.573562   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "67a3bdeb94424930a429b404cff7aaa3"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.577677   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:34:49.580791  4455 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.581437   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:49.581689   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "67a3bdeb94424930a429b404cff7aaa3"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.581938   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-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)
I20260630 12:34:49.607254   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:49.608379   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:49.643712   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:46563
I20260630 12:34:49.643819  4506 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:46563 every 8 connection(s)
I20260630 12:34:49.647552  4507 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:49.657994  4507 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3: Bootstrap starting.
I20260630 12:34:49.662367  4507 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:49.666355  4507 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3: No bootstrap required, opened a new log
I20260630 12:34:49.668480  4507 raft_consensus.cc:359] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER }
I20260630 12:34:49.668886  4507 raft_consensus.cc:385] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:49.669123  4507 raft_consensus.cc:740] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67a3bdeb94424930a429b404cff7aaa3, State: Initialized, Role: FOLLOWER
I20260630 12:34:49.669701  4507 consensus_queue.cc:260] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER }
I20260630 12:34:49.670145  4507 raft_consensus.cc:399] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:49.670377  4507 raft_consensus.cc:493] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:49.670639  4507 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:49.674934  4507 raft_consensus.cc:515] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER }
I20260630 12:34:49.675441  4507 leader_election.cc:304] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [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: 67a3bdeb94424930a429b404cff7aaa3; no voters: 
I20260630 12:34:49.676822  4507 leader_election.cc:290] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:49.677088  4510 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:49.679584  4507 sys_catalog.cc:565] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:49.680233  4510 raft_consensus.cc:697] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 1 LEADER]: Becoming Leader. State: Replica: 67a3bdeb94424930a429b404cff7aaa3, State: Running, Role: LEADER
I20260630 12:34:49.680903  4510 consensus_queue.cc:237] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [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: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER }
I20260630 12:34:49.684078  4511 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "67a3bdeb94424930a429b404cff7aaa3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER } }
I20260630 12:34:49.684069  4512 sys_catalog.cc:455] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 67a3bdeb94424930a429b404cff7aaa3. Latest consensus state: current_term: 1 leader_uuid: "67a3bdeb94424930a429b404cff7aaa3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "67a3bdeb94424930a429b404cff7aaa3" member_type: VOTER } }
I20260630 12:34:49.684631  4511 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:49.684789  4512 sys_catalog.cc:458] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:49.688627  4517 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:49.694231  4517 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:49.695174   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:49.702700  4517 catalog_manager.cc:1383] Generated new cluster ID: 6746335604aa41dba4621cae83cf0331
I20260630 12:34:49.702965  4517 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:49.753986  4517 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:49.755198  4517 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:49.767410  4517 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3: Generated new TSK 0
I20260630 12:34:49.767940  4517 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:49.826081   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:49.831759  4528 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
W20260630 12:34:49.832489  4529 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
W20260630 12:34:49.834790  4531 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
I20260630 12:34:49.835045   445 server_base.cc:1061] running on GCE node
I20260630 12:34:49.835880   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:49.836071   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:49.836223   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822889836207 us; error 0 us; skew 500 ppm
I20260630 12:34:49.836665   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:49.838686   445 webserver.cc:533] Webserver started at http://127.0.111.65:42479/ using document root <none> and password file <none>
I20260630 12:34:49.839107   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:49.839326   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:49.839565   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:49.840553   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "81b82cdaae7146e7b52beb76e14d6f30"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.844547   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:49.847457  4536 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.848089   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:49.848356   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "81b82cdaae7146e7b52beb76e14d6f30"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.848606   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-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)
I20260630 12:34:49.858951   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:49.859972   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:49.861282   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:49.863677   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:49.863852   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.864017   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:49.864149   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.902055   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:37591
I20260630 12:34:49.902145  4598 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:37591 every 8 connection(s)
I20260630 12:34:49.906297   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:49.913364  4603 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
W20260630 12:34:49.914054  4604 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
I20260630 12:34:49.916220   445 server_base.cc:1061] running on GCE node
W20260630 12:34:49.916854  4607 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
I20260630 12:34:49.917659   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:49.917873   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:49.918067   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822889918050 us; error 0 us; skew 500 ppm
I20260630 12:34:49.918684   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:49.920671  4599 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46563
I20260630 12:34:49.921084  4599 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:49.921285   445 webserver.cc:533] Webserver started at http://127.0.111.66:42749/ using document root <none> and password file <none>
I20260630 12:34:49.921903   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:49.921907  4599 heartbeater.cc:507] Master 127.0.111.126:46563 requested a full tablet report, sending...
I20260630 12:34:49.922274   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:49.922631   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:49.923966   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "f7258e098c5249eebcde111fb867e053"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.924270  4472 ts_manager.cc:194] Registered new tserver with Master: 81b82cdaae7146e7b52beb76e14d6f30 (127.0.111.65:37591)
I20260630 12:34:49.926623  4472 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33920
I20260630 12:34:49.929358   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:34:49.932494  4611 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.933187   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:49.933437   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "f7258e098c5249eebcde111fb867e053"
format_stamp: "Formatted at 2026-06-30 12:34:49 on dist-test-slave-rw3v"
I20260630 12:34:49.933683   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-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)
I20260630 12:34:49.956039   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:49.957183   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:49.958525   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:49.960610   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:49.960781   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:49.961061   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:49.961215   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:50.000733   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:39157
I20260630 12:34:50.000823  4673 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:39157 every 8 connection(s)
I20260630 12:34:50.005060   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:50.011757  4677 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
W20260630 12:34:50.012813  4678 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
I20260630 12:34:50.016072   445 server_base.cc:1061] running on GCE node
I20260630 12:34:50.016199  4674 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46563
I20260630 12:34:50.016666  4674 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:50.016640  4680 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
I20260630 12:34:50.017583  4674 heartbeater.cc:507] Master 127.0.111.126:46563 requested a full tablet report, sending...
I20260630 12:34:50.017589   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:50.017928   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:50.018088   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822890018071 us; error 0 us; skew 500 ppm
I20260630 12:34:50.018718   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:50.019500  4472 ts_manager.cc:194] Registered new tserver with Master: f7258e098c5249eebcde111fb867e053 (127.0.111.66:39157)
I20260630 12:34:50.021016  4472 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33936
I20260630 12:34:50.021060   445 webserver.cc:533] Webserver started at http://127.0.111.67:42655/ using document root <none> and password file <none>
I20260630 12:34:50.021597   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:50.021799   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:50.022049   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:50.023450   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "4581d915e8c14a2bb8ce77d18e53b642"
format_stamp: "Formatted at 2026-06-30 12:34:50 on dist-test-slave-rw3v"
I20260630 12:34:50.027357   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:34:50.030216  4685 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:50.030879   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:50.031126   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "4581d915e8c14a2bb8ce77d18e53b642"
format_stamp: "Formatted at 2026-06-30 12:34:50 on dist-test-slave-rw3v"
I20260630 12:34:50.031416   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822785200141-445-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)
I20260630 12:34:50.041736   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:50.042738   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:50.044035   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:50.046010   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:50.046200   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:50.046406   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:50.046551   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:50.082544   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:38079
I20260630 12:34:50.082655  4747 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:38079 every 8 connection(s)
I20260630 12:34:50.095331  4748 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46563
I20260630 12:34:50.095652  4748 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:50.096276  4748 heartbeater.cc:507] Master 127.0.111.126:46563 requested a full tablet report, sending...
I20260630 12:34:50.097877  4472 ts_manager.cc:194] Registered new tserver with Master: 4581d915e8c14a2bb8ce77d18e53b642 (127.0.111.67:38079)
I20260630 12:34:50.098487   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012964781s
I20260630 12:34:50.099107  4472 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33938
I20260630 12:34:50.929433  4599 heartbeater.cc:499] Master 127.0.111.126:46563 was elected leader, sending a full tablet report...
I20260630 12:34:51.023504  4674 heartbeater.cc:499] Master 127.0.111.126:46563 was elected leader, sending a full tablet report...
I20260630 12:34:51.101456  4748 heartbeater.cc:499] Master 127.0.111.126:46563 was elected leader, sending a full tablet report...
I20260630 12:34:51.161137  4472 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46448:
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"
    }
  }
}
W20260630 12:34:51.162920  4472 catalog_manager.cc:7077] 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.
I20260630 12:34:51.200361  4639 tablet_service.cc:1511] Processing CreateTablet for tablet c2fd51b8d6684251be394762535f097d (DEFAULT_TABLE table=test-workload [id=347c15f8850c421289e7e6746d1a9b0a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:51.201184  4713 tablet_service.cc:1511] Processing CreateTablet for tablet c2fd51b8d6684251be394762535f097d (DEFAULT_TABLE table=test-workload [id=347c15f8850c421289e7e6746d1a9b0a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:51.201663  4639 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2fd51b8d6684251be394762535f097d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:51.202322  4713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2fd51b8d6684251be394762535f097d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:51.207093  4564 tablet_service.cc:1511] Processing CreateTablet for tablet c2fd51b8d6684251be394762535f097d (DEFAULT_TABLE table=test-workload [id=347c15f8850c421289e7e6746d1a9b0a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:34:51.208184  4564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c2fd51b8d6684251be394762535f097d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:51.219707  4770 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: Bootstrap starting.
I20260630 12:34:51.220269  4769 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: Bootstrap starting.
I20260630 12:34:51.223747  4771 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: Bootstrap starting.
I20260630 12:34:51.225469  4770 tablet_bootstrap.cc:654] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:51.225905  4769 tablet_bootstrap.cc:654] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:51.230427  4771 tablet_bootstrap.cc:654] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:51.231809  4770 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: No bootstrap required, opened a new log
I20260630 12:34:51.232179  4770 ts_tablet_manager.cc:1403] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:34:51.232348  4769 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: No bootstrap required, opened a new log
I20260630 12:34:51.232825  4769 ts_tablet_manager.cc:1403] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.007s
I20260630 12:34:51.234328  4770 raft_consensus.cc:359] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.234887  4770 raft_consensus.cc:385] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:51.235231  4770 raft_consensus.cc:740] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4581d915e8c14a2bb8ce77d18e53b642, State: Initialized, Role: FOLLOWER
I20260630 12:34:51.235859  4770 consensus_queue.cc:260] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.235719  4769 raft_consensus.cc:359] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.236557  4769 raft_consensus.cc:385] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:51.236863  4769 raft_consensus.cc:740] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7258e098c5249eebcde111fb867e053, State: Initialized, Role: FOLLOWER
I20260630 12:34:51.237759  4769 consensus_queue.cc:260] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.241231  4770 ts_tablet_manager.cc:1434] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260630 12:34:51.241386  4769 ts_tablet_manager.cc:1434] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.006s
I20260630 12:34:51.241585  4771 tablet_bootstrap.cc:492] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: No bootstrap required, opened a new log
I20260630 12:34:51.242025  4771 ts_tablet_manager.cc:1403] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.011s
I20260630 12:34:51.244438  4771 raft_consensus.cc:359] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.245131  4771 raft_consensus.cc:385] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:51.245417  4771 raft_consensus.cc:740] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81b82cdaae7146e7b52beb76e14d6f30, State: Initialized, Role: FOLLOWER
I20260630 12:34:51.246136  4771 consensus_queue.cc:260] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.248453  4771 ts_tablet_manager.cc:1434] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.002s
I20260630 12:34:51.253216  4775 raft_consensus.cc:493] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:51.253691  4775 raft_consensus.cc:515] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.256227  4775 leader_election.cc:290] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f7258e098c5249eebcde111fb867e053 (127.0.111.66:39157), 81b82cdaae7146e7b52beb76e14d6f30 (127.0.111.65:37591)
I20260630 12:34:51.267374  4649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2fd51b8d6684251be394762535f097d" candidate_uuid: "4581d915e8c14a2bb8ce77d18e53b642" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7258e098c5249eebcde111fb867e053" is_pre_election: true
I20260630 12:34:51.267978  4649 raft_consensus.cc:2468] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4581d915e8c14a2bb8ce77d18e53b642 in term 0.
I20260630 12:34:51.267959  4574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2fd51b8d6684251be394762535f097d" candidate_uuid: "4581d915e8c14a2bb8ce77d18e53b642" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81b82cdaae7146e7b52beb76e14d6f30" is_pre_election: true
I20260630 12:34:51.268735  4574 raft_consensus.cc:2468] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4581d915e8c14a2bb8ce77d18e53b642 in term 0.
I20260630 12:34:51.269250  4689 leader_election.cc:304] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [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: 4581d915e8c14a2bb8ce77d18e53b642, f7258e098c5249eebcde111fb867e053; no voters: 
I20260630 12:34:51.269968  4775 raft_consensus.cc:2804] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:51.270285  4775 raft_consensus.cc:493] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:51.270498  4775 raft_consensus.cc:3060] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:51.275171  4775 raft_consensus.cc:515] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.276558  4775 leader_election.cc:290] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [CANDIDATE]: Term 1 election: Requested vote from peers f7258e098c5249eebcde111fb867e053 (127.0.111.66:39157), 81b82cdaae7146e7b52beb76e14d6f30 (127.0.111.65:37591)
I20260630 12:34:51.277172  4649 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2fd51b8d6684251be394762535f097d" candidate_uuid: "4581d915e8c14a2bb8ce77d18e53b642" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7258e098c5249eebcde111fb867e053"
I20260630 12:34:51.277535  4574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c2fd51b8d6684251be394762535f097d" candidate_uuid: "4581d915e8c14a2bb8ce77d18e53b642" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81b82cdaae7146e7b52beb76e14d6f30"
I20260630 12:34:51.277701  4649 raft_consensus.cc:3060] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:51.278065  4574 raft_consensus.cc:3060] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:51.284866  4649 raft_consensus.cc:2468] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4581d915e8c14a2bb8ce77d18e53b642 in term 1.
I20260630 12:34:51.284947  4574 raft_consensus.cc:2468] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4581d915e8c14a2bb8ce77d18e53b642 in term 1.
I20260630 12:34:51.285986  4689 leader_election.cc:304] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [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: 4581d915e8c14a2bb8ce77d18e53b642, f7258e098c5249eebcde111fb867e053; no voters: 
I20260630 12:34:51.286584  4775 raft_consensus.cc:2804] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:51.287590  4775 raft_consensus.cc:697] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 1 LEADER]: Becoming Leader. State: Replica: 4581d915e8c14a2bb8ce77d18e53b642, State: Running, Role: LEADER
I20260630 12:34:51.288296  4775 consensus_queue.cc:237] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [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: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } }
I20260630 12:34:51.294147  4470 catalog_manager.cc:5697] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4581d915e8c14a2bb8ce77d18e53b642 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "4581d915e8c14a2bb8ce77d18e53b642" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4581d915e8c14a2bb8ce77d18e53b642" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38079 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:51.692059  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:51.694067  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:51.695366  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:51.695660  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:51.866470  4782 consensus_queue.cc:1048] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81b82cdaae7146e7b52beb76e14d6f30" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:51.880313  4782 consensus_queue.cc:1048] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7258e098c5249eebcde111fb867e053" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 39157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:52.700554  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:53.696542  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:53.697746  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:53.697988  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:53.708108  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
W20260630 12:34:54.497334  4595 debug-util.cc:398] Leaking SignalData structure 0x7b0800148360 after lost signal to thread 448
W20260630 12:34:54.498277  4595 debug-util.cc:398] Leaking SignalData structure 0x7b08000e7460 after lost signal to thread 4506
W20260630 12:34:54.499346  4595 debug-util.cc:398] Leaking SignalData structure 0x7b08001902c0 after lost signal to thread 4598
W20260630 12:34:54.500340  4595 debug-util.cc:398] Leaking SignalData structure 0x7b08000ef860 after lost signal to thread 4673
W20260630 12:34:54.501212  4595 debug-util.cc:398] Leaking SignalData structure 0x7b0800091e20 after lost signal to thread 4747
I20260630 12:34:54.715683  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:55.698789  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:55.700052  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:55.700336  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:55.723306  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:56.731709  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:57.701351  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:57.702659  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:57.702939  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:57.740330  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:58.748015  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:34:59.703824  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:59.705054  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:59.705323  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:59.755431  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:00.761556  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:01.706126  4525 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:01.707409  4525 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:01.707690  4525 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:01.767724  4520 placement_policy_util.cc:411] tablet c2fd51b8d6684251be394762535f097d: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:02.550550   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:35:02.571132   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:02.571897   445 tablet_replica.cc:333] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30: stopping tablet replica
I20260630 12:35:02.572536   445 raft_consensus.cc:2243] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:02.573124   445 raft_consensus.cc:2272] T c2fd51b8d6684251be394762535f097d P 81b82cdaae7146e7b52beb76e14d6f30 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:02.609203   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:02.620493   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:35:02.638759   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:02.639460   445 tablet_replica.cc:333] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053: stopping tablet replica
I20260630 12:35:02.639966   445 raft_consensus.cc:2243] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:02.640439   445 raft_consensus.cc:2272] T c2fd51b8d6684251be394762535f097d P f7258e098c5249eebcde111fb867e053 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:02.658888   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:02.668932   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:02.686434   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:02.687127   445 tablet_replica.cc:333] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642: stopping tablet replica
I20260630 12:35:02.687656   445 raft_consensus.cc:2243] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:02.688556   445 raft_consensus.cc:2272] T c2fd51b8d6684251be394762535f097d P 4581d915e8c14a2bb8ce77d18e53b642 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:02.706564   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:02.716104   445 master.cc:562] Master@127.0.111.126:46563 shutting down...
I20260630 12:35:02.732905   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:02.733501   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:02.733810   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 67a3bdeb94424930a429b404cff7aaa3: stopping tablet replica
I20260630 12:35:02.751256   445 master.cc:584] Master@127.0.111.126:46563 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13223 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:35:02.783833   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:38797
I20260630 12:35:02.784830   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:02.789844  4800 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
W20260630 12:35:02.789861  4801 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
W20260630 12:35:02.790858  4803 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
I20260630 12:35:02.792510   445 server_base.cc:1061] running on GCE node
I20260630 12:35:02.793339   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:02.793514   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:02.793670   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822902793653 us; error 0 us; skew 500 ppm
I20260630 12:35:02.794144   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:02.796358   445 webserver.cc:533] Webserver started at http://127.0.111.126:37011/ using document root <none> and password file <none>
I20260630 12:35:02.796790   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:02.796963   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:02.797238   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:02.798348   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "7c6ff98a233b4851ab71d44d3d6464a1"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-rw3v"
I20260630 12:35:02.802438   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:02.805531  4808 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:02.806185   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:02.806424   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "7c6ff98a233b4851ab71d44d3d6464a1"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-rw3v"
I20260630 12:35:02.806671   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:02.821897   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:02.822933   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:02.858596   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:38797
I20260630 12:35:02.858690  4859 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:38797 every 8 connection(s)
I20260630 12:35:02.862239  4860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:02.872357  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1: Bootstrap starting.
I20260630 12:35:02.876523  4860 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:02.880162  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1: No bootstrap required, opened a new log
I20260630 12:35:02.882048  4860 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER }
I20260630 12:35:02.882432  4860 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:02.882604  4860 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c6ff98a233b4851ab71d44d3d6464a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:02.883116  4860 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER }
I20260630 12:35:02.883571  4860 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:02.883777  4860 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:02.884030  4860 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:02.888098  4860 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER }
I20260630 12:35:02.888553  4860 leader_election.cc:304] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [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: 7c6ff98a233b4851ab71d44d3d6464a1; no voters: 
I20260630 12:35:02.889549  4860 leader_election.cc:290] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:02.889806  4863 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:02.890947  4863 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 1 LEADER]: Becoming Leader. State: Replica: 7c6ff98a233b4851ab71d44d3d6464a1, State: Running, Role: LEADER
I20260630 12:35:02.891542  4863 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [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: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER }
I20260630 12:35:02.892210  4860 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:02.896458  4865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7c6ff98a233b4851ab71d44d3d6464a1. Latest consensus state: current_term: 1 leader_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER } }
I20260630 12:35:02.897027  4865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:02.898192  4864 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7c6ff98a233b4851ab71d44d3d6464a1" member_type: VOTER } }
I20260630 12:35:02.898806  4864 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:02.901199  4872 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:02.905896  4872 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:02.907639   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:02.913859  4872 catalog_manager.cc:1383] Generated new cluster ID: bc3648d80049475e8c1dbdb7b4aafd12
I20260630 12:35:02.914074  4872 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:02.929436  4872 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:02.930554  4872 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:02.942449  4872 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1: Generated new TSK 0
I20260630 12:35:02.942909  4872 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:02.973613   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:02.979130  4881 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
W20260630 12:35:02.980139  4882 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
W20260630 12:35:02.981416  4884 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
I20260630 12:35:02.981938   445 server_base.cc:1061] running on GCE node
I20260630 12:35:02.982693   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:02.982877   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:02.983023   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822902983005 us; error 0 us; skew 500 ppm
I20260630 12:35:02.983489   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:02.985437   445 webserver.cc:533] Webserver started at http://127.0.111.65:43825/ using document root <none> and password file <none>
I20260630 12:35:02.985832   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:02.985983   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:02.986187   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:02.987196   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "c9b1595f824645a7bad52a50c1014ddb"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-rw3v"
I20260630 12:35:02.991242   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:02.994199  4889 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:02.994855   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:02.995097   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "c9b1595f824645a7bad52a50c1014ddb"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-rw3v"
I20260630 12:35:02.995384   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:03.012754   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.013805   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.015102   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.017226   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.017413   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.017621   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.017789   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.053824   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:46517
I20260630 12:35:03.053890  4951 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:46517 every 8 connection(s)
I20260630 12:35:03.058349   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.064728  4956 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
W20260630 12:35:03.065634  4957 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
I20260630 12:35:03.068992   445 server_base.cc:1061] running on GCE node
W20260630 12:35:03.069171  4959 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
I20260630 12:35:03.069939   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.070138   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.070312   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822903070295 us; error 0 us; skew 500 ppm
I20260630 12:35:03.070745   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.073215   445 webserver.cc:533] Webserver started at http://127.0.111.66:38765/ using document root <none> and password file <none>
I20260630 12:35:03.073765   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.073992   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.074298   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.074780  4952 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:03.075115  4952 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.075489   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "d8da4541f6094e1794264e290279d812"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-rw3v"
I20260630 12:35:03.075875  4952 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
I20260630 12:35:03.077801  4825 ts_manager.cc:194] Registered new tserver with Master: c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517)
I20260630 12:35:03.079766  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53768
I20260630 12:35:03.080304   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:03.083376  4964 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.084033   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:03.084285   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "d8da4541f6094e1794264e290279d812"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-rw3v"
I20260630 12:35:03.084527   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:03.099887   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.100876   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.102118   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.104244   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.104426   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.104631   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.104784   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.140450   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:37485
I20260630 12:35:03.140551  5026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:37485 every 8 connection(s)
I20260630 12:35:03.144789   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.151048  5030 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
W20260630 12:35:03.151669  5031 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
I20260630 12:35:03.153926   445 server_base.cc:1061] running on GCE node
W20260630 12:35:03.154345  5033 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
I20260630 12:35:03.155362   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.155613   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.155831   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822903155811 us; error 0 us; skew 500 ppm
I20260630 12:35:03.156363   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.157085  5027 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:03.157397  5027 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.158034  5027 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
I20260630 12:35:03.159844  4825 ts_manager.cc:194] Registered new tserver with Master: d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:03.160451   445 webserver.cc:533] Webserver started at http://127.0.111.67:38797/ using document root <none> and password file <none>
I20260630 12:35:03.160904   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.161067   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.161145  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53770
I20260630 12:35:03.161295   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.162532   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "74714fbbf5794c3aac2b848dd2602095"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-rw3v"
I20260630 12:35:03.166393   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:35:03.169354  5038 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.170008   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:03.170306   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "74714fbbf5794c3aac2b848dd2602095"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-rw3v"
I20260630 12:35:03.170550   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:03.180298   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.181253   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.182535   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.184510   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.184702   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.184902   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.185048   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.221927   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:36465
I20260630 12:35:03.222021  5100 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:36465 every 8 connection(s)
I20260630 12:35:03.234604  5101 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:03.234953  5101 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.235612  5101 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
I20260630 12:35:03.237299  4825 ts_manager.cc:194] Registered new tserver with Master: 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:03.238178   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013219106s
I20260630 12:35:03.238547  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53784
I20260630 12:35:04.082134  4952 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:04.163398  5027 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:04.240743  5101 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:04.289889  4825 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53792:
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"
    }
  }
}
W20260630 12:35:04.292723  4825 catalog_manager.cc:7077] 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.
I20260630 12:35:04.376359  4917 tablet_service.cc:1511] Processing CreateTablet for tablet f2d61472ba7846f2b360eca5babc08ca (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:04.377727  4917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2d61472ba7846f2b360eca5babc08ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.379317  4913 tablet_service.cc:1511] Processing CreateTablet for tablet f5f3e59b92ad4cd3873ce2d357e66ba0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:35:04.379712  4990 tablet_service.cc:1511] Processing CreateTablet for tablet 50409b565cae43ce9a8594f31cc22d23 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:04.380635  4913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f5f3e59b92ad4cd3873ce2d357e66ba0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.380913  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50409b565cae43ce9a8594f31cc22d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.382575  4987 tablet_service.cc:1511] Processing CreateTablet for tablet 229e6a00199c45f2a7e8e09795551d13 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:35:04.383841  4987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 229e6a00199c45f2a7e8e09795551d13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.384162  4992 tablet_service.cc:1511] Processing CreateTablet for tablet f2d61472ba7846f2b360eca5babc08ca (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:04.385324  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2d61472ba7846f2b360eca5babc08ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.386538  4988 tablet_service.cc:1511] Processing CreateTablet for tablet f5f3e59b92ad4cd3873ce2d357e66ba0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:35:04.387770  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f5f3e59b92ad4cd3873ce2d357e66ba0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.388229  4991 tablet_service.cc:1511] Processing CreateTablet for tablet 1176948fd78d496f8fb65b28a121c2e4 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:04.389411  4991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1176948fd78d496f8fb65b28a121c2e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.392448  4989 tablet_service.cc:1511] Processing CreateTablet for tablet f4edda98f82e401b84404f49409180b0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:35:04.393842  4989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4edda98f82e401b84404f49409180b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.393661  4915 tablet_service.cc:1511] Processing CreateTablet for tablet 50409b565cae43ce9a8594f31cc22d23 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:04.394944  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50409b565cae43ce9a8594f31cc22d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.396306  4914 tablet_service.cc:1511] Processing CreateTablet for tablet f4edda98f82e401b84404f49409180b0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:35:04.392405  4916 tablet_service.cc:1511] Processing CreateTablet for tablet 1176948fd78d496f8fb65b28a121c2e4 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:04.400051  4914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4edda98f82e401b84404f49409180b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.401196  4916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1176948fd78d496f8fb65b28a121c2e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.411787  5066 tablet_service.cc:1511] Processing CreateTablet for tablet f2d61472ba7846f2b360eca5babc08ca (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:04.413198  5066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2d61472ba7846f2b360eca5babc08ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.416396  5065 tablet_service.cc:1511] Processing CreateTablet for tablet 1176948fd78d496f8fb65b28a121c2e4 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:04.417676  5065 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1176948fd78d496f8fb65b28a121c2e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.423691  4986 tablet_service.cc:1511] Processing CreateTablet for tablet c78b3fbafcc7483cb2064431c938bd4e (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:35:04.424973  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c78b3fbafcc7483cb2064431c938bd4e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.428813  4985 tablet_service.cc:1511] Processing CreateTablet for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:35:04.430140  4985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.431999  4984 tablet_service.cc:1511] Processing CreateTablet for tablet 5b3141051ec040f19db5daf2f3f0b84c (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:35:04.433190  4984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b3141051ec040f19db5daf2f3f0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.449097  5064 tablet_service.cc:1511] Processing CreateTablet for tablet 50409b565cae43ce9a8594f31cc22d23 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:04.450428  5064 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50409b565cae43ce9a8594f31cc22d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.456736  5063 tablet_service.cc:1511] Processing CreateTablet for tablet f4edda98f82e401b84404f49409180b0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:35:04.458066  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4edda98f82e401b84404f49409180b0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.460311  5062 tablet_service.cc:1511] Processing CreateTablet for tablet f5f3e59b92ad4cd3873ce2d357e66ba0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:35:04.460883  4983 tablet_service.cc:1511] Processing CreateTablet for tablet c535672e745b4d929ac035d0e1e09cc0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:35:04.462134  4983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c535672e745b4d929ac035d0e1e09cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.462406  5061 tablet_service.cc:1511] Processing CreateTablet for tablet 229e6a00199c45f2a7e8e09795551d13 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:35:04.464519  5060 tablet_service.cc:1511] Processing CreateTablet for tablet c78b3fbafcc7483cb2064431c938bd4e (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:35:04.466579  5059 tablet_service.cc:1511] Processing CreateTablet for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:35:04.468637  5058 tablet_service.cc:1511] Processing CreateTablet for tablet 5b3141051ec040f19db5daf2f3f0b84c (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:35:04.470726  5057 tablet_service.cc:1511] Processing CreateTablet for tablet c535672e745b4d929ac035d0e1e09cc0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:35:04.475114  5059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.476565  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b3141051ec040f19db5daf2f3f0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.477603  5060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c78b3fbafcc7483cb2064431c938bd4e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.478953  5061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 229e6a00199c45f2a7e8e09795551d13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.480324  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f5f3e59b92ad4cd3873ce2d357e66ba0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.481659  5057 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c535672e745b4d929ac035d0e1e09cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.504483  4912 tablet_service.cc:1511] Processing CreateTablet for tablet 229e6a00199c45f2a7e8e09795551d13 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:35:04.505213  4910 tablet_service.cc:1511] Processing CreateTablet for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:35:04.505923  4912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 229e6a00199c45f2a7e8e09795551d13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.507347  4909 tablet_service.cc:1511] Processing CreateTablet for tablet 5b3141051ec040f19db5daf2f3f0b84c (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:35:04.508078  5058 tablet_service.cc:1511] Processing CreateTablet for tablet 5a3a0b3cb8694421b974549a3fbfcb4d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:35:04.508627  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b3141051ec040f19db5daf2f3f0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.509238  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a3a0b3cb8694421b974549a3fbfcb4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.511593  4908 tablet_service.cc:1511] Processing CreateTablet for tablet c535672e745b4d929ac035d0e1e09cc0 (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:35:04.512811  4908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c535672e745b4d929ac035d0e1e09cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.508255  4911 tablet_service.cc:1511] Processing CreateTablet for tablet c78b3fbafcc7483cb2064431c938bd4e (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:35:04.515386  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c78b3fbafcc7483cb2064431c938bd4e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.518239  4910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.531387  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 5a3a0b3cb8694421b974549a3fbfcb4d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:35:04.532646  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a3a0b3cb8694421b974549a3fbfcb4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.534188  4992 tablet_service.cc:1511] Processing CreateTablet for tablet e62ac374b86548c0b13c90c28467fa8d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:35:04.538373  4913 tablet_service.cc:1511] Processing CreateTablet for tablet 5a3a0b3cb8694421b974549a3fbfcb4d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:35:04.547302  4913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a3a0b3cb8694421b974549a3fbfcb4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.535099  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e62ac374b86548c0b13c90c28467fa8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.553910  5065 tablet_service.cc:1511] Processing CreateTablet for tablet e62ac374b86548c0b13c90c28467fa8d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:35:04.555686  5065 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e62ac374b86548c0b13c90c28467fa8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.553139  4914 tablet_service.cc:1511] Processing CreateTablet for tablet e62ac374b86548c0b13c90c28467fa8d (DEFAULT_TABLE table=test-workload [id=377040339ef141b88956a3792e8c2d65]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:35:04.560245  4914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e62ac374b86548c0b13c90c28467fa8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:04.579699  5123 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.606884  5121 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.611406  5121 tablet_bootstrap.cc:654] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.615489  5123 tablet_bootstrap.cc:654] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.624706  5122 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.630044  5121 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:04.630549  5121 ts_tablet_manager.cc:1403] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.010s
I20260630 12:35:04.633395  5121 raft_consensus.cc:359] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.634074  5121 raft_consensus.cc:385] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.634356  5121 raft_consensus.cc:740] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.635074  5121 consensus_queue.cc:260] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.637578  5123 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.638124  5123 ts_tablet_manager.cc:1403] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.059s	user 0.008s	sys 0.003s
I20260630 12:35:04.638137  5122 tablet_bootstrap.cc:654] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.639590  5121 ts_tablet_manager.cc:1434] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:35:04.640478  5121 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.641153  5123 raft_consensus.cc:359] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.641898  5123 raft_consensus.cc:385] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.642285  5123 raft_consensus.cc:740] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.643182  5123 consensus_queue.cc:260] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
W20260630 12:35:04.645293  5028 tablet.cc:2406] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:04.647029  5121 tablet_bootstrap.cc:654] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.656441  5122 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.656955  5122 ts_tablet_manager.cc:1403] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.011s
I20260630 12:35:04.659107  5121 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:04.658955  5122 raft_consensus.cc:359] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.659719  5121 ts_tablet_manager.cc:1403] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.011s
I20260630 12:35:04.659714  5122 raft_consensus.cc:385] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.660319  5122 raft_consensus.cc:740] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.660631  5123 ts_tablet_manager.cc:1434] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.022s	user 0.005s	sys 0.014s
I20260630 12:35:04.661137  5122 consensus_queue.cc:260] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.661748  5123 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.662623  5121 raft_consensus.cc:359] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.663375  5121 raft_consensus.cc:385] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.663678  5121 raft_consensus.cc:740] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.664501  5121 consensus_queue.cc:260] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.666558  5121 ts_tablet_manager.cc:1434] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:04.667541  5121 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.668390  5123 tablet_bootstrap.cc:654] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.673447  5121 tablet_bootstrap.cc:654] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.680374  5123 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.680955  5123 ts_tablet_manager.cc:1403] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:35:04.684424  5122 ts_tablet_manager.cc:1434] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.027s	user 0.007s	sys 0.018s
I20260630 12:35:04.685484  5122 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.685156  5123 raft_consensus.cc:359] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.686022  5121 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:04.686147  5123 raft_consensus.cc:385] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.686527  5121 ts_tablet_manager.cc:1403] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:35:04.686537  5123 raft_consensus.cc:740] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.687656  5123 consensus_queue.cc:260] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.689446  5121 raft_consensus.cc:359] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.691123  5121 raft_consensus.cc:385] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.691459  5121 raft_consensus.cc:740] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.692206  5123 ts_tablet_manager.cc:1434] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:35:04.692332  5121 consensus_queue.cc:260] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.693188  5123 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.694567  5121 ts_tablet_manager.cc:1434] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.005s
I20260630 12:35:04.695560  5121 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.695963  5122 tablet_bootstrap.cc:654] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.699913  5123 tablet_bootstrap.cc:654] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.701262  5121 tablet_bootstrap.cc:654] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.719669  5123 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.719664  5122 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.719930  5121 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:04.720188  5123 ts_tablet_manager.cc:1403] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.009s
I20260630 12:35:04.720314  5122 ts_tablet_manager.cc:1403] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.035s	user 0.023s	sys 0.005s
I20260630 12:35:04.722395  5123 raft_consensus.cc:359] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.720360  5121 ts_tablet_manager.cc:1403] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.006s
I20260630 12:35:04.722568  5122 raft_consensus.cc:359] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.722916  5123 raft_consensus.cc:385] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.723160  5122 raft_consensus.cc:385] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.723258  5123 raft_consensus.cc:740] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.723582  5122 raft_consensus.cc:740] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.723986  5123 consensus_queue.cc:260] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.724349  5122 consensus_queue.cc:260] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.725464  5121 raft_consensus.cc:359] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.725908  5123 ts_tablet_manager.cc:1434] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.003s
I20260630 12:35:04.726977  5123 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.726194  5121 raft_consensus.cc:385] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.728883  5121 raft_consensus.cc:740] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.729753  5121 consensus_queue.cc:260] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.730630  5122 ts_tablet_manager.cc:1434] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
I20260630 12:35:04.731551  5122 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.733389  5123 tablet_bootstrap.cc:654] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.733644  5121 ts_tablet_manager.cc:1434] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.002s
I20260630 12:35:04.734665  5121 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.737546  5122 tablet_bootstrap.cc:654] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.745162  5123 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.745653  5123 ts_tablet_manager.cc:1403] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.019s	user 0.017s	sys 0.001s
I20260630 12:35:04.746668  5122 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.747217  5122 ts_tablet_manager.cc:1403] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:35:04.748380  5123 raft_consensus.cc:359] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.749191  5123 raft_consensus.cc:385] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.749481  5123 raft_consensus.cc:740] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.749589  5121 tablet_bootstrap.cc:654] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.750154  5123 consensus_queue.cc:260] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.750041  5122 raft_consensus.cc:359] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.750900  5122 raft_consensus.cc:385] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.751281  5122 raft_consensus.cc:740] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.752259  5123 ts_tablet_manager.cc:1434] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:04.752151  5122 consensus_queue.cc:260] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.753248  5123 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.756662  5122 ts_tablet_manager.cc:1434] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.001s
I20260630 12:35:04.757782  5122 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.759593  5123 tablet_bootstrap.cc:654] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.764123  5122 tablet_bootstrap.cc:654] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.768573  5128 raft_consensus.cc:493] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.769101  5128 raft_consensus.cc:515] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.771121  5123 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.771610  5126 raft_consensus.cc:493] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.771735  5123 ts_tablet_manager.cc:1403] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:35:04.772147  5126 raft_consensus.cc:515] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.773099  5128 leader_election.cc:290] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.774968  5123 raft_consensus.cc:359] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.775733  5123 raft_consensus.cc:385] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.775878  5122 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.776100  5123 raft_consensus.cc:740] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.776548  5122 ts_tablet_manager.cc:1403] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:35:04.777834  5123 consensus_queue.cc:260] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.779342  5122 raft_consensus.cc:359] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.780081  5122 raft_consensus.cc:385] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.780418  5122 raft_consensus.cc:740] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.780586  5123 ts_tablet_manager.cc:1434] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:04.781728  5123 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.781379  5122 consensus_queue.cc:260] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.774904  5126 leader_election.cc:290] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.787452  5122 ts_tablet_manager.cc:1434] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:35:04.788157  5123 tablet_bootstrap.cc:654] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.788534  5122 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.796113  5122 tablet_bootstrap.cc:654] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.807240  5122 tablet_bootstrap.cc:492] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.807826  5122 ts_tablet_manager.cc:1403] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.003s
I20260630 12:35:04.810566  5122 raft_consensus.cc:359] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.811384  5122 raft_consensus.cc:385] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.811728  5122 raft_consensus.cc:740] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.812773  5122 consensus_queue.cc:260] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.815732  5123 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.816337  5123 ts_tablet_manager.cc:1403] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.035s	user 0.018s	sys 0.016s
I20260630 12:35:04.818068  5122 ts_tablet_manager.cc:1434] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.001s
I20260630 12:35:04.819195  5122 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.819206  5123 raft_consensus.cc:359] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.820794  5123 raft_consensus.cc:385] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.821141  5123 raft_consensus.cc:740] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.821938  5123 consensus_queue.cc:260] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.824486  5123 ts_tablet_manager.cc:1434] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:35:04.825496  5123 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.828955  5128 raft_consensus.cc:493] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.829238  5122 tablet_bootstrap.cc:654] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.829468  5128 raft_consensus.cc:515] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.831440  5128 leader_election.cc:290] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.832131  5123 tablet_bootstrap.cc:654] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.835291  5121 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:04.835830  5121 ts_tablet_manager.cc:1403] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.101s	user 0.014s	sys 0.017s
I20260630 12:35:04.838526  5121 raft_consensus.cc:359] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.844069  5128 raft_consensus.cc:493] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.845007  5123 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.845546  5122 tablet_bootstrap.cc:492] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.847985  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c535672e745b4d929ac035d0e1e09cc0" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:04.851219  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:04.855301  5128 raft_consensus.cc:515] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.855665  4927 raft_consensus.cc:2468] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 0.
I20260630 12:35:04.851869  5130 raft_consensus.cc:493] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:35:04.856549  4892 leader_election.cc:343] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.856679  5123 ts_tablet_manager.cc:1403] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.005s
I20260630 12:35:04.852519  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2d61472ba7846f2b360eca5babc08ca" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:04.853420  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2d61472ba7846f2b360eca5babc08ca" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.857347  5128 leader_election.cc:290] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.853171  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.857726  5001 raft_consensus.cc:2468] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:04.856283  5130 raft_consensus.cc:515] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
W20260630 12:35:04.858439  4892 leader_election.cc:343] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.859191  5122 ts_tablet_manager.cc:1403] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.000s
I20260630 12:35:04.859546  5123 raft_consensus.cc:359] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.860231  5123 raft_consensus.cc:385] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.860513  5123 raft_consensus.cc:740] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.860706  5130 leader_election.cc:290] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:04.862108  5122 raft_consensus.cc:359] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.863932  5122 raft_consensus.cc:385] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.862465  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c535672e745b4d929ac035d0e1e09cc0" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:04.864187  4892 leader_election.cc:304] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095
I20260630 12:35:04.858382  4966 leader_election.cc:304] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:04.861435  5123 consensus_queue.cc:260] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.855042  5121 raft_consensus.cc:385] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.865226  5121 raft_consensus.cc:740] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.865438  5122 raft_consensus.cc:740] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.865106  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.863088  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:04.866215  5001 raft_consensus.cc:2468] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:04.865069  5128 raft_consensus.cc:2804] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.866511  5076 raft_consensus.cc:2468] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:04.866338  5122 consensus_queue.cc:260] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.866866  5128 raft_consensus.cc:493] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.865476  5126 raft_consensus.cc:2804] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.867697  5126 raft_consensus.cc:493] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.868010  5126 raft_consensus.cc:3060] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.868144  4892 leader_election.cc:304] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:04.868542  5122 ts_tablet_manager.cc:1434] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:35:04.869467  5122 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:04.867249  5128 raft_consensus.cc:3060] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:04.874514  4967 leader_election.cc:343] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.866204  5121 consensus_queue.cc:260] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.875499  5002 raft_consensus.cc:2468] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:04.882254  5128 raft_consensus.cc:515] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.889045  5126 raft_consensus.cc:515] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.893103  5153 raft_consensus.cc:2804] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.893406  5153 raft_consensus.cc:493] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.893692  5153 raft_consensus.cc:3060] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.898401  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c535672e745b4d929ac035d0e1e09cc0" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:04.899021  4927 raft_consensus.cc:3060] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:04.905586  4873 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:04.906153  4927 raft_consensus.cc:2468] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 1.
I20260630 12:35:04.907369  4966 leader_election.cc:304] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:04.892160  5126 leader_election.cc:290] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.909092  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:04.909153  5130 raft_consensus.cc:493] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.911967  5130 raft_consensus.cc:515] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.914866  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:04.916893  5126 raft_consensus.cc:2804] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:35:04.917371  5040 leader_election.cc:343] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.918424  5128 leader_election.cc:290] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.917352  5126 raft_consensus.cc:697] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Becoming Leader. State: Replica: d8da4541f6094e1794264e290279d812, State: Running, Role: LEADER
I20260630 12:35:04.919317  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c535672e745b4d929ac035d0e1e09cc0" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
W20260630 12:35:04.920595  4967 leader_election.cc:343] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.920279  5126 consensus_queue.cc:237] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.921241  5130 leader_election.cc:290] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:04.919289  4892 leader_election.cc:304] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095
I20260630 12:35:04.927345  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2d61472ba7846f2b360eca5babc08ca" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:04.927713  5123 ts_tablet_manager.cc:1434] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.071s	user 0.016s	sys 0.016s
I20260630 12:35:04.927874  5001 raft_consensus.cc:3060] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.928532  5153 raft_consensus.cc:515] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.930907  5123 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:04.931154  4824 catalog_manager.cc:5697] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8da4541f6094e1794264e290279d812 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:04.932502  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.932723  5128 raft_consensus.cc:493] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.933182  5128 raft_consensus.cc:515] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.935470  5121 ts_tablet_manager.cc:1434] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.099s	user 0.012s	sys 0.019s
I20260630 12:35:04.936007  5128 leader_election.cc:290] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.936573  5121 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:04.930137  5152 raft_consensus.cc:2804] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.937675  5122 tablet_bootstrap.cc:654] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.937805  5152 raft_consensus.cc:493] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.938318  5152 raft_consensus.cc:3060] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.933081  5002 raft_consensus.cc:2468] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:04.936803  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.937186  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2d61472ba7846f2b360eca5babc08ca" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:04.941044  5076 raft_consensus.cc:3060] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.936901  4926 raft_consensus.cc:2393] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:04.937371  5130 raft_consensus.cc:493] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.943614  5130 raft_consensus.cc:515] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.939865  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:04.940475  5000 raft_consensus.cc:2468] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:04.944841  4999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.945947  5130 leader_election.cc:290] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:04.948356  5123 tablet_bootstrap.cc:654] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.949978  5128 raft_consensus.cc:493] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:04.951020  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:04.951674  4892 leader_election.cc:304] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:04.953327  5076 raft_consensus.cc:2468] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:04.954902  5128 raft_consensus.cc:515] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
W20260630 12:35:04.957013  5040 leader_election.cc:343] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.958350  4999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.958456  5128 leader_election.cc:290] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.959409  5128 raft_consensus.cc:2804] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.959487  5001 raft_consensus.cc:2468] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:04.963590  5121 tablet_bootstrap.cc:654] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:04.963745  5153 leader_election.cc:290] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.962674  5128 raft_consensus.cc:493] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.964262  5128 raft_consensus.cc:3060] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.955762  5152 raft_consensus.cc:515] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.969060  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:04.969192  5152 leader_election.cc:290] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:04.970968  5041 leader_election.cc:304] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, d8da4541f6094e1794264e290279d812; no voters: c9b1595f824645a7bad52a50c1014ddb
I20260630 12:35:04.972237  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
W20260630 12:35:04.972391  5041 leader_election.cc:343] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.973446  5130 raft_consensus.cc:2804] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:04.972867  5041 leader_election.cc:304] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
I20260630 12:35:04.973832  5130 raft_consensus.cc:493] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:04.974360  5130 raft_consensus.cc:3060] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.974788  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:04.975404  5001 raft_consensus.cc:3060] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.981519  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:04.982695  5122 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:04.983513  5122 ts_tablet_manager.cc:1403] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.114s	user 0.015s	sys 0.000s
W20260630 12:35:04.979790  4892 leader_election.cc:343] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.991288  5123 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:04.991617  4892 leader_election.cc:304] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:04.992066  5122 raft_consensus.cc:359] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.992795  5122 raft_consensus.cc:385] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:04.993793  5123 ts_tablet_manager.cc:1403] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.063s	user 0.010s	sys 0.007s
I20260630 12:35:04.985765  5128 raft_consensus.cc:515] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
W20260630 12:35:04.993059  4892 leader_election.cc:343] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.994612  5158 raft_consensus.cc:2804] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:04.994254  5130 raft_consensus.cc:515] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.995571  5162 raft_consensus.cc:2749] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:04.996176  5076 raft_consensus.cc:2393] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c9b1595f824645a7bad52a50c1014ddb in current term 1: Already voted for candidate 74714fbbf5794c3aac2b848dd2602095 in this term.
I20260630 12:35:04.993424  5122 raft_consensus.cc:740] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:04.996342  5158 raft_consensus.cc:697] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:04.996467  5128 leader_election.cc:290] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
W20260630 12:35:04.997205  4892 leader_election.cc:343] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:04.999096  4892 leader_election.cc:304] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb; no voters: 74714fbbf5794c3aac2b848dd2602095, d8da4541f6094e1794264e290279d812
I20260630 12:35:04.999181  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:05.000015  4926 raft_consensus.cc:2393] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.000825  4999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
W20260630 12:35:04.997484  5041 leader_election.cc:343] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.001399  5041 leader_election.cc:304] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
I20260630 12:35:05.001709  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.001344  4999 raft_consensus.cc:3060] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.004195  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.006054  5123 raft_consensus.cc:359] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:04.997164  5122 consensus_queue.cc:260] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.007042  5123 raft_consensus.cc:385] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.007386  5123 raft_consensus.cc:740] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.008244  5162 raft_consensus.cc:493] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.003501  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.003566  5128 raft_consensus.cc:2749] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:35:05.006603  4892 leader_election.cc:343] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.008793  5000 raft_consensus.cc:3060] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:04.997102  5130 leader_election.cc:290] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.010049  5130 raft_consensus.cc:2749] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.007997  5123 consensus_queue.cc:260] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.012156  5123 ts_tablet_manager.cc:1434] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.018s	user 0.003s	sys 0.002s
I20260630 12:35:05.012157  5121 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.013870  5121 ts_tablet_manager.cc:1403] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.078s	user 0.008s	sys 0.008s
I20260630 12:35:05.009394  5122 ts_tablet_manager.cc:1434] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.000s
I20260630 12:35:04.997903  5158 consensus_queue.cc:237] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [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: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.014196  5123 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:05.014192  4999 raft_consensus.cc:2468] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.008692  5162 raft_consensus.cc:515] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.020607  5000 raft_consensus.cc:2468] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
W20260630 12:35:05.019117  4892 leader_election.cc:343] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.018323  5121 raft_consensus.cc:359] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.022230  5121 raft_consensus.cc:385] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.022475  4892 leader_election.cc:304] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095
I20260630 12:35:05.022560  5001 raft_consensus.cc:2468] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.022583  5121 raft_consensus.cc:740] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.024423  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.025049  4926 raft_consensus.cc:2468] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:05.025982  4892 leader_election.cc:304] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095
I20260630 12:35:05.026484  5040 leader_election.cc:304] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:05.025089  5128 raft_consensus.cc:2804] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.026789  5121 consensus_queue.cc:260] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.027437  5122 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:05.027470  5128 raft_consensus.cc:697] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.028486  5128 consensus_queue.cc:237] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.029191  5121 ts_tablet_manager.cc:1434] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:35:05.030077  5121 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.031670  5152 raft_consensus.cc:2804] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.032140  5152 raft_consensus.cc:697] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.033005  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f5f3e59b92ad4cd3873ce2d357e66ba0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.026887  5123 tablet_bootstrap.cc:654] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.034009  5162 leader_election.cc:290] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.032042  4892 leader_election.cc:304] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095
I20260630 12:35:05.032934  5152 consensus_queue.cc:237] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.039487  5164 raft_consensus.cc:2804] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.039973  5164 raft_consensus.cc:493] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.040290  5164 raft_consensus.cc:3060] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.043876  5121 tablet_bootstrap.cc:654] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.039255  5153 raft_consensus.cc:2804] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.044420  5153 raft_consensus.cc:697] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.044382  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.045198  5000 raft_consensus.cc:2468] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:05.045410  5153 consensus_queue.cc:237] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.045563  4822 catalog_manager.cc:5697] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.053501  5001 raft_consensus.cc:2393] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.062044  5152 raft_consensus.cc:493] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.062582  5152 raft_consensus.cc:515] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.063861  5122 tablet_bootstrap.cc:654] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.064662  5152 leader_election.cc:290] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.066182  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.067435  5041 leader_election.cc:304] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
W20260630 12:35:05.067595  4892 leader_election.cc:343] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.068411  5166 raft_consensus.cc:493] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.069955  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.071597  5162 raft_consensus.cc:2749] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.074342  5164 raft_consensus.cc:515] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.076754  5164 leader_election.cc:290] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.077309  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:05.077908  4926 raft_consensus.cc:3060] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.077787  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1176948fd78d496f8fb65b28a121c2e4" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.073920  5166 raft_consensus.cc:515] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.078559  5000 raft_consensus.cc:3060] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.083554  5076 raft_consensus.cc:2468] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:05.085383  4892 leader_election.cc:304] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: d8da4541f6094e1794264e290279d812
I20260630 12:35:05.086508  5153 raft_consensus.cc:2804] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.086851  5153 raft_consensus.cc:493] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.087175  5153 raft_consensus.cc:3060] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.087706  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.087915  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.080765  5123 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:05.088855  5123 ts_tablet_manager.cc:1403] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.075s	user 0.012s	sys 0.012s
W20260630 12:35:05.089030  5041 leader_election.cc:343] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.089385  5166 leader_election.cc:290] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.090030  5000 raft_consensus.cc:2468] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 1.
I20260630 12:35:05.091035  5121 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.091585  5121 ts_tablet_manager.cc:1403] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.062s	user 0.014s	sys 0.005s
I20260630 12:35:05.091629  5041 leader_election.cc:304] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.090883  4823 catalog_manager.cc:5697] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.094066  4926 raft_consensus.cc:2468] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 1.
I20260630 12:35:05.094506  5121 raft_consensus.cc:359] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.095283  5121 raft_consensus.cc:385] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.094702  4823 catalog_manager.cc:5697] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.095638  5121 raft_consensus.cc:740] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.093825  5153 raft_consensus.cc:515] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.096395  5123 raft_consensus.cc:359] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.082398  5122 tablet_bootstrap.cc:492] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:05.096699  5121 consensus_queue.cc:260] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.096899  4925 raft_consensus.cc:2393] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.097059  5123 raft_consensus.cc:385] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.097677  5123 raft_consensus.cc:740] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.098274  5123 consensus_queue.cc:260] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.098667  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.099061  5040 leader_election.cc:304] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
I20260630 12:35:05.093611  5166 raft_consensus.cc:2804] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:35:05.099850  4892 leader_election.cc:343] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.100169  5123 ts_tablet_manager.cc:1434] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:05.100641  5122 ts_tablet_manager.cc:1403] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.073s	user 0.012s	sys 0.000s
I20260630 12:35:05.100705  5153 leader_election.cc:290] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.100807  5162 raft_consensus.cc:3060] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.100529  5166 raft_consensus.cc:697] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Becoming Leader. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Running, Role: LEADER
I20260630 12:35:05.101665  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.102764  4823 catalog_manager.cc:5697] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.103279  5122 raft_consensus.cc:359] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.103940  5122 raft_consensus.cc:385] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.104189  5122 raft_consensus.cc:740] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.104882  5122 consensus_queue.cc:260] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.102068  5166 consensus_queue.cc:237] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.107237  5121 ts_tablet_manager.cc:1434] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.002s
I20260630 12:35:05.107790  5162 raft_consensus.cc:2749] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.111408  5121 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.114953  5076 raft_consensus.cc:2468] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.115907  5123 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:05.116894  4892 leader_election.cc:304] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: d8da4541f6094e1794264e290279d812
I20260630 12:35:05.117774  5152 raft_consensus.cc:2804] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.118222  5152 raft_consensus.cc:697] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.115199  5122 ts_tablet_manager.cc:1434] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:35:05.118984  5152 consensus_queue.cc:237] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.119946  5122 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:05.120203  5121 tablet_bootstrap.cc:654] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.126616  5123 tablet_bootstrap.cc:654] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.128743  5122 tablet_bootstrap.cc:654] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.131340  5121 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.131768  5121 ts_tablet_manager.cc:1403] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.000s
I20260630 12:35:05.132005  4822 catalog_manager.cc:5697] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.134203  5121 raft_consensus.cc:359] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.134755  4823 catalog_manager.cc:5697] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: term changed from 0 to 1, leader changed from <none> to 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:05.135712  5121 raft_consensus.cc:385] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.136106  5121 raft_consensus.cc:740] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.137789  5123 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:05.138208  5123 ts_tablet_manager.cc:1403] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.003s
I20260630 12:35:05.138978  5121 consensus_queue.cc:260] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.144348  5123 raft_consensus.cc:359] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.144989  5123 raft_consensus.cc:385] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.145337  5123 raft_consensus.cc:740] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.145980  5123 consensus_queue.cc:260] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.146811  5122 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:05.147482  5122 ts_tablet_manager.cc:1403] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.003s
I20260630 12:35:05.148731  5123 ts_tablet_manager.cc:1434] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:35:05.149572  5123 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:05.149855  5122 raft_consensus.cc:359] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.150442  5122 raft_consensus.cc:385] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.150686  5122 raft_consensus.cc:740] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.151455  5122 consensus_queue.cc:260] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.153532  5122 ts_tablet_manager.cc:1434] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
I20260630 12:35:05.154397  5122 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:05.155679  5121 ts_tablet_manager.cc:1434] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260630 12:35:05.156364  5166 raft_consensus.cc:493] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.156579  5121 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.156822  5166 raft_consensus.cc:515] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.158835  5166 leader_election.cc:290] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.159580  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.160238  4925 raft_consensus.cc:2468] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:05.160326  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.161533  5040 leader_election.cc:304] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:05.162259  5121 tablet_bootstrap.cc:654] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.162465  5166 raft_consensus.cc:2804] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:35:05.162540  5041 leader_election.cc:343] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.162995  5166 raft_consensus.cc:493] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.163468  5166 raft_consensus.cc:3060] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.154991  5123 tablet_bootstrap.cc:654] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.168792  5121 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.169245  5121 ts_tablet_manager.cc:1403] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:35:05.170349  5155 raft_consensus.cc:493] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.170426  5166 raft_consensus.cc:515] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.170864  5155 raft_consensus.cc:515] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.175902  5155 leader_election.cc:290] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.176440  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:05.176962  4925 raft_consensus.cc:3060] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.180202  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.172892  5123 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:05.172917  5121 raft_consensus.cc:359] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.181339  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50409b565cae43ce9a8594f31cc22d23" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.183477  4925 raft_consensus.cc:2468] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 1.
I20260630 12:35:05.174265  5122 tablet_bootstrap.cc:654] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.183688  5123 ts_tablet_manager.cc:1403] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.034s	user 0.010s	sys 0.003s
I20260630 12:35:05.184188  5076 raft_consensus.cc:2393] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d8da4541f6094e1794264e290279d812 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.185215  5121 raft_consensus.cc:385] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.185554  5121 raft_consensus.cc:740] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.185479  4967 leader_election.cc:304] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [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: d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb
I20260630 12:35:05.186062  5166 leader_election.cc:290] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.186405  5121 consensus_queue.cc:260] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.187345  5155 raft_consensus.cc:3060] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.187829  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.187853  5040 leader_election.cc:304] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
W20260630 12:35:05.190939  5041 leader_election.cc:343] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:05.191895  5166 raft_consensus.cc:2804] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.192587  5166 raft_consensus.cc:697] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Becoming Leader. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Running, Role: LEADER
I20260630 12:35:05.193403  5166 consensus_queue.cc:237] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.195204  5155 raft_consensus.cc:2749] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.196977  5121 ts_tablet_manager.cc:1434] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.000s
I20260630 12:35:05.197928  5121 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.196638  5123 raft_consensus.cc:359] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.202745  5122 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:05.202991  5123 raft_consensus.cc:385] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.203356  5123 raft_consensus.cc:740] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.203460  5122 ts_tablet_manager.cc:1403] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.049s	user 0.016s	sys 0.006s
I20260630 12:35:05.204036  5123 consensus_queue.cc:260] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.206346  5122 raft_consensus.cc:359] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.207026  5122 raft_consensus.cc:385] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.207350  5122 raft_consensus.cc:740] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.208086  5122 consensus_queue.cc:260] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.208760  5121 tablet_bootstrap.cc:654] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.210332  5122 ts_tablet_manager.cc:1434] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:05.211189  5122 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:05.210911  4822 catalog_manager.cc:5697] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: term changed from 0 to 1, leader changed from <none> to 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:05.208133  5123 ts_tablet_manager.cc:1434] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.000s
I20260630 12:35:05.213941  5123 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: Bootstrap starting.
I20260630 12:35:05.218607  5123 tablet_bootstrap.cc:654] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.223495  5122 tablet_bootstrap.cc:654] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.229758  5122 tablet_bootstrap.cc:492] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:05.229779  5121 tablet_bootstrap.cc:492] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.229840  5123 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: No bootstrap required, opened a new log
I20260630 12:35:05.230126  5122 ts_tablet_manager.cc:1403] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.000s
I20260630 12:35:05.235431  5123 ts_tablet_manager.cc:1403] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.008s
I20260630 12:35:05.235431  5121 ts_tablet_manager.cc:1403] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.038s	user 0.020s	sys 0.011s
I20260630 12:35:05.237792  5122 raft_consensus.cc:359] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.238103  5123 raft_consensus.cc:359] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.238543  5122 raft_consensus.cc:385] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.238325  5121 raft_consensus.cc:359] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.238770  5123 raft_consensus.cc:385] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.238894  5122 raft_consensus.cc:740] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.238960  5121 raft_consensus.cc:385] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.239132  5123 raft_consensus.cc:740] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.239396  5121 raft_consensus.cc:740] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.239723  5122 consensus_queue.cc:260] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.239950  5123 consensus_queue.cc:260] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.240026  5121 consensus_queue.cc:260] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.241514  5122 ts_tablet_manager.cc:1434] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:05.241981  5123 ts_tablet_manager.cc:1434] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:05.242040  5121 ts_tablet_manager.cc:1434] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.001s
I20260630 12:35:05.242918  5121 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.242400  5122 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: Bootstrap starting.
I20260630 12:35:05.248051  5121 tablet_bootstrap.cc:654] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.253202  5122 tablet_bootstrap.cc:654] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.257342  5122 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: No bootstrap required, opened a new log
I20260630 12:35:05.257688  5121 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.257700  5122 ts_tablet_manager.cc:1403] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:35:05.258215  5121 ts_tablet_manager.cc:1403] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.004s
I20260630 12:35:05.259819  5122 raft_consensus.cc:359] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.259994  5121 raft_consensus.cc:359] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.260281  5122 raft_consensus.cc:385] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.260496  5121 raft_consensus.cc:385] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.260546  5122 raft_consensus.cc:740] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.260773  5121 raft_consensus.cc:740] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.261188  5122 consensus_queue.cc:260] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.261343  5121 consensus_queue.cc:260] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.262821  5121 ts_tablet_manager.cc:1434] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:05.262933  5122 ts_tablet_manager.cc:1434] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:35:05.263622  5121 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: Bootstrap starting.
I20260630 12:35:05.268587  5121 tablet_bootstrap.cc:654] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:05.272375  5166 raft_consensus.cc:493] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.272854  5121 tablet_bootstrap.cc:492] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: No bootstrap required, opened a new log
I20260630 12:35:05.272819  5166 raft_consensus.cc:515] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.273356  5121 ts_tablet_manager.cc:1403] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: Time spent bootstrapping tablet: real 0.010s	user 0.008s	sys 0.001s
I20260630 12:35:05.274646  5166 leader_election.cc:290] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.275245  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e62ac374b86548c0b13c90c28467fa8d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.275586  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e62ac374b86548c0b13c90c28467fa8d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.275317  5121 raft_consensus.cc:359] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.275925  4925 raft_consensus.cc:2468] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:05.276052  5121 raft_consensus.cc:385] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:05.276396  5121 raft_consensus.cc:740] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8da4541f6094e1794264e290279d812, State: Initialized, Role: FOLLOWER
I20260630 12:35:05.277038  5040 leader_election.cc:304] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:05.277009  5121 consensus_queue.cc:260] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.277689  5166 raft_consensus.cc:2804] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.277761  5000 raft_consensus.cc:2468] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 0.
I20260630 12:35:05.278059  5166 raft_consensus.cc:493] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.278544  5166 raft_consensus.cc:3060] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.279124  5121 ts_tablet_manager.cc:1434] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:05.283753  5166 raft_consensus.cc:515] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.285624  5166 leader_election.cc:290] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.285882  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e62ac374b86548c0b13c90c28467fa8d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:05.286372  4925 raft_consensus.cc:3060] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.290591  4925 raft_consensus.cc:2468] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 1.
I20260630 12:35:05.286248  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e62ac374b86548c0b13c90c28467fa8d" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.291181  5000 raft_consensus.cc:3060] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.291415  5040 leader_election.cc:304] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:05.292016  5166 raft_consensus.cc:2804] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.292359  5166 raft_consensus.cc:697] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Becoming Leader. State: Replica: 74714fbbf5794c3aac2b848dd2602095, State: Running, Role: LEADER
I20260630 12:35:05.292958  5166 consensus_queue.cc:237] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.295720  5000 raft_consensus.cc:2468] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 74714fbbf5794c3aac2b848dd2602095 in term 1.
I20260630 12:35:05.299743  4823 catalog_manager.cc:5697] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: term changed from 0 to 1, leader changed from <none> to 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:05.310940  5155 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.320297  5076 raft_consensus.cc:3060] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.327780  5154 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.348786  5153 raft_consensus.cc:493] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.349207  5153 raft_consensus.cc:515] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.350644  5153 leader_election.cc:290] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.351693  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.351917  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.352404  5000 raft_consensus.cc:2468] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:05.352476  5076 raft_consensus.cc:2468] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:05.353482  4892 leader_election.cc:304] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.354049  5153 raft_consensus.cc:2804] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.354323  5153 raft_consensus.cc:493] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.354588  5153 raft_consensus.cc:3060] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.359018  5153 raft_consensus.cc:515] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.360473  5153 leader_election.cc:290] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.361243  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.361469  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a3a0b3cb8694421b974549a3fbfcb4d" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.361696  5000 raft_consensus.cc:3060] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.361974  5076 raft_consensus.cc:3060] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.366075  5000 raft_consensus.cc:2468] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.366196  5076 raft_consensus.cc:2468] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.367064  4892 leader_election.cc:304] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.367717  5153 raft_consensus.cc:2804] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.368057  5153 raft_consensus.cc:697] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.368862  5153 consensus_queue.cc:237] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.375658  4822 catalog_manager.cc:5697] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.421415  5153 raft_consensus.cc:493] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.421868  5153 raft_consensus.cc:515] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.423499  5153 leader_election.cc:290] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.424444  5153 consensus_queue.cc:1048] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.424561  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.424556  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.425226  5000 raft_consensus.cc:2468] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:05.425336  5076 raft_consensus.cc:2468] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 0.
I20260630 12:35:05.426097  4892 leader_election.cc:304] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.426450  5154 raft_consensus.cc:493] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.426805  5153 raft_consensus.cc:2804] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.426887  5154 raft_consensus.cc:515] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.427281  5153 raft_consensus.cc:493] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.427712  5153 raft_consensus.cc:3060] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.428723  5154 leader_election.cc:290] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.429734  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.430054  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.430469  4925 raft_consensus.cc:2393] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d8da4541f6094e1794264e290279d812 in current term 1: Already voted for candidate 74714fbbf5794c3aac2b848dd2602095 in this term.
I20260630 12:35:05.431736  4967 leader_election.cc:304] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [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: d8da4541f6094e1794264e290279d812; no voters: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb
I20260630 12:35:05.432291  5154 raft_consensus.cc:3060] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.434700  5153 raft_consensus.cc:515] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.436655  5153 leader_election.cc:290] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [CANDIDATE]: Term 1 election: Requested vote from peers d8da4541f6094e1794264e290279d812 (127.0.111.66:37485), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.437461  5154 raft_consensus.cc:2749] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.437769  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812"
I20260630 12:35:05.438189  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b3141051ec040f19db5daf2f3f0b84c" candidate_uuid: "c9b1595f824645a7bad52a50c1014ddb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.438328  5001 raft_consensus.cc:3060] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.438740  5076 raft_consensus.cc:3060] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.445675  5076 raft_consensus.cc:2468] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.446631  4892 leader_election.cc:304] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: 74714fbbf5794c3aac2b848dd2602095, c9b1595f824645a7bad52a50c1014ddb; no voters: 
I20260630 12:35:05.447657  5152 raft_consensus.cc:2804] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.447808  5153 consensus_queue.cc:1048] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.448140  5152 raft_consensus.cc:697] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Becoming Leader. State: Replica: c9b1595f824645a7bad52a50c1014ddb, State: Running, Role: LEADER
I20260630 12:35:05.448906  5152 consensus_queue.cc:237] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.449517  5001 raft_consensus.cc:2468] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9b1595f824645a7bad52a50c1014ddb in term 1.
I20260630 12:35:05.459622  4822 catalog_manager.cc:5697] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb reported cstate change: term changed from 0 to 1, leader changed from <none> to c9b1595f824645a7bad52a50c1014ddb (127.0.111.65). New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.463379  5154 raft_consensus.cc:493] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.463779  5154 raft_consensus.cc:515] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.465657  5154 leader_election.cc:290] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.466199  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c78b3fbafcc7483cb2064431c938bd4e" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.466595  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c78b3fbafcc7483cb2064431c938bd4e" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095" is_pre_election: true
I20260630 12:35:05.466779  4925 raft_consensus.cc:2468] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 0.
I20260630 12:35:05.467512  5076 raft_consensus.cc:2468] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 0.
I20260630 12:35:05.468021  4966 leader_election.cc:304] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.468837  5154 raft_consensus.cc:2804] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:05.469167  5154 raft_consensus.cc:493] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:05.469455  5154 raft_consensus.cc:3060] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.474238  5154 raft_consensus.cc:515] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.475633  5154 leader_election.cc:290] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [CANDIDATE]: Term 1 election: Requested vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:05.476298  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c78b3fbafcc7483cb2064431c938bd4e" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb"
I20260630 12:35:05.476523  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c78b3fbafcc7483cb2064431c938bd4e" candidate_uuid: "d8da4541f6094e1794264e290279d812" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "74714fbbf5794c3aac2b848dd2602095"
I20260630 12:35:05.476744  4925 raft_consensus.cc:3060] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.476986  5076 raft_consensus.cc:3060] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.481837  4925 raft_consensus.cc:2468] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 1.
I20260630 12:35:05.482184  5076 raft_consensus.cc:2468] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8da4541f6094e1794264e290279d812 in term 1.
I20260630 12:35:05.482734  4966 leader_election.cc:304] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812; no voters: 
I20260630 12:35:05.483388  5154 raft_consensus.cc:2804] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:05.483799  5154 raft_consensus.cc:697] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Becoming Leader. State: Replica: d8da4541f6094e1794264e290279d812, State: Running, Role: LEADER
I20260630 12:35:05.484478  5154 consensus_queue.cc:237] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.488883  5166 raft_consensus.cc:493] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.489358  5166 raft_consensus.cc:515] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.491215  5166 leader_election.cc:290] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.492411  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.492591  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4edda98f82e401b84404f49409180b0" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.492009  4822 catalog_manager.cc:5697] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8da4541f6094e1794264e290279d812 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:05.493286  5001 raft_consensus.cc:2393] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.494138  5041 leader_election.cc:304] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
I20260630 12:35:05.494725  5166 raft_consensus.cc:3060] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.500051  5166 raft_consensus.cc:2749] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.508108  5152 consensus_queue.cc:1048] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.518805  5152 consensus_queue.cc:1048] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.539036  5166 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.539855  5162 raft_consensus.cc:493] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:05.540259  5162 raft_consensus.cc:515] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } }
I20260630 12:35:05.542255  5162 leader_election.cc:290] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517), d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:05.542870  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c9b1595f824645a7bad52a50c1014ddb" is_pre_election: true
I20260630 12:35:05.543244  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "229e6a00199c45f2a7e8e09795551d13" candidate_uuid: "74714fbbf5794c3aac2b848dd2602095" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8da4541f6094e1794264e290279d812" is_pre_election: true
I20260630 12:35:05.543999  5001 raft_consensus.cc:2393] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 74714fbbf5794c3aac2b848dd2602095 in current term 1: Already voted for candidate c9b1595f824645a7bad52a50c1014ddb in this term.
I20260630 12:35:05.544931  5041 leader_election.cc:304] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [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: 74714fbbf5794c3aac2b848dd2602095; no voters: c9b1595f824645a7bad52a50c1014ddb, d8da4541f6094e1794264e290279d812
I20260630 12:35:05.545691  5162 raft_consensus.cc:3060] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:05.553016  5162 raft_consensus.cc:2749] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:05.559887  5130 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.561964  5152 consensus_queue.cc:1048] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.577558  5153 consensus_queue.cc:1048] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.600875  5153 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.601181  5128 consensus_queue.cc:1048] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.613005  5128 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.613377  5152 consensus_queue.cc:1048] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.637115  5166 consensus_queue.cc:1048] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.645936  5162 consensus_queue.cc:1048] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.695943  5162 consensus_queue.cc:1048] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.707042  5166 consensus_queue.cc:1048] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.810408  5152 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.825752  5158 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.902194  5158 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:05.928509  5155 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:05.951699  5158 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:05.990237  5225 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:35:06.210017  5108 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.111.126:38797, user_credentials={real_user=slave}} blocked reactor thread for 78613.5us
W20260630 12:35:06.296921  5108 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.111.126:38797, user_credentials={real_user=slave}} blocked reactor thread for 63815.6us
W20260630 12:35:06.330453  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:37485, user_credentials={real_user=slave}} blocked reactor thread for 54254.7us
W20260630 12:35:06.559757  5208 log.cc:927] Time spent T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: Append to log took a long time: real 0.069s	user 0.001s	sys 0.000s
W20260630 12:35:06.591156  5196 log.cc:927] Time spent T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Append to log took a long time: real 0.062s	user 0.004s	sys 0.000s
W20260630 12:35:06.648837  5267 log.cc:927] Time spent T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: Append to log took a long time: real 0.078s	user 0.001s	sys 0.000s
W20260630 12:35:07.804312  5106 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.111.65:46517, user_credentials={real_user=slave}} blocked reactor thread for 56777.8us
W20260630 12:35:08.366364  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.67:36465, user_credentials={real_user=slave}} blocked reactor thread for 134189us
W20260630 12:35:08.597182  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:37485, user_credentials={real_user=slave}} blocked reactor thread for 98957.2us
W20260630 12:35:09.253188  5106 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.111.65:46517, user_credentials={real_user=slave}} blocked reactor thread for 62787.4us
I20260630 12:35:09.595719   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:09.611204  5306 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
W20260630 12:35:09.612181  5307 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
W20260630 12:35:09.618642  5310 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
I20260630 12:35:09.618925   445 server_base.cc:1061] running on GCE node
I20260630 12:35:09.621739   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:09.622028   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:09.622246   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822909622228 us; error 0 us; skew 500 ppm
I20260630 12:35:09.622908   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:09.626369   445 webserver.cc:533] Webserver started at http://127.0.111.68:33313/ using document root <none> and password file <none>
I20260630 12:35:09.627032   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:09.627311   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:09.627692   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:09.629416   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "202f88bf9d624ae0ad99bce9a2c5b50d"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.635316   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:35:09.639624  5314 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.640475   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:35:09.640828   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "202f88bf9d624ae0ad99bce9a2c5b50d"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.641166   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:09.667613   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:09.669085   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:09.670702   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:09.673466   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:09.673681   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.673918   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:09.674083   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.728906   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:43555
I20260630 12:35:09.729022  5376 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:43555 every 8 connection(s)
I20260630 12:35:09.734397   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:09.749082  5381 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
W20260630 12:35:09.753371  5382 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
W20260630 12:35:09.758579  5384 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
I20260630 12:35:09.759550   445 server_base.cc:1061] running on GCE node
I20260630 12:35:09.762845   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:09.763187   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:09.763453   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822909763433 us; error 0 us; skew 500 ppm
I20260630 12:35:09.764024   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:09.764876  5377 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:09.765286  5377 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:09.766180  5377 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
I20260630 12:35:09.767089   445 webserver.cc:533] Webserver started at http://127.0.111.69:44431/ using document root <none> and password file <none>
I20260630 12:35:09.767740   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:09.768010   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:09.768319   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:09.768388  4823 ts_manager.cc:194] Registered new tserver with Master: 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68:43555)
I20260630 12:35:09.769829   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-4-root/instance:
uuid: "31b937cd792d4d50b46b5f010b9246a3"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.770186  4823 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53808
I20260630 12:35:09.776424   445 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:09.779788  5389 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.780534   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:35:09.780799   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-4-root
uuid: "31b937cd792d4d50b46b5f010b9246a3"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.781031   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:09.794731   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:09.795848   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:09.797254   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:09.799662   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:09.799862   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.800081   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:09.800240   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.868280   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.69:46417
I20260630 12:35:09.868381  5451 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.69:46417 every 8 connection(s)
I20260630 12:35:09.873997   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:09.881846  5455 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
W20260630 12:35:09.886124  5456 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
I20260630 12:35:09.886940  5452 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:09.887434  5452 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:09.888501  5452 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
W20260630 12:35:09.889032  5458 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
I20260630 12:35:09.890022   445 server_base.cc:1061] running on GCE node
I20260630 12:35:09.890758  4823 ts_manager.cc:194] Registered new tserver with Master: 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69:46417)
I20260630 12:35:09.891170   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:09.891460   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:09.891728   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822909891708 us; error 0 us; skew 500 ppm
I20260630 12:35:09.892403   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:09.892438  4823 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53822
I20260630 12:35:09.894987   445 webserver.cc:533] Webserver started at http://127.0.111.70:44647/ using document root <none> and password file <none>
I20260630 12:35:09.895459   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:09.895627   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:09.895853   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:09.896927   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-5-root/instance:
uuid: "13e196900f18430491efee225e997fb0"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.900950   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:35:09.904150  5463 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.904942   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:09.905236   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-5-root
uuid: "13e196900f18430491efee225e997fb0"
format_stamp: "Formatted at 2026-06-30 12:35:09 on dist-test-slave-rw3v"
I20260630 12:35:09.905489   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-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)
I20260630 12:35:09.933226   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:09.934371   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:09.935593   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:09.937795   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:09.938045   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:09.938320   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:09.938529   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:10.008950   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.70:35917
I20260630 12:35:10.009070  5525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.70:35917 every 8 connection(s)
I20260630 12:35:10.023229  5526 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38797
I20260630 12:35:10.023553  5526 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:10.024194  5526 heartbeater.cc:507] Master 127.0.111.126:38797 requested a full tablet report, sending...
I20260630 12:35:10.025924  4823 ts_manager.cc:194] Registered new tserver with Master: 13e196900f18430491efee225e997fb0 (127.0.111.70:35917)
I20260630 12:35:10.027396  4823 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53826
I20260630 12:35:10.217693  4996 consensus_queue.cc:237] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
I20260630 12:35:10.225329  4925 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.226461  5071 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.226943  5301 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:35:10.227967  5531 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.234236  5531 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
W20260630 12:35:10.236969  4967 consensus_peers.cc:597] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 -> Peer 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69:46417): Couldn't send request to peer 31b937cd792d4d50b46b5f010b9246a3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c78b3fbafcc7483cb2064431c938bd4e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.236409  4925 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.238955  5071 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.248098  4996 consensus_queue.cc:237] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:10.249603  4823 catalog_manager.cc:5697] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:10.255538  4925 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.256870  5301 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.257436  5071 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.259452  5301 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.266010  5534 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.270064  4925 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.272634  5071 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
W20260630 12:35:10.278093  4965 consensus_peers.cc:597] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 -> Peer 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68:43555): Couldn't send request to peer 202f88bf9d624ae0ad99bce9a2c5b50d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c535672e745b4d929ac035d0e1e09cc0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.288714  4820 catalog_manager.cc:5697] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.296540  4925 consensus_queue.cc:237] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:10.302132  5071 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:35:10.303222  4996 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:35:10.303730  5268 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:35:10.304911  5209 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:35:10.311339  5268 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.313804  4996 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.317497  5071 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.323191  4820 catalog_manager.cc:5697] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb reported cstate change: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:10.324036  4925 consensus_queue.cc:237] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
W20260630 12:35:10.340565  4890 consensus_peers.cc:597] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb -> Peer 13e196900f18430491efee225e997fb0 (127.0.111.70:35917): Couldn't send request to peer 13e196900f18430491efee225e997fb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5a3a0b3cb8694421b974549a3fbfcb4d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.343319  4996 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.343732  5071 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.344975  5268 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.345824  5209 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:35:10.349751  4892 consensus_peers.cc:597] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb -> Peer 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69:46417): Couldn't send request to peer 31b937cd792d4d50b46b5f010b9246a3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5b3141051ec040f19db5daf2f3f0b84c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.352474  5209 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.353935  4996 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.354239  5071 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.362830  4925 consensus_queue.cc:237] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:10.366154  4816 catalog_manager.cc:5697] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index -1 to 26, NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) added. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } } }
I20260630 12:35:10.374243  5071 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.374748  4996 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:10.375629  5209 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.376609  5268 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:10.386256  5268 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.387235  5000 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
W20260630 12:35:10.388530  4890 consensus_peers.cc:597] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb -> Peer 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68:43555): Couldn't send request to peer 202f88bf9d624ae0ad99bce9a2c5b50d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 50409b565cae43ce9a8594f31cc22d23. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.390925  5071 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.399518  4816 catalog_manager.cc:5697] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index -1 to 26, NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } }
I20260630 12:35:10.410720  5071 consensus_queue.cc:237] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:10.417335  4925 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:35:10.418753  5304 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:35:10.419696  5000 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:35:10.421034  5304 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:35:10.427445  5303 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
W20260630 12:35:10.431293  5039 consensus_peers.cc:597] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 -> Peer 13e196900f18430491efee225e997fb0 (127.0.111.70:35917): Couldn't send request to peer 13e196900f18430491efee225e997fb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1176948fd78d496f8fb65b28a121c2e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:10.430794  5000 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.430665  4925 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.442616  4823 catalog_manager.cc:5697] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index -1 to 25, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:10.633980  5549 ts_tablet_manager.cc:933] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Initiating tablet copy from peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:10.635515  5549 tablet_copy_client.cc:323] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:37485
I20260630 12:35:10.645304  5012 tablet_copy_service.cc:140] P d8da4541f6094e1794264e290279d812: Received BeginTabletCopySession request for tablet c535672e745b4d929ac035d0e1e09cc0 from peer 202f88bf9d624ae0ad99bce9a2c5b50d ({username='slave'} at 127.0.0.1:48006)
I20260630 12:35:10.645756  5012 tablet_copy_service.cc:161] P d8da4541f6094e1794264e290279d812: Beginning new tablet copy session on tablet c535672e745b4d929ac035d0e1e09cc0 from peer 202f88bf9d624ae0ad99bce9a2c5b50d at {username='slave'} at 127.0.0.1:48006: session id = 202f88bf9d624ae0ad99bce9a2c5b50d-c535672e745b4d929ac035d0e1e09cc0
I20260630 12:35:10.650769  5012 tablet_copy_source_session.cc:215] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.653079  5549 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c535672e745b4d929ac035d0e1e09cc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.663535  5549 tablet_copy_client.cc:806] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.664050  5549 tablet_copy_client.cc:670] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:10.667239  5550 tablet_copy_client.cc:1025] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:10.772862  5377 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:10.787214  5552 ts_tablet_manager.cc:933] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Initiating tablet copy from peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485)
I20260630 12:35:10.788736  5552 tablet_copy_client.cc:323] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:37485
I20260630 12:35:10.798089  5012 tablet_copy_service.cc:140] P d8da4541f6094e1794264e290279d812: Received BeginTabletCopySession request for tablet c78b3fbafcc7483cb2064431c938bd4e from peer 31b937cd792d4d50b46b5f010b9246a3 ({username='slave'} at 127.0.0.1:53280)
I20260630 12:35:10.798512  5012 tablet_copy_service.cc:161] P d8da4541f6094e1794264e290279d812: Beginning new tablet copy session on tablet c78b3fbafcc7483cb2064431c938bd4e from peer 31b937cd792d4d50b46b5f010b9246a3 at {username='slave'} at 127.0.0.1:53280: session id = 31b937cd792d4d50b46b5f010b9246a3-c78b3fbafcc7483cb2064431c938bd4e
I20260630 12:35:10.803745  5012 tablet_copy_source_session.cc:215] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.806105  5552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c78b3fbafcc7483cb2064431c938bd4e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.816365  5552 tablet_copy_client.cc:806] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.816869  5552 tablet_copy_client.cc:670] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:10.820109  5553 tablet_copy_client.cc:1025] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:10.830696  5555 ts_tablet_manager.cc:933] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Initiating tablet copy from peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517)
I20260630 12:35:10.832672  5555 tablet_copy_client.cc:323] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:46517
I20260630 12:35:10.842607  4937 tablet_copy_service.cc:140] P c9b1595f824645a7bad52a50c1014ddb: Received BeginTabletCopySession request for tablet 5b3141051ec040f19db5daf2f3f0b84c from peer 31b937cd792d4d50b46b5f010b9246a3 ({username='slave'} at 127.0.0.1:55748)
I20260630 12:35:10.843164  4937 tablet_copy_service.cc:161] P c9b1595f824645a7bad52a50c1014ddb: Beginning new tablet copy session on tablet 5b3141051ec040f19db5daf2f3f0b84c from peer 31b937cd792d4d50b46b5f010b9246a3 at {username='slave'} at 127.0.0.1:55748: session id = 31b937cd792d4d50b46b5f010b9246a3-5b3141051ec040f19db5daf2f3f0b84c
I20260630 12:35:10.849005  4937 tablet_copy_source_session.cc:215] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.852283  5555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b3141051ec040f19db5daf2f3f0b84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.852835  5558 ts_tablet_manager.cc:933] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Initiating tablet copy from peer 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465)
I20260630 12:35:10.854554  5558 tablet_copy_client.cc:323] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:36465
I20260630 12:35:10.868340  5555 tablet_copy_client.cc:806] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.868649  5086 tablet_copy_service.cc:140] P 74714fbbf5794c3aac2b848dd2602095: Received BeginTabletCopySession request for tablet 1176948fd78d496f8fb65b28a121c2e4 from peer 13e196900f18430491efee225e997fb0 ({username='slave'} at 127.0.0.1:45652)
I20260630 12:35:10.868690  5561 ts_tablet_manager.cc:933] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Initiating tablet copy from peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517)
I20260630 12:35:10.868942  5555 tablet_copy_client.cc:670] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:10.869331  5086 tablet_copy_service.cc:161] P 74714fbbf5794c3aac2b848dd2602095: Beginning new tablet copy session on tablet 1176948fd78d496f8fb65b28a121c2e4 from peer 13e196900f18430491efee225e997fb0 at {username='slave'} at 127.0.0.1:45652: session id = 13e196900f18430491efee225e997fb0-1176948fd78d496f8fb65b28a121c2e4
I20260630 12:35:10.873941  5556 tablet_copy_client.cc:1025] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:10.875257  5561 tablet_copy_client.cc:323] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:46517
I20260630 12:35:10.877166  5086 tablet_copy_source_session.cc:215] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.880434  5558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1176948fd78d496f8fb65b28a121c2e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.885525  4937 tablet_copy_service.cc:140] P c9b1595f824645a7bad52a50c1014ddb: Received BeginTabletCopySession request for tablet 5a3a0b3cb8694421b974549a3fbfcb4d from peer 13e196900f18430491efee225e997fb0 ({username='slave'} at 127.0.0.1:55752)
I20260630 12:35:10.886118  4937 tablet_copy_service.cc:161] P c9b1595f824645a7bad52a50c1014ddb: Beginning new tablet copy session on tablet 5a3a0b3cb8694421b974549a3fbfcb4d from peer 13e196900f18430491efee225e997fb0 at {username='slave'} at 127.0.0.1:55752: session id = 13e196900f18430491efee225e997fb0-5a3a0b3cb8694421b974549a3fbfcb4d
I20260630 12:35:10.893105  4937 tablet_copy_source_session.cc:215] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.894788  5452 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:10.896023  5561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a3a0b3cb8694421b974549a3fbfcb4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.896054  5558 tablet_copy_client.cc:806] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.897294  5558 tablet_copy_client.cc:670] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:10.909417  5559 tablet_copy_client.cc:1025] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:10.912297  5561 tablet_copy_client.cc:806] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.912896  5561 tablet_copy_client.cc:670] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:10.916127  5562 tablet_copy_client.cc:1025] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:10.965284  5563 ts_tablet_manager.cc:933] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Initiating tablet copy from peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517)
I20260630 12:35:10.966853  5563 tablet_copy_client.cc:323] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:46517
I20260630 12:35:10.976090  4937 tablet_copy_service.cc:140] P c9b1595f824645a7bad52a50c1014ddb: Received BeginTabletCopySession request for tablet 50409b565cae43ce9a8594f31cc22d23 from peer 202f88bf9d624ae0ad99bce9a2c5b50d ({username='slave'} at 127.0.0.1:55760)
I20260630 12:35:10.976529  4937 tablet_copy_service.cc:161] P c9b1595f824645a7bad52a50c1014ddb: Beginning new tablet copy session on tablet 50409b565cae43ce9a8594f31cc22d23 from peer 202f88bf9d624ae0ad99bce9a2c5b50d at {username='slave'} at 127.0.0.1:55760: session id = 202f88bf9d624ae0ad99bce9a2c5b50d-50409b565cae43ce9a8594f31cc22d23
I20260630 12:35:10.981316  4937 tablet_copy_source_session.cc:215] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:10.983757  5563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50409b565cae43ce9a8594f31cc22d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:10.996481  5563 tablet_copy_client.cc:806] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:10.997051  5563 tablet_copy_client.cc:670] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:11.000326  5564 tablet_copy_client.cc:1025] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Injecting latency into file download: 2000
I20260630 12:35:11.029520  5526 heartbeater.cc:499] Master 127.0.111.126:38797 was elected leader, sending a full tablet report...
I20260630 12:35:12.668020  5549 tablet_copy_client.cc:538] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:12.677107  5549 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap starting.
I20260630 12:35:12.800451  5549 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=109 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:12.801115  5549 tablet_bootstrap.cc:492] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap complete.
I20260630 12:35:12.801608  5549 ts_tablet_manager.cc:1403] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Time spent bootstrapping tablet: real 0.125s	user 0.106s	sys 0.017s
I20260630 12:35:12.803580  5549 raft_consensus.cc:359] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:12.804111  5549 raft_consensus.cc:740] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 202f88bf9d624ae0ad99bce9a2c5b50d, State: Initialized, Role: LEARNER
I20260630 12:35:12.804570  5549 consensus_queue.cc:260] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:12.806844  5549 ts_tablet_manager.cc:1434] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:35:12.808616  5012 tablet_copy_service.cc:342] P d8da4541f6094e1794264e290279d812: Request end of tablet copy session 202f88bf9d624ae0ad99bce9a2c5b50d-c535672e745b4d929ac035d0e1e09cc0 received from {username='slave'} at 127.0.0.1:48006
I20260630 12:35:12.809096  5012 tablet_copy_service.cc:434] P d8da4541f6094e1794264e290279d812: ending tablet copy session 202f88bf9d624ae0ad99bce9a2c5b50d-c535672e745b4d929ac035d0e1e09cc0 on tablet c535672e745b4d929ac035d0e1e09cc0 with peer 202f88bf9d624ae0ad99bce9a2c5b50d
I20260630 12:35:12.820842  5552 tablet_copy_client.cc:538] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:12.831254  5552 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap starting.
I20260630 12:35:12.874822  5555 tablet_copy_client.cc:538] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:12.881160  5555 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap starting.
I20260630 12:35:12.910214  5558 tablet_copy_client.cc:538] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:12.916896  5561 tablet_copy_client.cc:538] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:12.918946  5558 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Bootstrap starting.
I20260630 12:35:12.925776  5561 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Bootstrap starting.
I20260630 12:35:13.001118  5563 tablet_copy_client.cc:538] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:13.010571  5563 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap starting.
I20260630 12:35:13.049865  5552 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=106 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:13.050673  5552 tablet_bootstrap.cc:492] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap complete.
I20260630 12:35:13.054140  5555 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=89 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:13.055045  5555 tablet_bootstrap.cc:492] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Bootstrap complete.
I20260630 12:35:13.055738  5555 ts_tablet_manager.cc:1403] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Time spent bootstrapping tablet: real 0.175s	user 0.128s	sys 0.005s
I20260630 12:35:13.061831  5555 raft_consensus.cc:359] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
I20260630 12:35:13.063109  5552 ts_tablet_manager.cc:1403] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Time spent bootstrapping tablet: real 0.232s	user 0.134s	sys 0.018s
I20260630 12:35:13.066134  5555 raft_consensus.cc:740] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 31b937cd792d4d50b46b5f010b9246a3, State: Initialized, Role: LEARNER
I20260630 12:35:13.066861  5555 consensus_queue.cc:260] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
I20260630 12:35:13.068723  5552 raft_consensus.cc:359] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
I20260630 12:35:13.070603  5552 raft_consensus.cc:740] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 31b937cd792d4d50b46b5f010b9246a3, State: Initialized, Role: LEARNER
I20260630 12:35:13.071275  5552 consensus_queue.cc:260] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: NON_VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: true } }
I20260630 12:35:13.076364  5555 ts_tablet_manager.cc:1434] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.000s
I20260630 12:35:13.083527  5552 ts_tablet_manager.cc:1434] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.002s
I20260630 12:35:13.084261  4937 tablet_copy_service.cc:342] P c9b1595f824645a7bad52a50c1014ddb: Request end of tablet copy session 31b937cd792d4d50b46b5f010b9246a3-5b3141051ec040f19db5daf2f3f0b84c received from {username='slave'} at 127.0.0.1:55748
I20260630 12:35:13.084735  4937 tablet_copy_service.cc:434] P c9b1595f824645a7bad52a50c1014ddb: ending tablet copy session 31b937cd792d4d50b46b5f010b9246a3-5b3141051ec040f19db5daf2f3f0b84c on tablet 5b3141051ec040f19db5daf2f3f0b84c with peer 31b937cd792d4d50b46b5f010b9246a3
I20260630 12:35:13.087669  5012 tablet_copy_service.cc:342] P d8da4541f6094e1794264e290279d812: Request end of tablet copy session 31b937cd792d4d50b46b5f010b9246a3-c78b3fbafcc7483cb2064431c938bd4e received from {username='slave'} at 127.0.0.1:53280
I20260630 12:35:13.088102  5012 tablet_copy_service.cc:434] P d8da4541f6094e1794264e290279d812: ending tablet copy session 31b937cd792d4d50b46b5f010b9246a3-c78b3fbafcc7483cb2064431c938bd4e on tablet c78b3fbafcc7483cb2064431c938bd4e with peer 31b937cd792d4d50b46b5f010b9246a3
I20260630 12:35:13.107920  5558 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:13.108922  5558 tablet_bootstrap.cc:492] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Bootstrap complete.
I20260630 12:35:13.109625  5558 ts_tablet_manager.cc:1403] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Time spent bootstrapping tablet: real 0.191s	user 0.137s	sys 0.012s
I20260630 12:35:13.112784  5558 raft_consensus.cc:359] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:13.113567  5558 raft_consensus.cc:740] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 13e196900f18430491efee225e997fb0, State: Initialized, Role: LEARNER
I20260630 12:35:13.114194  5558 consensus_queue.cc:260] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:13.123031  5558 ts_tablet_manager.cc:1434] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:35:13.128229  5086 tablet_copy_service.cc:342] P 74714fbbf5794c3aac2b848dd2602095: Request end of tablet copy session 13e196900f18430491efee225e997fb0-1176948fd78d496f8fb65b28a121c2e4 received from {username='slave'} at 127.0.0.1:45652
I20260630 12:35:13.128703  5086 tablet_copy_service.cc:434] P 74714fbbf5794c3aac2b848dd2602095: ending tablet copy session 13e196900f18430491efee225e997fb0-1176948fd78d496f8fb65b28a121c2e4 on tablet 1176948fd78d496f8fb65b28a121c2e4 with peer 13e196900f18430491efee225e997fb0
I20260630 12:35:13.157730  5561 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=92 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:13.158573  5561 tablet_bootstrap.cc:492] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Bootstrap complete.
I20260630 12:35:13.159264  5561 ts_tablet_manager.cc:1403] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Time spent bootstrapping tablet: real 0.234s	user 0.124s	sys 0.013s
I20260630 12:35:13.161773  5561 raft_consensus.cc:359] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:13.162503  5561 raft_consensus.cc:740] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 13e196900f18430491efee225e997fb0, State: Initialized, Role: LEARNER
I20260630 12:35:13.163056  5561 consensus_queue.cc:260] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:13.164937  5561 ts_tablet_manager.cc:1434] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:13.166568  4937 tablet_copy_service.cc:342] P c9b1595f824645a7bad52a50c1014ddb: Request end of tablet copy session 13e196900f18430491efee225e997fb0-5a3a0b3cb8694421b974549a3fbfcb4d received from {username='slave'} at 127.0.0.1:55752
I20260630 12:35:13.166967  4937 tablet_copy_service.cc:434] P c9b1595f824645a7bad52a50c1014ddb: ending tablet copy session 13e196900f18430491efee225e997fb0-5a3a0b3cb8694421b974549a3fbfcb4d on tablet 5a3a0b3cb8694421b974549a3fbfcb4d with peer 13e196900f18430491efee225e997fb0
I20260630 12:35:13.179014  5563 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=87 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:13.179812  5563 tablet_bootstrap.cc:492] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Bootstrap complete.
I20260630 12:35:13.180388  5563 ts_tablet_manager.cc:1403] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Time spent bootstrapping tablet: real 0.170s	user 0.120s	sys 0.004s
I20260630 12:35:13.180734  5352 raft_consensus.cc:1217] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:35:13.183531  5563 raft_consensus.cc:359] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:13.184110  5563 raft_consensus.cc:740] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 202f88bf9d624ae0ad99bce9a2c5b50d, State: Initialized, Role: LEARNER
I20260630 12:35:13.184696  5563 consensus_queue.cc:260] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
I20260630 12:35:13.186542  5563 ts_tablet_manager.cc:1434] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
I20260630 12:35:13.187991  4937 tablet_copy_service.cc:342] P c9b1595f824645a7bad52a50c1014ddb: Request end of tablet copy session 202f88bf9d624ae0ad99bce9a2c5b50d-50409b565cae43ce9a8594f31cc22d23 received from {username='slave'} at 127.0.0.1:55760
I20260630 12:35:13.188401  4937 tablet_copy_service.cc:434] P c9b1595f824645a7bad52a50c1014ddb: ending tablet copy session 202f88bf9d624ae0ad99bce9a2c5b50d-50409b565cae43ce9a8594f31cc22d23 on tablet 50409b565cae43ce9a8594f31cc22d23 with peer 202f88bf9d624ae0ad99bce9a2c5b50d
I20260630 12:35:13.202677  5427 raft_consensus.cc:1217] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:35:13.266769  5427 raft_consensus.cc:1217] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:35:13.338768  5352 raft_consensus.cc:1217] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:35:13.446206  5501 raft_consensus.cc:1217] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260630 12:35:13.459111  5501 raft_consensus.cc:1217] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260630 12:35:13.688607  5580 raft_consensus.cc:1064] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: attempting to promote NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 to VOTER
I20260630 12:35:13.691296  5580 consensus_queue.cc:237] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } }
I20260630 12:35:13.698067  5427 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.699352  5071 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.700273  5000 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.699873  5268 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:35:13.701789  5582 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.706017  5580 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.711380  5569 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.721808  5074 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.725571  5427 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.726919  4820 catalog_manager.cc:5697] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb reported cstate change: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:13.727751  5000 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.752022  5583 raft_consensus.cc:1064] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: attempting to promote NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d to VOTER
I20260630 12:35:13.754937  5583 consensus_queue.cc:237] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } }
I20260630 12:35:13.762167  5352 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.763607  5074 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.765413  5588 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.768589  4923 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.770316  5565 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:35:13.771377  5588 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.794112  5589 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.796470  4925 consensus_queue.cc:237] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } }
I20260630 12:35:13.799844  5565 raft_consensus.cc:1064] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: attempting to promote NON_VOTER 31b937cd792d4d50b46b5f010b9246a3 to VOTER
I20260630 12:35:13.802282  5565 consensus_queue.cc:237] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } }
I20260630 12:35:13.801262  5352 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.807271  5427 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.808795  5582 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.810652  4923 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.816133  5071 raft_consensus.cc:1275] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.816426  5569 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.817495  5074 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.824998  5580 consensus_queue.cc:1048] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.829775  5427 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.830080  5068 raft_consensus.cc:2955] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.848315  4810 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5b3141051ec040f19db5daf2f3f0b84c with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:13.851024  4820 catalog_manager.cc:5697] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.852483  4816 catalog_manager.cc:5697] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 reported cstate change: config changed from index 27 to 28, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.861155  5068 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.862785  5589 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.864017  5427 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 LEARNER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.865936  5589 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.862991  4923 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.875655  4988 tablet_service.cc:1558] Processing DeleteTablet for tablet 5b3141051ec040f19db5daf2f3f0b84c with delete_type TABLET_DATA_TOMBSTONED (TS d8da4541f6094e1794264e290279d812 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47960
I20260630 12:35:13.877254  5589 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.892444  5602 tablet_replica.cc:333] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:13.893493  5602 raft_consensus.cc:2243] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:13.894518  5602 raft_consensus.cc:2272] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:13.893994  5565 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.897922  5602 ts_tablet_manager.cc:1916] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:13.898073  5582 raft_consensus.cc:1064] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: attempting to promote NON_VOTER 202f88bf9d624ae0ad99bce9a2c5b50d to VOTER
I20260630 12:35:13.900781  5582 consensus_queue.cc:237] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } }
I20260630 12:35:13.899001  4923 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.912910  4996 consensus_queue.cc:237] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } }
I20260630 12:35:13.915320  5602 ts_tablet_manager.cc:1929] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:35:13.915865  5602 log.cc:1199] T 5b3141051ec040f19db5daf2f3f0b84c P d8da4541f6094e1794264e290279d812: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root/wals/5b3141051ec040f19db5daf2f3f0b84c
I20260630 12:35:13.917761  4811 catalog_manager.cc:5028] TS d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): tablet 5b3141051ec040f19db5daf2f3f0b84c (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
I20260630 12:35:13.919041  5427 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.919592  5068 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:13.923332  4816 catalog_manager.cc:5697] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index 26 to 27, 31b937cd792d4d50b46b5f010b9246a3 (127.0.111.69) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:13.932179  5352 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.932890  4923 raft_consensus.cc:1275] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.940539  5589 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.942497  5583 consensus_queue.cc:1048] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.947124  5351 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 LEARNER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.948833  5569 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.953290  5565 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.956341  4996 consensus_queue.cc:237] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } }
I20260630 12:35:13.956615  5352 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.958292  5068 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.959622  5569 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.967187  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c535672e745b4d929ac035d0e1e09cc0 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:13.969549  5068 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.972462  5583 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.972723  5567 raft_consensus.cc:1064] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: attempting to promote NON_VOTER 13e196900f18430491efee225e997fb0 to VOTER
I20260630 12:35:13.973640  4823 catalog_manager.cc:5697] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:13.975251  5567 consensus_queue.cc:237] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } }
I20260630 12:35:13.978839  4923 raft_consensus.cc:2955] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:13.985428  5569 raft_consensus.cc:1064] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: attempting to promote NON_VOTER 13e196900f18430491efee225e997fb0 to VOTER
I20260630 12:35:13.989437  5427 raft_consensus.cc:1275] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Refusing update from remote peer d8da4541f6094e1794264e290279d812: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:13.990890  5589 consensus_queue.cc:1048] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:13.993705  5060 tablet_service.cc:1558] Processing DeleteTablet for tablet c535672e745b4d929ac035d0e1e09cc0 with delete_type TABLET_DATA_TOMBSTONED (TS 74714fbbf5794c3aac2b848dd2602095 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:60632
I20260630 12:35:13.995860  4996 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:13.997268  5582 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:13.989161  5071 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:14.040856  5569 consensus_queue.cc:237] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } }
I20260630 12:35:14.046792  5609 tablet_replica.cc:333] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:14.047833  5609 raft_consensus.cc:2243] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:14.048791  5609 raft_consensus.cc:2272] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:14.054407  5000 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:13.987273  5588 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:14.056430  5501 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:14.059412  5605 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.002s
I20260630 12:35:14.061344  5605 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:14.061492  5582 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.054574  4823 catalog_manager.cc:5697] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: config changed from index 27 to 28, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "d8da4541f6094e1794264e290279d812" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:14.059388  5426 raft_consensus.cc:2955] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "31b937cd792d4d50b46b5f010b9246a3" member_type: VOTER last_known_addr { host: "127.0.111.69" port: 46417 } attrs { promote: false } } }
I20260630 12:35:14.081486  4996 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.084712  5071 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:14.086337  5569 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:14.087177  4993 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:14.093974  5597 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.002s
I20260630 12:35:14.098786  5609 ts_tablet_manager.cc:1916] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:14.091022  5500 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 LEARNER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:14.101924  5074 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.102989  4925 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:35:14.105620  4909 tablet_service.cc:1558] Processing DeleteTablet for tablet c78b3fbafcc7483cb2064431c938bd4e with delete_type TABLET_DATA_TOMBSTONED (TS c9b1595f824645a7bad52a50c1014ddb not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:49296
I20260630 12:35:14.116262  5580 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:14.118311  5352 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.129319  5605 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:35:14.133013  4816 catalog_manager.cc:5697] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 reported cstate change: config changed from index 26 to 27, 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } attrs { replace: true } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.185431  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c78b3fbafcc7483cb2064431c938bd4e with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:14.210215  5612 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.218053  5501 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.224109  4925 consensus_queue.cc:237] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } }
I20260630 12:35:14.224435  5582 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.219417  5616 tablet_replica.cc:333] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:14.228408  5616 raft_consensus.cc:2243] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:14.230818  5616 raft_consensus.cc:2272] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:14.231613  4993 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:14.233078  5352 raft_consensus.cc:1275] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:35:14.234957  5597 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:14.236861  5580 consensus_queue.cc:1048] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:35:14.237883  4923 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.234164  5500 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.244318  5071 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.246371  5616 ts_tablet_manager.cc:1916] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:14.258610  5351 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.258894  4996 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.252708  5597 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.267905  5000 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.268152  4818 catalog_manager.cc:5697] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb reported cstate change: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.278636  4993 raft_consensus.cc:2955] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.279567  4822 catalog_manager.cc:5697] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d reported cstate change: config changed from index 27 to 28, VOTER 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: false } } }
I20260630 12:35:14.234992  5609 ts_tablet_manager.cc:1929] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:35:14.288300  5609 log.cc:1199] T c535672e745b4d929ac035d0e1e09cc0 P 74714fbbf5794c3aac2b848dd2602095: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root/wals/c535672e745b4d929ac035d0e1e09cc0
I20260630 12:35:14.290055  4811 catalog_manager.cc:5028] TS 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): tablet c535672e745b4d929ac035d0e1e09cc0 (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
I20260630 12:35:14.292851  4810 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 50409b565cae43ce9a8594f31cc22d23 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:14.299127  4818 catalog_manager.cc:5697] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: config changed from index 25 to 26, 13e196900f18430491efee225e997fb0 (127.0.111.70) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } attrs { replace: true } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.302040  5616 ts_tablet_manager.cc:1929] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:35:14.305482  5616 log.cc:1199] T c78b3fbafcc7483cb2064431c938bd4e P c9b1595f824645a7bad52a50c1014ddb: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root/wals/c78b3fbafcc7483cb2064431c938bd4e
I20260630 12:35:14.307483  4810 catalog_manager.cc:5028] TS c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): tablet c78b3fbafcc7483cb2064431c938bd4e (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
I20260630 12:35:14.309871  5060 tablet_service.cc:1558] Processing DeleteTablet for tablet 50409b565cae43ce9a8594f31cc22d23 with delete_type TABLET_DATA_TOMBSTONED (TS 74714fbbf5794c3aac2b848dd2602095 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:60632
I20260630 12:35:14.310990  5609 tablet_replica.cc:333] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:14.312040  5609 raft_consensus.cc:2243] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:14.312772  5609 raft_consensus.cc:2272] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:14.313344  5071 consensus_queue.cc:237] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [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: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } }
I20260630 12:35:14.317728  5609 ts_tablet_manager.cc:1916] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:14.319200  5500 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:14.321962  5612 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:14.324900  4993 raft_consensus.cc:1275] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:14.326356  5612 consensus_queue.cc:1048] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:14.335327  4923 consensus_queue.cc:237] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } }
I20260630 12:35:14.337134  5567 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.335279  5609 ts_tablet_manager.cc:1929] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:35:14.341166  5609 log.cc:1199] T 50409b565cae43ce9a8594f31cc22d23 P 74714fbbf5794c3aac2b848dd2602095: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-2-root/wals/50409b565cae43ce9a8594f31cc22d23
I20260630 12:35:14.342790  4811 catalog_manager.cc:5028] TS 74714fbbf5794c3aac2b848dd2602095 (127.0.111.67:36465): tablet 50409b565cae43ce9a8594f31cc22d23 (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
I20260630 12:35:14.345788  5071 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:14.345660  5500 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.347786  5582 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:14.348649  4811 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1176948fd78d496f8fb65b28a121c2e4 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:14.350158  4993 raft_consensus.cc:2955] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.353816  4823 catalog_manager.cc:5697] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: config changed from index 26 to 27, VOTER c9b1595f824645a7bad52a50c1014ddb (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:14.355731  5501 raft_consensus.cc:1275] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Refusing update from remote peer c9b1595f824645a7bad52a50c1014ddb: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:35:14.356629  5580 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.361236  5569 consensus_queue.cc:1048] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [LEADER]: Connected to new peer: Peer: permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:35:14.367319  5501 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.368857  5068 raft_consensus.cc:2955] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } } }
I20260630 12:35:14.373237  4810 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5a3a0b3cb8694421b974549a3fbfcb4d with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:14.378103  4818 catalog_manager.cc:5697] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb reported cstate change: config changed from index 26 to 27, VOTER d8da4541f6094e1794264e290279d812 (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "c9b1595f824645a7bad52a50c1014ddb" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:14.388746  4909 tablet_service.cc:1558] Processing DeleteTablet for tablet 1176948fd78d496f8fb65b28a121c2e4 with delete_type TABLET_DATA_TOMBSTONED (TS c9b1595f824645a7bad52a50c1014ddb not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:49296
I20260630 12:35:14.389863  5616 tablet_replica.cc:333] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:14.390753  5616 raft_consensus.cc:2243] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:14.391673  5616 raft_consensus.cc:2272] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:14.398433  4988 tablet_service.cc:1558] Processing DeleteTablet for tablet 5a3a0b3cb8694421b974549a3fbfcb4d with delete_type TABLET_DATA_TOMBSTONED (TS d8da4541f6094e1794264e290279d812 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:47960
I20260630 12:35:14.399521  5602 tablet_replica.cc:333] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:14.400004  5616 ts_tablet_manager.cc:1916] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:14.400388  5602 raft_consensus.cc:2243] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:14.401258  5602 raft_consensus.cc:2272] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:14.404664  5602 ts_tablet_manager.cc:1916] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:14.411914  5616 ts_tablet_manager.cc:1929] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260630 12:35:14.412406  5616 log.cc:1199] T 1176948fd78d496f8fb65b28a121c2e4 P c9b1595f824645a7bad52a50c1014ddb: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-0-root/wals/1176948fd78d496f8fb65b28a121c2e4
I20260630 12:35:14.413717  4810 catalog_manager.cc:5028] TS c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): tablet 1176948fd78d496f8fb65b28a121c2e4 (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
I20260630 12:35:14.414741  5602 ts_tablet_manager.cc:1929] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260630 12:35:14.415086  5602 log.cc:1199] T 5a3a0b3cb8694421b974549a3fbfcb4d P d8da4541f6094e1794264e290279d812: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822785200141-445-0/minicluster-data/ts-1-root/wals/5a3a0b3cb8694421b974549a3fbfcb4d
I20260630 12:35:14.416210  4811 catalog_manager.cc:5028] TS d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): tablet 5a3a0b3cb8694421b974549a3fbfcb4d (table test-workload [id=377040339ef141b88956a3792e8c2d65]) successfully deleted
W20260630 12:35:15.415941  4873 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 377040339ef141b88956a3792e8c2d65: could not find any suitable replica to move from server c9b1595f824645a7bad52a50c1014ddb to server 202f88bf9d624ae0ad99bce9a2c5b50d
I20260630 12:35:16.344362   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
W20260630 12:35:16.351915  5040 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260630 12:35:16.355978  5040 consensus_peers.cc:597] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 -> Peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): Couldn't send request to peer c9b1595f824645a7bad52a50c1014ddb. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:16.377616   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.378502   445 tablet_replica.cc:333] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.379374   445 raft_consensus.cc:2243] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.380416   445 raft_consensus.cc:2272] T 5b3141051ec040f19db5daf2f3f0b84c P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.383193   445 tablet_replica.cc:333] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.383744   445 raft_consensus.cc:2243] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.384743   445 raft_consensus.cc:2272] T 50409b565cae43ce9a8594f31cc22d23 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.387475   445 tablet_replica.cc:333] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.388037   445 raft_consensus.cc:2243] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.388885   445 raft_consensus.cc:2272] T e62ac374b86548c0b13c90c28467fa8d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.391196   445 tablet_replica.cc:333] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.391726   445 raft_consensus.cc:2243] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.393036   445 raft_consensus.cc:2272] T 5a3a0b3cb8694421b974549a3fbfcb4d P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.396040   445 tablet_replica.cc:333] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.396543   445 raft_consensus.cc:2243] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.397254   445 raft_consensus.cc:2272] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.399899   445 tablet_replica.cc:333] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.400417   445 raft_consensus.cc:2243] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.401194   445 raft_consensus.cc:2272] T 229e6a00199c45f2a7e8e09795551d13 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.403807   445 tablet_replica.cc:333] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.404312   445 raft_consensus.cc:2243] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.405329   445 raft_consensus.cc:2272] T f4edda98f82e401b84404f49409180b0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.408725   445 tablet_replica.cc:333] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.409231   445 raft_consensus.cc:2243] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.410257   445 raft_consensus.cc:2272] T f2d61472ba7846f2b360eca5babc08ca P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.413744   445 tablet_replica.cc:333] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.414381   445 raft_consensus.cc:2243] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.415213   445 raft_consensus.cc:2272] T f5f3e59b92ad4cd3873ce2d357e66ba0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.418185   445 tablet_replica.cc:333] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb: stopping tablet replica
I20260630 12:35:16.418951   445 raft_consensus.cc:2243] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.419842   445 raft_consensus.cc:2272] T c535672e745b4d929ac035d0e1e09cc0 P c9b1595f824645a7bad52a50c1014ddb [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:16.440256  4873 auto_rebalancer.cc:639] Failed to schedule move for tablet f5f3e59b92ad4cd3873ce2d357e66ba0: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:35:16.446833  5068 consensus_queue.cc:237] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } }
I20260630 12:35:16.454042   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:16.456626  4993 raft_consensus.cc:1275] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Refusing update from remote peer 74714fbbf5794c3aac2b848dd2602095: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:35:16.458178  5039 consensus_peers.cc:597] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 -> Peer 13e196900f18430491efee225e997fb0 (127.0.111.70:35917): Couldn't send request to peer 13e196900f18430491efee225e997fb0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e62ac374b86548c0b13c90c28467fa8d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:16.458278  5567 consensus_queue.cc:1048] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260630 12:35:16.465840  5040 consensus_peers.cc:597] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 -> Peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): Couldn't send request to peer c9b1595f824645a7bad52a50c1014ddb. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:46517: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:16.468855  5567 raft_consensus.cc:2955] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:16.470841  4993 raft_consensus.cc:2955] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } } }
I20260630 12:35:16.483896  4822 catalog_manager.cc:5697] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 reported cstate change: config changed from index -1 to 26, NON_VOTER 13e196900f18430491efee225e997fb0 (127.0.111.70) added. New cstate: current_term: 1 leader_uuid: "74714fbbf5794c3aac2b848dd2602095" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13e196900f18430491efee225e997fb0" member_type: NON_VOTER last_known_addr { host: "127.0.111.70" port: 35917 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:16.493848  4873 auto_rebalancer.cc:639] Failed to schedule move for tablet 5b3141051ec040f19db5daf2f3f0b84c: Network error: Client connection negotiation failed: client connection to 127.0.111.65:46517: connect: Connection refused (error 111)
W20260630 12:35:16.500662  4873 auto_rebalancer.cc:639] Failed to schedule move for tablet f4edda98f82e401b84404f49409180b0: Network error: Client connection negotiation failed: client connection to 127.0.111.65:46517: connect: Connection refused (error 111)
I20260630 12:35:16.505564   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:35:16.507424  4873 auto_rebalancer.cc:639] Failed to schedule move for tablet 50409b565cae43ce9a8594f31cc22d23: Network error: Client connection negotiation failed: client connection to 127.0.111.65:46517: connect: Connection refused (error 111)
I20260630 12:35:16.511991  5068 consensus_queue.cc:237] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [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: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } }
W20260630 12:35:16.530141  5041 consensus_peers.cc:597] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 -> Peer d8da4541f6094e1794264e290279d812 (127.0.111.66:37485): Couldn't send request to peer d8da4541f6094e1794264e290279d812. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:16.540887  5039 consensus_peers.cc:597] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 -> Peer 202f88bf9d624ae0ad99bce9a2c5b50d (127.0.111.68:43555): Couldn't send request to peer 202f88bf9d624ae0ad99bce9a2c5b50d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1f97a3888e1e496d8e0d2de4ee23a6d2. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:16.541293  5040 consensus_peers.cc:597] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 -> Peer c9b1595f824645a7bad52a50c1014ddb (127.0.111.65:46517): Couldn't send request to peer c9b1595f824645a7bad52a50c1014ddb. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:46517: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:16.551962   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.552685   445 tablet_replica.cc:333] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.553397   445 raft_consensus.cc:2243] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.553973   445 raft_consensus.cc:2272] T e62ac374b86548c0b13c90c28467fa8d P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.556602   445 tablet_replica.cc:333] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.557148   445 raft_consensus.cc:2243] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.557650   445 raft_consensus.cc:2272] T 50409b565cae43ce9a8594f31cc22d23 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.559994   445 tablet_replica.cc:333] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.560508   445 raft_consensus.cc:2243] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.560989   445 raft_consensus.cc:2272] T 1176948fd78d496f8fb65b28a121c2e4 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.563102   445 tablet_replica.cc:333] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.563643   445 raft_consensus.cc:2243] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.564240   445 raft_consensus.cc:2272] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.566386   445 tablet_replica.cc:333] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.566864   445 raft_consensus.cc:2243] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.567694   445 raft_consensus.cc:2272] T c78b3fbafcc7483cb2064431c938bd4e P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.570021   445 tablet_replica.cc:333] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.570569   445 raft_consensus.cc:2243] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.571079   445 raft_consensus.cc:2272] T f4edda98f82e401b84404f49409180b0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.573346   445 tablet_replica.cc:333] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.573846   445 raft_consensus.cc:2243] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.574460   445 raft_consensus.cc:2272] T 229e6a00199c45f2a7e8e09795551d13 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.576685   445 tablet_replica.cc:333] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.577162   445 raft_consensus.cc:2243] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.577832   445 raft_consensus.cc:2272] T f5f3e59b92ad4cd3873ce2d357e66ba0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.580241   445 tablet_replica.cc:333] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.580694   445 raft_consensus.cc:2243] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.581239   445 raft_consensus.cc:2272] T f2d61472ba7846f2b360eca5babc08ca P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.583508   445 tablet_replica.cc:333] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812: stopping tablet replica
I20260630 12:35:16.583948   445 raft_consensus.cc:2243] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.584770   445 raft_consensus.cc:2272] T c535672e745b4d929ac035d0e1e09cc0 P d8da4541f6094e1794264e290279d812 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.618136   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:16.646412   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:16.673347   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.674163   445 tablet_replica.cc:333] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.674964   445 raft_consensus.cc:2243] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.675964   445 raft_consensus.cc:2272] T e62ac374b86548c0b13c90c28467fa8d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.678524   445 tablet_replica.cc:333] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.679036   445 raft_consensus.cc:2243] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.679787   445 raft_consensus.cc:2272] T f4edda98f82e401b84404f49409180b0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.681883   445 tablet_replica.cc:333] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.682432   445 raft_consensus.cc:2243] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.683426   445 raft_consensus.cc:2272] T 229e6a00199c45f2a7e8e09795551d13 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.685705   445 tablet_replica.cc:333] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.686158   445 raft_consensus.cc:2243] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.686877   445 raft_consensus.cc:2272] T 1176948fd78d496f8fb65b28a121c2e4 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.688964   445 tablet_replica.cc:333] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.689428   445 raft_consensus.cc:2243] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.689852   445 raft_consensus.cc:2272] T 5b3141051ec040f19db5daf2f3f0b84c P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.691849   445 tablet_replica.cc:333] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.692291   445 raft_consensus.cc:2243] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.692962   445 raft_consensus.cc:2272] T 5a3a0b3cb8694421b974549a3fbfcb4d P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.695072   445 tablet_replica.cc:333] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.695555   445 raft_consensus.cc:2243] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.696079   445 raft_consensus.cc:2272] T c78b3fbafcc7483cb2064431c938bd4e P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.698196   445 tablet_replica.cc:333] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.698601   445 raft_consensus.cc:2243] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.699414   445 pending_rounds.cc:70] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Trying to abort 1 pending ops.
I20260630 12:35:16.699589   445 pending_rounds.cc:77] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095: Aborting op as it isn't in flight: id { term: 1 index: 26 } timestamp: 7302442666027671552 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "1f97a3888e1e496d8e0d2de4ee23a6d2" old_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } } new_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "c9b1595f824645a7bad52a50c1014ddb" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "d8da4541f6094e1794264e290279d812" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37485 } } peers { permanent_uuid: "74714fbbf5794c3aac2b848dd2602095" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36465 } } peers { permanent_uuid: "202f88bf9d624ae0ad99bce9a2c5b50d" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 43555 } attrs { promote: true } } } }
I20260630 12:35:16.700191   445 raft_consensus.cc:2917] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: Aborting config change with OpId 1.26: Aborted: Op aborted
I20260630 12:35:16.700454   445 raft_consensus.cc:2889] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260630 12:35:16.700966   445 raft_consensus.cc:2272] T 1f97a3888e1e496d8e0d2de4ee23a6d2 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:16.701553  4873 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f97a3888e1e496d8e0d2de4ee23a6d2: Aborted: Op aborted
I20260630 12:35:16.703827   445 tablet_replica.cc:333] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.704340   445 raft_consensus.cc:2243] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.704890   445 raft_consensus.cc:2272] T f2d61472ba7846f2b360eca5babc08ca P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.707281   445 tablet_replica.cc:333] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095: stopping tablet replica
I20260630 12:35:16.707717   445 raft_consensus.cc:2243] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.708137   445 raft_consensus.cc:2272] T f5f3e59b92ad4cd3873ce2d357e66ba0 P 74714fbbf5794c3aac2b848dd2602095 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.733686   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:16.762805   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:35:16.785082   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.785769   445 tablet_replica.cc:333] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d: stopping tablet replica
I20260630 12:35:16.786314   445 raft_consensus.cc:2243] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.786864   445 raft_consensus.cc:2272] T 50409b565cae43ce9a8594f31cc22d23 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.789299   445 tablet_replica.cc:333] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d: stopping tablet replica
I20260630 12:35:16.789707   445 raft_consensus.cc:2243] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.790302   445 raft_consensus.cc:2272] T c535672e745b4d929ac035d0e1e09cc0 P 202f88bf9d624ae0ad99bce9a2c5b50d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.811599   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:35:16.828358   445 tablet_server.cc:179] TabletServer@127.0.111.69:0 shutting down...
I20260630 12:35:16.855881   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.856746   445 tablet_replica.cc:333] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3: stopping tablet replica
I20260630 12:35:16.857467   445 raft_consensus.cc:2243] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.858260   445 raft_consensus.cc:2272] T 5b3141051ec040f19db5daf2f3f0b84c P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.861500   445 tablet_replica.cc:333] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3: stopping tablet replica
I20260630 12:35:16.862069   445 raft_consensus.cc:2243] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.862645   445 raft_consensus.cc:2272] T c78b3fbafcc7483cb2064431c938bd4e P 31b937cd792d4d50b46b5f010b9246a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.885231   445 tablet_server.cc:196] TabletServer@127.0.111.69:0 shutdown complete.
I20260630 12:35:16.901122   445 tablet_server.cc:179] TabletServer@127.0.111.70:0 shutting down...
I20260630 12:35:16.927356   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.928030   445 tablet_replica.cc:333] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0: stopping tablet replica
I20260630 12:35:16.928553   445 raft_consensus.cc:2243] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.929108   445 raft_consensus.cc:2272] T 5a3a0b3cb8694421b974549a3fbfcb4d P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.931977   445 tablet_replica.cc:333] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0: stopping tablet replica
I20260630 12:35:16.932581   445 raft_consensus.cc:2243] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:16.933167   445 raft_consensus.cc:2272] T 1176948fd78d496f8fb65b28a121c2e4 P 13e196900f18430491efee225e997fb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.953186   445 tablet_server.cc:196] TabletServer@127.0.111.70:0 shutdown complete.
I20260630 12:35:16.965587   445 master.cc:562] Master@127.0.111.126:38797 shutting down...
W20260630 12:35:16.984630  4873 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:35:16.985806   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.986299   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.986609   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7c6ff98a233b4851ab71d44d3d6464a1: stopping tablet replica
I20260630 12:35:17.009050   445 master.cc:584] Master@127.0.111.126:38797 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (14267 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:35:17.051787   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:37909
I20260630 12:35:17.052845   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:17.057899  5638 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
W20260630 12:35:17.058702  5639 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
W20260630 12:35:17.059213  5641 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
I20260630 12:35:17.059381   445 server_base.cc:1061] running on GCE node
I20260630 12:35:17.060256   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:17.060436   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:17.060587   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822917060571 us; error 0 us; skew 500 ppm
I20260630 12:35:17.061076   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:17.063290   445 webserver.cc:533] Webserver started at http://127.0.111.126:41751/ using document root <none> and password file <none>
I20260630 12:35:17.063722   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:17.063896   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:17.064142   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:17.065209   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.069325   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:17.072331  5646 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.073012   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:35:17.073275   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.073506   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-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)
I20260630 12:35:17.085426   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:17.086469   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:17.120653   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:37909
I20260630 12:35:17.120761  5697 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:37909 every 8 connection(s)
I20260630 12:35:17.124312  5698 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.133880  5698 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f: Bootstrap starting.
I20260630 12:35:17.138222  5698 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.141975  5698 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f: No bootstrap required, opened a new log
I20260630 12:35:17.143956  5698 raft_consensus.cc:359] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER }
I20260630 12:35:17.144309  5698 raft_consensus.cc:385] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.144519  5698 raft_consensus.cc:740] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e92b4942f7cb4835bbc1acd0a0a5f41f, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.145084  5698 consensus_queue.cc:260] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER }
I20260630 12:35:17.145493  5698 raft_consensus.cc:399] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:17.145706  5698 raft_consensus.cc:493] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:17.145929  5698 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.150615  5698 raft_consensus.cc:515] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER }
I20260630 12:35:17.151113  5698 leader_election.cc:304] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [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: e92b4942f7cb4835bbc1acd0a0a5f41f; no voters: 
I20260630 12:35:17.152153  5698 leader_election.cc:290] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:17.152619  5701 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:17.153806  5701 raft_consensus.cc:697] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 1 LEADER]: Becoming Leader. State: Replica: e92b4942f7cb4835bbc1acd0a0a5f41f, State: Running, Role: LEADER
I20260630 12:35:17.154410  5701 consensus_queue.cc:237] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [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: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER }
I20260630 12:35:17.154870  5698 sys_catalog.cc:565] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:17.158895  5703 sys_catalog.cc:455] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [sys.catalog]: SysCatalogTable state changed. Reason: New leader e92b4942f7cb4835bbc1acd0a0a5f41f. Latest consensus state: current_term: 1 leader_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER } }
I20260630 12:35:17.159489  5703 sys_catalog.cc:458] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:17.158459  5702 sys_catalog.cc:455] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e92b4942f7cb4835bbc1acd0a0a5f41f" member_type: VOTER } }
I20260630 12:35:17.163175  5702 sys_catalog.cc:458] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:17.163957  5709 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:17.168725  5709 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:17.169739   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:17.176822  5709 catalog_manager.cc:1383] Generated new cluster ID: c16aeb0f17274d62ad80f7b7bfbeb7cb
I20260630 12:35:17.177073  5709 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:17.195202  5709 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:17.196383  5709 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:17.210841  5709 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f: Generated new TSK 0
I20260630 12:35:17.211395  5709 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:17.235942   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:17.241591  5719 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
W20260630 12:35:17.242285  5720 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
I20260630 12:35:17.244287   445 server_base.cc:1061] running on GCE node
W20260630 12:35:17.244594  5722 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
I20260630 12:35:17.245393   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:17.245602   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:17.245757   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822917245739 us; error 0 us; skew 500 ppm
I20260630 12:35:17.246223   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:17.248889   445 webserver.cc:533] Webserver started at http://127.0.111.65:33779/ using document root <none> and password file <none>
I20260630 12:35:17.249444   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:17.249637   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:17.249876   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:17.250900   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "11795963e6664a9a870b2660de403596"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.255172   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:17.258474  5727 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.259248   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:17.259538   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "11795963e6664a9a870b2660de403596"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.259793   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-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)
I20260630 12:35:17.302012   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:17.303119   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:17.304482   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:17.306622   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:17.306818   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.307024   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:17.307202   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:35:17.343806   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:34587
I20260630 12:35:17.343916  5789 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:34587 every 8 connection(s)
I20260630 12:35:17.348327   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:17.354960  5794 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
W20260630 12:35:17.356822  5795 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
W20260630 12:35:17.359045  5797 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
I20260630 12:35:17.360752   445 server_base.cc:1061] running on GCE node
I20260630 12:35:17.360855  5790 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37909
I20260630 12:35:17.361284  5790 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:17.361953  5790 heartbeater.cc:507] Master 127.0.111.126:37909 requested a full tablet report, sending...
I20260630 12:35:17.363528   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:17.363752   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:17.363919   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822917363902 us; error 0 us; skew 500 ppm
I20260630 12:35:17.363961  5663 ts_manager.cc:194] Registered new tserver with Master: 11795963e6664a9a870b2660de403596 (127.0.111.65:34587)
I20260630 12:35:17.364502   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:17.366065  5663 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51884
I20260630 12:35:17.366858   445 webserver.cc:533] Webserver started at http://127.0.111.66:42437/ using document root <none> and password file <none>
I20260630 12:35:17.367352   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:17.367527   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:17.367759   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:17.368709   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "139f9ec844c74461a44c5d125414e7bd"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.372779   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:17.375932  5802 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.376658   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:17.376919   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "139f9ec844c74461a44c5d125414e7bd"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.377175   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-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)
I20260630 12:35:17.395586   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:17.396629   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:17.397919   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:17.399917   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:17.400102   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.400305   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:17.400449   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.436962   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:35257
I20260630 12:35:17.437040  5864 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:35257 every 8 connection(s)
I20260630 12:35:17.441308   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:17.448661  5868 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
W20260630 12:35:17.449759  5869 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
I20260630 12:35:17.451922  5865 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37909
I20260630 12:35:17.452313  5865 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:17.452504   445 server_base.cc:1061] running on GCE node
W20260630 12:35:17.453298  5871 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
I20260630 12:35:17.453382  5865 heartbeater.cc:507] Master 127.0.111.126:37909 requested a full tablet report, sending...
I20260630 12:35:17.454216   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:17.454475   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:17.454739   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822917454718 us; error 0 us; skew 500 ppm
I20260630 12:35:17.455402   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:17.455610  5663 ts_manager.cc:194] Registered new tserver with Master: 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:17.457445  5663 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51898
I20260630 12:35:17.458076   445 webserver.cc:533] Webserver started at http://127.0.111.67:36311/ using document root <none> and password file <none>
I20260630 12:35:17.458694   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:17.458863   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:17.459118   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:17.460238   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "fe3871c37075454cb8fced1d016c7129"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.464435   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:17.467414  5876 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.468071   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:17.468341   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "fe3871c37075454cb8fced1d016c7129"
format_stamp: "Formatted at 2026-06-30 12:35:17 on dist-test-slave-rw3v"
I20260630 12:35:17.468595   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-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)
I20260630 12:35:17.481801   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:17.482916   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:17.484274   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:17.486339   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:17.486527   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.486738   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:17.486887   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.523001   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:46303
I20260630 12:35:17.523113  5938 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:46303 every 8 connection(s)
I20260630 12:35:17.535647  5939 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37909
I20260630 12:35:17.535995  5939 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:17.536643  5939 heartbeater.cc:507] Master 127.0.111.126:37909 requested a full tablet report, sending...
I20260630 12:35:17.538369  5663 ts_manager.cc:194] Registered new tserver with Master: fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:17.539304   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013325615s
I20260630 12:35:17.539665  5663 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51908
I20260630 12:35:18.368705  5790 heartbeater.cc:499] Master 127.0.111.126:37909 was elected leader, sending a full tablet report...
I20260630 12:35:18.459849  5865 heartbeater.cc:499] Master 127.0.111.126:37909 was elected leader, sending a full tablet report...
I20260630 12:35:18.542125  5939 heartbeater.cc:499] Master 127.0.111.126:37909 was elected leader, sending a full tablet report...
I20260630 12:35:18.592950  5663 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51916:
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"
    }
  }
}
W20260630 12:35:18.595428  5663 catalog_manager.cc:7077] 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.
I20260630 12:35:18.656189  5904 tablet_service.cc:1511] Processing CreateTablet for tablet 0678bd18b3104c2596dc05b995e961d0 (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:35:18.656529  5903 tablet_service.cc:1511] Processing CreateTablet for tablet 3d95e87853454ac8b9ffa5f3385c8c5e (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:35:18.657691  5904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0678bd18b3104c2596dc05b995e961d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.657392  5902 tablet_service.cc:1511] Processing CreateTablet for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:35:18.658880  5902 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.662618  5903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d95e87853454ac8b9ffa5f3385c8c5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.686147  5959 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: Bootstrap starting.
I20260630 12:35:18.693116  5959 tablet_bootstrap.cc:654] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.699991  5830 tablet_service.cc:1511] Processing CreateTablet for tablet 0678bd18b3104c2596dc05b995e961d0 (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:35:18.701375  5830 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0678bd18b3104c2596dc05b995e961d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.702827  5828 tablet_service.cc:1511] Processing CreateTablet for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:35:18.703670  5959 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: No bootstrap required, opened a new log
I20260630 12:35:18.704129  5828 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.705721  5829 tablet_service.cc:1511] Processing CreateTablet for tablet 3d95e87853454ac8b9ffa5f3385c8c5e (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:35:18.707033  5829 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d95e87853454ac8b9ffa5f3385c8c5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.707086  5755 tablet_service.cc:1511] Processing CreateTablet for tablet 0678bd18b3104c2596dc05b995e961d0 (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:35:18.707798  5753 tablet_service.cc:1511] Processing CreateTablet for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:35:18.708417  5755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0678bd18b3104c2596dc05b995e961d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.709012  5753 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.704155  5959 ts_tablet_manager.cc:1403] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.004s
I20260630 12:35:18.710419  5754 tablet_service.cc:1511] Processing CreateTablet for tablet 3d95e87853454ac8b9ffa5f3385c8c5e (DEFAULT_TABLE table=test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:35:18.713713  5754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d95e87853454ac8b9ffa5f3385c8c5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.713807  5959 raft_consensus.cc:359] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.721192  5959 raft_consensus.cc:385] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.721565  5959 raft_consensus.cc:740] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.722481  5959 consensus_queue.cc:260] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.728897  5959 ts_tablet_manager.cc:1434] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:35:18.730026  5959 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: Bootstrap starting.
I20260630 12:35:18.730121  5963 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: Bootstrap starting.
I20260630 12:35:18.736900  5959 tablet_bootstrap.cc:654] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.738077  5963 tablet_bootstrap.cc:654] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.741706  5962 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Bootstrap starting.
I20260630 12:35:18.747712  5962 tablet_bootstrap.cc:654] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.748965  5959 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: No bootstrap required, opened a new log
I20260630 12:35:18.749589  5959 ts_tablet_manager.cc:1403] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:35:18.752415  5959 raft_consensus.cc:359] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.753216  5959 raft_consensus.cc:385] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.753557  5959 raft_consensus.cc:740] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.754552  5963 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: No bootstrap required, opened a new log
I20260630 12:35:18.754467  5959 consensus_queue.cc:260] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.755255  5963 ts_tablet_manager.cc:1403] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.000s
I20260630 12:35:18.756886  5959 ts_tablet_manager.cc:1434] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:35:18.757906  5959 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: Bootstrap starting.
I20260630 12:35:18.760059  5963 raft_consensus.cc:359] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.760852  5963 raft_consensus.cc:385] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.760054  5962 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: No bootstrap required, opened a new log
I20260630 12:35:18.761380  5963 raft_consensus.cc:740] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.761699  5962 ts_tablet_manager.cc:1403] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260630 12:35:18.762380  5963 consensus_queue.cc:260] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.764065  5959 tablet_bootstrap.cc:654] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.764647  5962 raft_consensus.cc:359] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.765419  5962 raft_consensus.cc:385] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.765743  5962 raft_consensus.cc:740] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11795963e6664a9a870b2660de403596, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.766659  5962 consensus_queue.cc:260] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.770470  5963 ts_tablet_manager.cc:1434] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:35:18.771270  5959 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: No bootstrap required, opened a new log
I20260630 12:35:18.771571  5963 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: Bootstrap starting.
I20260630 12:35:18.773430  5962 ts_tablet_manager.cc:1434] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:35:18.771739  5959 ts_tablet_manager.cc:1403] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.002s
I20260630 12:35:18.774492  5962 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: Bootstrap starting.
I20260630 12:35:18.776999  5959 raft_consensus.cc:359] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.777750  5959 raft_consensus.cc:385] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.778067  5959 raft_consensus.cc:740] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.778939  5959 consensus_queue.cc:260] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.781070  5959 ts_tablet_manager.cc:1434] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:35:18.783605  5962 tablet_bootstrap.cc:654] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.785640  5963 tablet_bootstrap.cc:654] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.789834  5962 tablet_bootstrap.cc:492] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: No bootstrap required, opened a new log
I20260630 12:35:18.790323  5962 ts_tablet_manager.cc:1403] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.000s
I20260630 12:35:18.790663  5963 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: No bootstrap required, opened a new log
I20260630 12:35:18.791061  5963 ts_tablet_manager.cc:1403] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.000s
I20260630 12:35:18.793097  5962 raft_consensus.cc:359] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.793618  5962 raft_consensus.cc:385] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.793562  5963 raft_consensus.cc:359] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.794039  5962 raft_consensus.cc:740] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11795963e6664a9a870b2660de403596, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.794309  5963 raft_consensus.cc:385] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.794580  5963 raft_consensus.cc:740] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.794669  5962 consensus_queue.cc:260] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.795274  5963 consensus_queue.cc:260] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.796525  5962 ts_tablet_manager.cc:1434] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:35:18.797376  5962 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: Bootstrap starting.
I20260630 12:35:18.798900  5963 ts_tablet_manager.cc:1434] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:35:18.799870  5963 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Bootstrap starting.
I20260630 12:35:18.801788  5962 tablet_bootstrap.cc:654] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.807282  5963 tablet_bootstrap.cc:654] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.810024  5962 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: No bootstrap required, opened a new log
I20260630 12:35:18.810411  5962 ts_tablet_manager.cc:1403] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:35:18.812525  5963 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: No bootstrap required, opened a new log
I20260630 12:35:18.812402  5962 raft_consensus.cc:359] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.812938  5963 ts_tablet_manager.cc:1403] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260630 12:35:18.812950  5962 raft_consensus.cc:385] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.813398  5962 raft_consensus.cc:740] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11795963e6664a9a870b2660de403596, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.813977  5962 consensus_queue.cc:260] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.815585  5962 ts_tablet_manager.cc:1434] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:35:18.815208  5963 raft_consensus.cc:359] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.816045  5963 raft_consensus.cc:385] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.816345  5963 raft_consensus.cc:740] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.817054  5963 consensus_queue.cc:260] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.818907  5963 ts_tablet_manager.cc:1434] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:18.867516  5967 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.867959  5967 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.869688  5961 raft_consensus.cc:493] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.870184  5961 raft_consensus.cc:515] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.872605  5967 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303), 11795963e6664a9a870b2660de403596 (127.0.111.65:34587)
I20260630 12:35:18.881538  5961 leader_election.cc:290] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:18.886351  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129" is_pre_election: true
I20260630 12:35:18.887449  5914 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 0.
I20260630 12:35:18.888238  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:18.888928  5765 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 0.
I20260630 12:35:18.888863  5805 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:18.889914  5967 raft_consensus.cc:2804] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.890254  5967 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.890542  5967 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.896591  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:18.896776  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:18.897379  5840 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 0.
I20260630 12:35:18.897194  5967 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.897461  5765 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 0.
I20260630 12:35:18.898515  5877 leader_election.cc:304] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:18.899580  5961 raft_consensus.cc:2804] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.899988  5967 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 1 election: Requested vote from peers fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303), 11795963e6664a9a870b2660de403596 (127.0.111.65:34587)
I20260630 12:35:18.899914  5961 raft_consensus.cc:493] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.899885  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129"
I20260630 12:35:18.900025  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:18.900900  5961 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.901064  5765 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.901124  5914 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.907002  5765 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 1.
I20260630 12:35:18.907974  5804 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [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: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd; no voters: 
I20260630 12:35:18.908644  5967 raft_consensus.cc:2804] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.908586  5914 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 1.
I20260630 12:35:18.908550  5961 raft_consensus.cc:515] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.910197  5967 raft_consensus.cc:697] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 LEADER]: Becoming Leader. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Running, Role: LEADER
I20260630 12:35:18.911448  5961 leader_election.cc:290] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 1 election: Requested vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:18.911466  5967 consensus_queue.cc:237] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:18.912458  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:18.912961  5840 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.918635  5840 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 1.
I20260630 12:35:18.911657  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:18.919281  5765 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.919566  5877 leader_election.cc:304] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:18.919605  5663 catalog_manager.cc:5697] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 139f9ec844c74461a44c5d125414e7bd (127.0.111.66). New cstate: current_term: 1 leader_uuid: "139f9ec844c74461a44c5d125414e7bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:18.920511  5961 raft_consensus.cc:2804] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.921859  5961 raft_consensus.cc:697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Becoming Leader. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Running, Role: LEADER
I20260630 12:35:18.922744  5961 consensus_queue.cc:237] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.924628  5765 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 1.
I20260630 12:35:18.930457  5961 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.930945  5961 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.930807  5663 catalog_manager.cc:5697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 reported cstate change: term changed from 0 to 1, leader changed from <none> to fe3871c37075454cb8fced1d016c7129 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:18.933111  5961 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:18.934345  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:18.934245  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:18.934969  5840 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 0.
I20260630 12:35:18.935052  5765 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 0.
I20260630 12:35:18.936185  5877 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:18.937218  5961 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.937500  5961 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.937752  5961 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.943881  5961 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.945399  5961 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 1 election: Requested vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:18.946358  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:18.946285  5765 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:18.946899  5840 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.946955  5765 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.951349  5765 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 1.
I20260630 12:35:18.951372  5840 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 1.
I20260630 12:35:18.952466  5878 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [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: 11795963e6664a9a870b2660de403596, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:18.953163  5961 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.953522  5961 raft_consensus.cc:697] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Becoming Leader. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Running, Role: LEADER
I20260630 12:35:18.954074  5961 consensus_queue.cc:237] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:18.960968  5663 catalog_manager.cc:5697] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 reported cstate change: term changed from 0 to 1, leader changed from <none> to fe3871c37075454cb8fced1d016c7129 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:19.035647   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:19.041172  5984 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
W20260630 12:35:19.042411  5985 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
W20260630 12:35:19.044095  5987 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
I20260630 12:35:19.045890   445 server_base.cc:1061] running on GCE node
I20260630 12:35:19.047405   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.047619   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:19.047776   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822919047764 us; error 0 us; skew 500 ppm
I20260630 12:35:19.048223   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.050285   445 webserver.cc:533] Webserver started at http://127.0.111.68:33139/ using document root <none> and password file <none>
I20260630 12:35:19.050726   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.050901   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.051134   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.052188   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "e7335fe1077741fc8f6bd463387bffef"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-rw3v"
I20260630 12:35:19.056274   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:19.059267  5992 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.059988   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:19.060245   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "e7335fe1077741fc8f6bd463387bffef"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-rw3v"
I20260630 12:35:19.060499   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-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)
I20260630 12:35:19.077577   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.078701   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.080106   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:19.082176   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:19.082365   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.082577   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:19.082726   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.120628   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:36447
I20260630 12:35:19.120724  6054 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:36447 every 8 connection(s)
I20260630 12:35:19.133081  6055 heartbeater.cc:344] Connected to a master server at 127.0.111.126:37909
I20260630 12:35:19.133447  6055 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.134110  6055 heartbeater.cc:507] Master 127.0.111.126:37909 requested a full tablet report, sending...
I20260630 12:35:19.135821  5663 ts_manager.cc:194] Registered new tserver with Master: e7335fe1077741fc8f6bd463387bffef (127.0.111.68:36447)
I20260630 12:35:19.137313  5663 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51926
I20260630 12:35:19.168622  5716 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:19.177227  5961 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:19.185979  5961 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:35:19.186244  5961 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:35:19.186667  5914 consensus_queue.cc:237] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:19.187326  5913 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e"
dest_uuid: "fe3871c37075454cb8fced1d016c7129"
mode: GRACEFUL
new_leader_uuid: "11795963e6664a9a870b2660de403596"
 from {username='slave'} at 127.0.0.1:56212
I20260630 12:35:19.188040  5913 raft_consensus.cc:606] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Received request to transfer leadership to TS 11795963e6664a9a870b2660de403596
I20260630 12:35:19.189342  5716 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:35:19.189867  5716 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:19.195344  5840 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:19.197438  5765 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:19.198750  5967 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:19.200368  6064 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:19.201043  5981 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:19.206511  6064 consensus_queue.cc:1048] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:19.216311  5765 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:19.219838  5979 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:35:19.227253  5877 consensus_peers.cc:597] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 -> Peer e7335fe1077741fc8f6bd463387bffef (127.0.111.68:36447): Couldn't send request to peer e7335fe1077741fc8f6bd463387bffef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1a0b3eea4ce34f44b0aec8f803c4b2ef. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:19.245760  5663 catalog_manager.cc:5697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 reported cstate change: config changed from index -1 to 2, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:19.251267  5840 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:19.265617  6066 consensus_queue.cc:1048] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:19.394258  6067 raft_consensus.cc:993] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: : Instructing follower 11795963e6664a9a870b2660de403596 to start an election
I20260630 12:35:19.394694  6064 raft_consensus.cc:1081] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Signalling peer 11795963e6664a9a870b2660de403596 to start an election
I20260630 12:35:19.396342  5763 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e"
dest_uuid: "11795963e6664a9a870b2660de403596"
 from {username='slave'} at 127.0.0.1:42956
I20260630 12:35:19.396828  5763 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:19.397068  5763 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:19.401590  5763 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:19.403366  5763 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 2 election: Requested vote from peers 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:19.412622  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:19.413074  5840 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:19.413430  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "fe3871c37075454cb8fced1d016c7129"
I20260630 12:35:19.414026  5914 raft_consensus.cc:3055] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:19.414352  5914 raft_consensus.cc:740] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Running, Role: LEADER
I20260630 12:35:19.415135  5914 consensus_queue.cc:260] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:19.416359  5914 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:19.419529  5840 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 11795963e6664a9a870b2660de403596 in term 2.
I20260630 12:35:19.420552  5728 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [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: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd; no voters: 
I20260630 12:35:19.421408  5969 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:19.422281  5969 raft_consensus.cc:697] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 LEADER]: Becoming Leader. State: Replica: 11795963e6664a9a870b2660de403596, State: Running, Role: LEADER
I20260630 12:35:19.422313  5914 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 11795963e6664a9a870b2660de403596 in term 2.
I20260630 12:35:19.423046  5969 consensus_queue.cc:237] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:19.423215  5961 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:19.428568  5660 catalog_manager.cc:5697] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 reported cstate change: term changed from 1 to 2, leader changed from fe3871c37075454cb8fced1d016c7129 (127.0.111.67) to 11795963e6664a9a870b2660de403596 (127.0.111.65). New cstate: current_term: 2 leader_uuid: "11795963e6664a9a870b2660de403596" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:19.434074  5711 auto_rebalancer.cc:639] Failed to schedule move for tablet 3d95e87853454ac8b9ffa5f3385c8c5e: Illegal state: Replica fe3871c37075454cb8fced1d016c7129 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } }
I20260630 12:35:19.567626  6080 ts_tablet_manager.cc:933] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: Initiating tablet copy from peer fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:19.569180  6080 tablet_copy_client.cc:323] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:46303
I20260630 12:35:19.577678  5924 tablet_copy_service.cc:140] P fe3871c37075454cb8fced1d016c7129: Received BeginTabletCopySession request for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef from peer e7335fe1077741fc8f6bd463387bffef ({username='slave'} at 127.0.0.1:56236)
I20260630 12:35:19.578137  5924 tablet_copy_service.cc:161] P fe3871c37075454cb8fced1d016c7129: Beginning new tablet copy session on tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef from peer e7335fe1077741fc8f6bd463387bffef at {username='slave'} at 127.0.0.1:56236: session id = e7335fe1077741fc8f6bd463387bffef-1a0b3eea4ce34f44b0aec8f803c4b2ef
I20260630 12:35:19.584087  5924 tablet_copy_source_session.cc:215] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:19.587489  6080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:19.604362  6080 tablet_copy_client.cc:806] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:19.605023  6080 tablet_copy_client.cc:670] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:19.611909  6080 tablet_copy_client.cc:538] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:19.620455  6080 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: Bootstrap starting.
I20260630 12:35:20.145383  6055 heartbeater.cc:499] Master 127.0.111.126:37909 was elected leader, sending a full tablet report...
I20260630 12:35:20.379992  6066 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 139f9ec844c74461a44c5d125414e7bd)
I20260630 12:35:20.380642  6066 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:20.383991  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:20.385762  6066 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:20.401393  5969 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 139f9ec844c74461a44c5d125414e7bd)
I20260630 12:35:20.402081  5969 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:20.406319  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:20.408217  5969 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:20.547298  5969 raft_consensus.cc:493] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader fe3871c37075454cb8fced1d016c7129)
I20260630 12:35:20.548069  5969 raft_consensus.cc:515] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:20.551522  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:20.692440  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:20.693228  5763 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 1.
I20260630 12:35:20.694473  5878 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: 11795963e6664a9a870b2660de403596, fe3871c37075454cb8fced1d016c7129; no voters: 139f9ec844c74461a44c5d125414e7bd
I20260630 12:35:20.695396  6066 raft_consensus.cc:2804] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:35:20.695803  6066 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 139f9ec844c74461a44c5d125414e7bd)
I20260630 12:35:20.696138  6066 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:20.720580  5694 debug-util.cc:398] Leaking SignalData structure 0x7b08000348e0 after lost signal to thread 448
W20260630 12:35:20.721896  5694 debug-util.cc:398] Leaking SignalData structure 0x7b08000cf2a0 after lost signal to thread 5697
I20260630 12:35:20.828186  5969 leader_election.cc:290] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:20.861430  6073 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.862157  6073 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:20.864322  6073 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:20.879588  6066 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:20.879940  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:20.881758  6066 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 2 election: Requested vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:20.882658  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:20.882850  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:20.884343  5877 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: fe3871c37075454cb8fced1d016c7129; no voters: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd
I20260630 12:35:20.885181  6066 raft_consensus.cc:2749] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:35:20.890079  5914 raft_consensus.cc:1240] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Rejecting Update request from peer 139f9ec844c74461a44c5d125414e7bd for earlier term 1. Current term is 2. Ops: []
W20260630 12:35:20.891399  6080 thread.cc:641] log-alloc [worker] (thread pool) Time spent creating pthread: real 1.238s	user 0.032s	sys 0.032s
W20260630 12:35:20.891798  6080 thread.cc:608] log-alloc [worker] (thread pool) Time spent starting thread: real 1.238s	user 0.033s	sys 0.032s
I20260630 12:35:20.891736  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129" is_pre_election: true
I20260630 12:35:20.892521  5914 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 2.
I20260630 12:35:20.894217  5914 raft_consensus.cc:1275] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Refusing update from remote peer 11795963e6664a9a870b2660de403596: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:20.895987  5913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129" is_pre_election: true
I20260630 12:35:20.896711  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129" is_pre_election: true
I20260630 12:35:20.897491  5914 raft_consensus.cc:2393] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 11795963e6664a9a870b2660de403596 in current term 2: Already voted for candidate fe3871c37075454cb8fced1d016c7129 in this term.
I20260630 12:35:20.898715  5730 leader_election.cc:304] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [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: 11795963e6664a9a870b2660de403596; no voters: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129
I20260630 12:35:20.899927  6080 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: 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
I20260630 12:35:20.900873  6080 tablet_bootstrap.cc:492] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: Bootstrap complete.
I20260630 12:35:20.901594  6080 ts_tablet_manager.cc:1403] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: Time spent bootstrapping tablet: real 1.281s	user 0.053s	sys 0.032s
I20260630 12:35:20.901541  5969 consensus_queue.cc:1048] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:20.903601  5969 raft_consensus.cc:2749] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:35:20.904094  6066 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.904508  6080 raft_consensus.cc:359] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:20.905128  5979 consensus_queue.cc:1059] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:20.905889  5805 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 11795963e6664a9a870b2660de403596
I20260630 12:35:20.913537  6066 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:20.922766  5967 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:35:20.924397  5967 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.912997  6080 raft_consensus.cc:740] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e7335fe1077741fc8f6bd463387bffef, State: Initialized, Role: LEARNER
I20260630 12:35:20.924744  5967 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Advancing to term 3
W20260630 12:35:20.928251  5694 debug-util.cc:398] Leaking SignalData structure 0x7b08000217e0 after lost signal to thread 5789
I20260630 12:35:20.931754  5660 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:51908 (request call id 15) took 1253 ms. Trace:
I20260630 12:35:20.932901  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:20.933128  6066 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:20.933499  5730 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [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: 11795963e6664a9a870b2660de403596; no voters: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129
I20260630 12:35:20.934240  5840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:20.948406  5967 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:20.949647  5839 raft_consensus.cc:1240] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Rejecting Update request from peer 11795963e6664a9a870b2660de403596 for earlier term 2. Current term is 3. Ops: []
I20260630 12:35:20.950260  5877 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [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: fe3871c37075454cb8fced1d016c7129; no voters: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd
I20260630 12:35:20.934439  6080 consensus_queue.cc:260] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
W20260630 12:35:20.936885  5694 debug-util.cc:398] Leaking SignalData structure 0x7b080008f520 after lost signal to thread 5864
I20260630 12:35:20.938064  5660 rpcz_store.cc:276] 0630 12:35:19.678727 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:35:19.678887 (+   160us) service_pool.cc:224] Handling call
0630 12:35:19.962443 (+283556us) spinlock_profiling.cc:243] Waited 24.9 ms on lock 0x7b54000433d4. stack: 00007f83204f9983 00007f83204f9880 00007f831fe891d4 000000000042d824 000000000042d7b9 00007f8323581090 00007f832361ff3a 00007f83293d4fdc 00007f83294d310e 00007f83279952a4 00007f8327995232 00007f8327995161 00007f83279950dc 00007f8327994392 00007f832195441c 00007f8321953856
0630 12:35:20.931690 (+969247us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":1,"spinlock_wait_cycles":57155968}
I20260630 12:35:20.953789  6083 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:20.954128  5694 debug-util.cc:398] Leaking SignalData structure 0x7b080022ade0 after lost signal to thread 5938
W20260630 12:35:20.954473  5694 debug-util.cc:398] Leaking SignalData structure 0x7b08002389a0 after lost signal to thread 5939
W20260630 12:35:20.956017  5694 debug-util.cc:398] Leaking SignalData structure 0x7b0800107920 after lost signal to thread 6054
I20260630 12:35:20.967084  5969 consensus_queue.cc:1059] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:20.979933  6083 raft_consensus.cc:2749] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:35:20.986727  6080 ts_tablet_manager.cc:1434] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: Time spent starting tablet: real 0.085s	user 0.009s	sys 0.004s
I20260630 12:35:20.993360  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:20.994031  5924 tablet_copy_service.cc:342] P fe3871c37075454cb8fced1d016c7129: Request end of tablet copy session e7335fe1077741fc8f6bd463387bffef-1a0b3eea4ce34f44b0aec8f803c4b2ef received from {username='slave'} at 127.0.0.1:56236
I20260630 12:35:20.994516  5924 tablet_copy_service.cc:434] P fe3871c37075454cb8fced1d016c7129: ending tablet copy session e7335fe1077741fc8f6bd463387bffef-1a0b3eea4ce34f44b0aec8f803c4b2ef on tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef with peer e7335fe1077741fc8f6bd463387bffef
I20260630 12:35:20.995719  5967 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 3 election: Requested vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:20.997207  5913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129"
I20260630 12:35:20.998740  5805 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 3 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 139f9ec844c74461a44c5d125414e7bd; no voters: 11795963e6664a9a870b2660de403596, fe3871c37075454cb8fced1d016c7129
I20260630 12:35:21.005177  5967 raft_consensus.cc:2749] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Leader election lost for term 3. Reason: could not achieve majority
I20260630 12:35:21.008126  6066 raft_consensus.cc:2749] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:35:21.055181  6083 raft_consensus.cc:3055] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:21.055634  6083 raft_consensus.cc:740] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 11795963e6664a9a870b2660de403596, State: Running, Role: LEADER
I20260630 12:35:21.056419  6083 consensus_queue.cc:260] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:21.057801  6083 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:21.178320  5763 raft_consensus.cc:1240] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Rejecting Update request from peer 139f9ec844c74461a44c5d125414e7bd for earlier term 1. Current term is 2. Ops: []
I20260630 12:35:21.180111  5967 consensus_queue.cc:1059] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:21.181232  6073 raft_consensus.cc:3055] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:21.181600  6073 raft_consensus.cc:740] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Running, Role: LEADER
I20260630 12:35:21.182374  6073 consensus_queue.cc:260] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:21.183848  6073 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:21.191016  5716 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:21.194841  5716 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:21.195294  5716 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:21.317088  6030 raft_consensus.cc:1217] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:21.863273  6083 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.863832  6083 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:21.865871  6083 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:21.866698  5839 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:21.867358  5839 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 11795963e6664a9a870b2660de403596 in term 3.
I20260630 12:35:21.868157  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129" is_pre_election: true
I20260630 12:35:21.868680  5728 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd; no voters: 
I20260630 12:35:21.869508  6083 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260630 12:35:21.869907  6083 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.870260  6083 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:21.877106  6083 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 4 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:21.879099  6083 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 4 election: Requested vote from peers 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257), fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:21.879895  5839 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:21.880479  5839 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:35:21.880671  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "11795963e6664a9a870b2660de403596" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "fe3871c37075454cb8fced1d016c7129"
I20260630 12:35:21.887194  5839 raft_consensus.cc:2468] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 11795963e6664a9a870b2660de403596 in term 4.
I20260630 12:35:21.888286  5728 leader_election.cc:304] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 11795963e6664a9a870b2660de403596, 139f9ec844c74461a44c5d125414e7bd; no voters: fe3871c37075454cb8fced1d016c7129
I20260630 12:35:21.889164  6083 raft_consensus.cc:2804] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:35:21.890205  6083 raft_consensus.cc:697] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 4 LEADER]: Becoming Leader. State: Replica: 11795963e6664a9a870b2660de403596, State: Running, Role: LEADER
I20260630 12:35:21.891108  6083 consensus_queue.cc:237] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [LEADER]: Queue going to 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: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:21.904850  5660 catalog_manager.cc:5697] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 reported cstate change: term changed from 2 to 4. New cstate: current_term: 4 leader_uuid: "11795963e6664a9a870b2660de403596" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.908360  6066 raft_consensus.cc:1064] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: attempting to promote NON_VOTER e7335fe1077741fc8f6bd463387bffef to VOTER
I20260630 12:35:21.910918  6066 consensus_queue.cc:237] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:21.922194  5961 raft_consensus.cc:493] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 11795963e6664a9a870b2660de403596)
I20260630 12:35:21.922771  5961 raft_consensus.cc:515] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } }
I20260630 12:35:21.924889  5961 leader_election.cc:290] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:21.928049  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:21.929484  5839 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d95e87853454ac8b9ffa5f3385c8c5e" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:21.930235  5839 raft_consensus.cc:2368] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fe3871c37075454cb8fced1d016c7129 for earlier term 3. Current term is 4.
I20260630 12:35:21.931566  5877 leader_election.cc:400] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 pre-election: Vote denied by peer 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257) with higher term. Message: Invalid argument: T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fe3871c37075454cb8fced1d016c7129 for earlier term 3. Current term is 4.
I20260630 12:35:21.931891  5877 leader_election.cc:403] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 pre-election: Cancelling election due to peer responding with higher term
I20260630 12:35:21.933656  5961 raft_consensus.cc:3060] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Advancing to term 4
I20260630 12:35:21.940641  5961 raft_consensus.cc:2749] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 4 FOLLOWER]: Leader pre-election lost for term 3. Reason: Vote denied by peer 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257) with higher term. Message: Invalid argument: T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fe3871c37075454cb8fced1d016c7129 for earlier term 3. Current term is 4.
I20260630 12:35:21.944413  5839 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:21.949533  6030 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 LEARNER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:21.959695  6095 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:21.963201  5961 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:21.970484  5763 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:21.973376  6066 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:22.006418  5763 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.013806  6030 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.025871  5663 catalog_manager.cc:5697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef reported cstate change: config changed from index 2 to 3, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.170100  5961 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.170709  5961 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:22.172799  5961 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:22.173990  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596" is_pre_election: true
I20260630 12:35:22.174263  5839 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd" is_pre_election: true
I20260630 12:35:22.175031  5839 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 2.
I20260630 12:35:22.174914  5763 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 2.
I20260630 12:35:22.176463  5878 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: 11795963e6664a9a870b2660de403596, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:22.177287  5961 raft_consensus.cc:2804] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:35:22.177646  5961 raft_consensus.cc:493] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.177991  5961 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:22.183951  5914 raft_consensus.cc:1275] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 4 FOLLOWER]: Refusing update from remote peer 11795963e6664a9a870b2660de403596: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 4 index: 3. (index mismatch)
I20260630 12:35:22.184860  5961 raft_consensus.cc:515] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:22.185766  6083 consensus_queue.cc:1048] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:22.188257  5763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "11795963e6664a9a870b2660de403596"
I20260630 12:35:22.188817  5763 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:22.195484  5763 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 3.
I20260630 12:35:22.196724  5878 leader_election.cc:304] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: 11795963e6664a9a870b2660de403596, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:22.197624  6095 raft_consensus.cc:2804] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:22.198117  6095 raft_consensus.cc:697] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 LEADER]: Becoming Leader. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Running, Role: LEADER
I20260630 12:35:22.198912  6095 consensus_queue.cc:237] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } }
I20260630 12:35:22.203178  5961 leader_election.cc:290] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [CANDIDATE]: Term 3 election: Requested vote from peers 11795963e6664a9a870b2660de403596 (127.0.111.65:34587), 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257)
I20260630 12:35:22.204201  5839 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0678bd18b3104c2596dc05b995e961d0" candidate_uuid: "fe3871c37075454cb8fced1d016c7129" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
I20260630 12:35:22.204842  5839 raft_consensus.cc:3060] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:22.208940  6066 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.211462  5839 raft_consensus.cc:2468] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe3871c37075454cb8fced1d016c7129 in term 3.
I20260630 12:35:22.211757  5662 catalog_manager.cc:5697] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 reported cstate change: term changed from 1 to 3, leader changed from 139f9ec844c74461a44c5d125414e7bd (127.0.111.66) to fe3871c37075454cb8fced1d016c7129 (127.0.111.67). New cstate: current_term: 3 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.219481  5839 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } attrs { replace: true } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.233271  5839 raft_consensus.cc:1275] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Refusing update from remote peer 11795963e6664a9a870b2660de403596: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 4 index: 3. (index mismatch)
I20260630 12:35:22.234535  6083 consensus_queue.cc:1048] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:22.395749  5914 consensus_queue.cc:237] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:22.401018  6030 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:22.401809  5839 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:22.403333  6095 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:22.404270  5961 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:22.413148  6030 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 11795963e6664a9a870b2660de403596 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.413548  5839 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 11795963e6664a9a870b2660de403596 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.427213  5660 catalog_manager.cc:5697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd reported cstate change: config changed from index 3 to 4, VOTER 11795963e6664a9a870b2660de403596 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.462355  5839 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:35:22.463503  5763 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:35:22.464262  6095 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:22.465070  6096 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:22.544615  5755 tablet_service.cc:1558] Processing DeleteTablet for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef with delete_type TABLET_DATA_TOMBSTONED (TS 11795963e6664a9a870b2660de403596 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42934
I20260630 12:35:22.548120  6116 tablet_replica.cc:333] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: stopping tablet replica
I20260630 12:35:22.548892  6116 raft_consensus.cc:2243] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:22.549417  6116 raft_consensus.cc:2272] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:22.551887  6116 ts_tablet_manager.cc:1916] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:22.561838  6116 ts_tablet_manager.cc:1929] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:22.562179  6116 log.cc:1199] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 11795963e6664a9a870b2660de403596: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-0-root/wals/1a0b3eea4ce34f44b0aec8f803c4b2ef
I20260630 12:35:22.563467  5648 catalog_manager.cc:5028] TS 11795963e6664a9a870b2660de403596 (127.0.111.65:34587): tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef (table test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]) successfully deleted
I20260630 12:35:22.920333  6066 raft_consensus.cc:2955] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 11795963e6664a9a870b2660de403596 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:22.929778  5649 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1a0b3eea4ce34f44b0aec8f803c4b2ef with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:23.352267  5716 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:23.356812  5914 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef"
dest_uuid: "fe3871c37075454cb8fced1d016c7129"
mode: GRACEFUL
new_leader_uuid: "139f9ec844c74461a44c5d125414e7bd"
 from {username='slave'} at 127.0.0.1:56212
I20260630 12:35:23.357447  5914 raft_consensus.cc:606] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Received request to transfer leadership to TS 139f9ec844c74461a44c5d125414e7bd
I20260630 12:35:23.358700  5716 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:35:23.359187  5716 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:23.553251  5914 consensus_queue.cc:237] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:23.559419  5840 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
W20260630 12:35:23.560448  5877 consensus_peers.cc:597] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 -> Peer e7335fe1077741fc8f6bd463387bffef (127.0.111.68:36447): Couldn't send request to peer e7335fe1077741fc8f6bd463387bffef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0678bd18b3104c2596dc05b995e961d0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:23.560832  5763 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:35:23.561364  6066 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:23.562182  6095 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:23.571753  5840 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:23.572182  5763 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:23.585704  5662 catalog_manager.cc:5697] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd reported cstate change: config changed from index -1 to 3, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New cstate: current_term: 3 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:23.665576  6097 raft_consensus.cc:993] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: : Instructing follower 139f9ec844c74461a44c5d125414e7bd to start an election
I20260630 12:35:23.666167  6095 raft_consensus.cc:1081] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Signalling peer 139f9ec844c74461a44c5d125414e7bd to start an election
I20260630 12:35:23.667773  5840 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef"
dest_uuid: "139f9ec844c74461a44c5d125414e7bd"
 from {username='slave'} at 127.0.0.1:58208
I20260630 12:35:23.668242  5840 raft_consensus.cc:493] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:23.668520  5840 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.673105  5840 raft_consensus.cc:515] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:23.674873  5840 leader_election.cc:290] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [CANDIDATE]: Term 2 election: Requested vote from peers fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303), e7335fe1077741fc8f6bd463387bffef (127.0.111.68:36447)
I20260630 12:35:23.675850  5914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "fe3871c37075454cb8fced1d016c7129"
I20260630 12:35:23.676486  5914 raft_consensus.cc:3055] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:23.676818  5914 raft_consensus.cc:740] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: fe3871c37075454cb8fced1d016c7129, State: Running, Role: LEADER
I20260630 12:35:23.677574  5914 consensus_queue.cc:260] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [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: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:23.678712  5914 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.686822  5914 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 2.
I20260630 12:35:23.688179  5805 leader_election.cc:304] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [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: 139f9ec844c74461a44c5d125414e7bd, fe3871c37075454cb8fced1d016c7129; no voters: 
I20260630 12:35:23.689168  6121 raft_consensus.cc:2804] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:23.692837  6121 raft_consensus.cc:697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 2 LEADER]: Becoming Leader. State: Replica: 139f9ec844c74461a44c5d125414e7bd, State: Running, Role: LEADER
I20260630 12:35:23.693779  6121 consensus_queue.cc:237] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [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: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:23.700433  6030 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a0b3eea4ce34f44b0aec8f803c4b2ef" candidate_uuid: "139f9ec844c74461a44c5d125414e7bd" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "e7335fe1077741fc8f6bd463387bffef"
I20260630 12:35:23.700932  6030 raft_consensus.cc:3060] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.705413  6030 raft_consensus.cc:2468] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 139f9ec844c74461a44c5d125414e7bd in term 2.
I20260630 12:35:23.805711  5661 catalog_manager.cc:5697] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd reported cstate change: term changed from 1 to 2, leader changed from fe3871c37075454cb8fced1d016c7129 (127.0.111.67) to 139f9ec844c74461a44c5d125414e7bd (127.0.111.66). New cstate: current_term: 2 leader_uuid: "139f9ec844c74461a44c5d125414e7bd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.814978  6066 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER e7335fe1077741fc8f6bd463387bffef (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } } }
I20260630 12:35:23.923661  6130 ts_tablet_manager.cc:933] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: Initiating tablet copy from peer fe3871c37075454cb8fced1d016c7129 (127.0.111.67:46303)
I20260630 12:35:23.925369  6130 tablet_copy_client.cc:323] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:46303
I20260630 12:35:23.926981  5924 tablet_copy_service.cc:140] P fe3871c37075454cb8fced1d016c7129: Received BeginTabletCopySession request for tablet 0678bd18b3104c2596dc05b995e961d0 from peer e7335fe1077741fc8f6bd463387bffef ({username='slave'} at 127.0.0.1:56236)
I20260630 12:35:23.927534  5924 tablet_copy_service.cc:161] P fe3871c37075454cb8fced1d016c7129: Beginning new tablet copy session on tablet 0678bd18b3104c2596dc05b995e961d0 from peer e7335fe1077741fc8f6bd463387bffef at {username='slave'} at 127.0.0.1:56236: session id = e7335fe1077741fc8f6bd463387bffef-0678bd18b3104c2596dc05b995e961d0
I20260630 12:35:23.935415  5924 tablet_copy_source_session.cc:215] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:23.938676  6130 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0678bd18b3104c2596dc05b995e961d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.956686  6130 tablet_copy_client.cc:806] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:23.957329  6130 tablet_copy_client.cc:670] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:23.961339  6130 tablet_copy_client.cc:538] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:23.970537  6130 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: Bootstrap starting.
I20260630 12:35:23.991703  6130 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: 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
I20260630 12:35:23.992596  6130 tablet_bootstrap.cc:492] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: Bootstrap complete.
I20260630 12:35:23.993273  6130 ts_tablet_manager.cc:1403] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: Time spent bootstrapping tablet: real 0.023s	user 0.023s	sys 0.000s
I20260630 12:35:23.996232  6130 raft_consensus.cc:359] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:23.997090  6130 raft_consensus.cc:740] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: e7335fe1077741fc8f6bd463387bffef, State: Initialized, Role: LEARNER
I20260630 12:35:23.997735  6130 consensus_queue.cc:260] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: true } }
I20260630 12:35:24.000864  6130 ts_tablet_manager.cc:1434] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
I20260630 12:35:24.002949  5924 tablet_copy_service.cc:342] P fe3871c37075454cb8fced1d016c7129: Request end of tablet copy session e7335fe1077741fc8f6bd463387bffef-0678bd18b3104c2596dc05b995e961d0 received from {username='slave'} at 127.0.0.1:56236
I20260630 12:35:24.003383  5924 tablet_copy_service.cc:434] P fe3871c37075454cb8fced1d016c7129: ending tablet copy session e7335fe1077741fc8f6bd463387bffef-0678bd18b3104c2596dc05b995e961d0 on tablet 0678bd18b3104c2596dc05b995e961d0 with peer e7335fe1077741fc8f6bd463387bffef
I20260630 12:35:24.028519  5914 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Refusing update from remote peer 139f9ec844c74461a44c5d125414e7bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:24.029765  6121 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:24.044780  6030 raft_consensus.cc:1275] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 2 FOLLOWER]: Refusing update from remote peer 139f9ec844c74461a44c5d125414e7bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:24.048568  6127 consensus_queue.cc:1048] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:35:24.231318  6030 raft_consensus.cc:1217] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
W20260630 12:35:24.265020  5935 debug-util.cc:398] Leaking SignalData structure 0x7b08001f2ee0 after lost signal to thread 448
W20260630 12:35:24.266237  5935 debug-util.cc:398] Leaking SignalData structure 0x7b0800153f20 after lost signal to thread 5697
W20260630 12:35:24.267621  5935 debug-util.cc:398] Leaking SignalData structure 0x7b080016a040 after lost signal to thread 5789
W20260630 12:35:24.268828  5935 debug-util.cc:398] Leaking SignalData structure 0x7b0800212720 after lost signal to thread 5864
W20260630 12:35:24.270011  5935 debug-util.cc:398] Leaking SignalData structure 0x7b08002383e0 after lost signal to thread 5938
W20260630 12:35:24.271242  5935 debug-util.cc:398] Leaking SignalData structure 0x7b08001424a0 after lost signal to thread 6054
I20260630 12:35:24.587949  6095 raft_consensus.cc:1064] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: attempting to promote NON_VOTER e7335fe1077741fc8f6bd463387bffef to VOTER
I20260630 12:35:24.590608  6095 consensus_queue.cc:237] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:24.598433  5840 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:24.600085  6096 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:24.607163  6030 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 LEARNER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:24.613863  5763 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:24.619688  6096 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:24.650717  6141 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:24.681661  6029 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:24.686685  5763 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:24.701859  5661 catalog_manager.cc:5697] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 reported cstate change: config changed from index 3 to 4, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:24.881184  5840 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:24.973480  6141 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, e7335fe1077741fc8f6bd463387bffef (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "139f9ec844c74461a44c5d125414e7bd" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35257 } attrs { replace: true } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:24.995545  5914 consensus_queue.cc:237] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [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: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } }
I20260630 12:35:25.003928  6029 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:25.005604  6140 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:25.014881  6029 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 139f9ec844c74461a44c5d125414e7bd (127.0.111.66) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:25.018445  5763 raft_consensus.cc:1275] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Refusing update from remote peer fe3871c37075454cb8fced1d016c7129: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:25.020349  6140 consensus_queue.cc:1048] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:25.025701  5763 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 139f9ec844c74461a44c5d125414e7bd (127.0.111.66) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:25.046712  5662 catalog_manager.cc:5697] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 reported cstate change: config changed from index 4 to 5, VOTER 139f9ec844c74461a44c5d125414e7bd (127.0.111.66) evicted. New cstate: current_term: 3 leader_uuid: "fe3871c37075454cb8fced1d016c7129" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:25.238649  5830 tablet_service.cc:1558] Processing DeleteTablet for tablet 0678bd18b3104c2596dc05b995e961d0 with delete_type TABLET_DATA_TOMBSTONED (TS 139f9ec844c74461a44c5d125414e7bd not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58200
I20260630 12:35:25.240770  6147 tablet_replica.cc:333] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: stopping tablet replica
I20260630 12:35:25.241585  6147 raft_consensus.cc:2243] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:25.242161  6147 raft_consensus.cc:2272] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:25.244465  6147 ts_tablet_manager.cc:1916] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:25.256026  6147 ts_tablet_manager.cc:1929] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:35:25.256313  6147 log.cc:1199] T 0678bd18b3104c2596dc05b995e961d0 P 139f9ec844c74461a44c5d125414e7bd: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822785200141-445-0/minicluster-data/ts-1-root/wals/0678bd18b3104c2596dc05b995e961d0
I20260630 12:35:25.257551  5647 catalog_manager.cc:5028] TS 139f9ec844c74461a44c5d125414e7bd (127.0.111.66:35257): tablet 0678bd18b3104c2596dc05b995e961d0 (table test-workload [id=5044ecdf896648fdb5abaf7f6bbc88eb]) successfully deleted
I20260630 12:35:25.360198  5716 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:25.362761  5716 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:25.363083  5716 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:25.757766  6141 raft_consensus.cc:2955] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 139f9ec844c74461a44c5d125414e7bd (127.0.111.66) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fe3871c37075454cb8fced1d016c7129" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46303 } } peers { permanent_uuid: "11795963e6664a9a870b2660de403596" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34587 } } peers { permanent_uuid: "e7335fe1077741fc8f6bd463387bffef" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 36447 } attrs { promote: false } } }
I20260630 12:35:25.765614  5649 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0678bd18b3104c2596dc05b995e961d0 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:27.364246  5716 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:27.367218  5716 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:27.367607  5716 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:28.148003   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:35:28.170550   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:28.171247   445 tablet_replica.cc:333] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596: stopping tablet replica
I20260630 12:35:28.171965   445 raft_consensus.cc:2243] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.172864   445 raft_consensus.cc:2272] T 0678bd18b3104c2596dc05b995e961d0 P 11795963e6664a9a870b2660de403596 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.175076   445 tablet_replica.cc:333] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596: stopping tablet replica
I20260630 12:35:28.175551   445 raft_consensus.cc:2243] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:35:28.176471   445 raft_consensus.cc:2272] T 3d95e87853454ac8b9ffa5f3385c8c5e P 11795963e6664a9a870b2660de403596 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.199518   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:28.215019   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:35:28.234019   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:28.234809   445 tablet_replica.cc:333] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd: stopping tablet replica
I20260630 12:35:28.235497   445 raft_consensus.cc:2243] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:28.236438   445 raft_consensus.cc:2272] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P 139f9ec844c74461a44c5d125414e7bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.238715   445 tablet_replica.cc:333] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd: stopping tablet replica
I20260630 12:35:28.239133   445 raft_consensus.cc:2243] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.239619   445 raft_consensus.cc:2272] T 3d95e87853454ac8b9ffa5f3385c8c5e P 139f9ec844c74461a44c5d125414e7bd [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.262872   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:28.277189   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:28.297667   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:28.298251   445 tablet_replica.cc:333] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129: stopping tablet replica
I20260630 12:35:28.298780   445 raft_consensus.cc:2243] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.299331   445 raft_consensus.cc:2272] T 3d95e87853454ac8b9ffa5f3385c8c5e P fe3871c37075454cb8fced1d016c7129 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.301366   445 tablet_replica.cc:333] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129: stopping tablet replica
I20260630 12:35:28.301811   445 raft_consensus.cc:2243] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:35:28.302546   445 raft_consensus.cc:2272] T 0678bd18b3104c2596dc05b995e961d0 P fe3871c37075454cb8fced1d016c7129 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.304733   445 tablet_replica.cc:333] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129: stopping tablet replica
I20260630 12:35:28.305166   445 raft_consensus.cc:2243] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.305565   445 raft_consensus.cc:2272] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P fe3871c37075454cb8fced1d016c7129 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.347298   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:28.360375   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:35:28.380286   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:28.381001   445 tablet_replica.cc:333] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef: stopping tablet replica
I20260630 12:35:28.381596   445 raft_consensus.cc:2243] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.382187   445 raft_consensus.cc:2272] T 0678bd18b3104c2596dc05b995e961d0 P e7335fe1077741fc8f6bd463387bffef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.384516   445 tablet_replica.cc:333] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef: stopping tablet replica
I20260630 12:35:28.384999   445 raft_consensus.cc:2243] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.385429   445 raft_consensus.cc:2272] T 1a0b3eea4ce34f44b0aec8f803c4b2ef P e7335fe1077741fc8f6bd463387bffef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.405478   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:35:28.417685   445 master.cc:562] Master@127.0.111.126:37909 shutting down...
I20260630 12:35:28.434360   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:28.434957   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.435302   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P e92b4942f7cb4835bbc1acd0a0a5f41f: stopping tablet replica
I20260630 12:35:28.475207   445 master.cc:584] Master@127.0.111.126:37909 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (11461 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:35:28.513967   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:44363
I20260630 12:35:28.515129   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:28.520211  6149 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
W20260630 12:35:28.520370  6150 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
W20260630 12:35:28.521802  6152 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
I20260630 12:35:28.522625   445 server_base.cc:1061] running on GCE node
I20260630 12:35:28.523474   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:28.523648   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:28.523761   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822928523751 us; error 0 us; skew 500 ppm
I20260630 12:35:28.524180   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:28.526432   445 webserver.cc:533] Webserver started at http://127.0.111.126:43633/ using document root <none> and password file <none>
I20260630 12:35:28.526842   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:28.526994   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:28.527420   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:28.528496   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "110347a17d0847bebc75b9a91efcc659"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.532738   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:28.535974  6157 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.536696   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:28.536960   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "110347a17d0847bebc75b9a91efcc659"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.537225   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-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)
I20260630 12:35:28.554395   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:28.555608   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:28.593577   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:44363
I20260630 12:35:28.593686  6208 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:44363 every 8 connection(s)
I20260630 12:35:28.597421  6209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:28.609265  6209 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659: Bootstrap starting.
I20260630 12:35:28.614043  6209 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:28.618227  6209 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659: No bootstrap required, opened a new log
I20260630 12:35:28.620556  6209 raft_consensus.cc:359] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER }
I20260630 12:35:28.620985  6209 raft_consensus.cc:385] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:28.621207  6209 raft_consensus.cc:740] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 110347a17d0847bebc75b9a91efcc659, State: Initialized, Role: FOLLOWER
I20260630 12:35:28.621809  6209 consensus_queue.cc:260] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER }
I20260630 12:35:28.622267  6209 raft_consensus.cc:399] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:28.622476  6209 raft_consensus.cc:493] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:28.622728  6209 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:28.627345  6209 raft_consensus.cc:515] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER }
I20260630 12:35:28.627830  6209 leader_election.cc:304] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [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: 110347a17d0847bebc75b9a91efcc659; no voters: 
I20260630 12:35:28.628890  6209 leader_election.cc:290] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:28.629307  6212 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:28.630496  6212 raft_consensus.cc:697] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 1 LEADER]: Becoming Leader. State: Replica: 110347a17d0847bebc75b9a91efcc659, State: Running, Role: LEADER
I20260630 12:35:28.631173  6212 consensus_queue.cc:237] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [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: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER }
I20260630 12:35:28.631630  6209 sys_catalog.cc:565] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:28.635505  6213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "110347a17d0847bebc75b9a91efcc659" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER } }
I20260630 12:35:28.635704  6214 sys_catalog.cc:455] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 110347a17d0847bebc75b9a91efcc659. Latest consensus state: current_term: 1 leader_uuid: "110347a17d0847bebc75b9a91efcc659" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "110347a17d0847bebc75b9a91efcc659" member_type: VOTER } }
I20260630 12:35:28.636232  6213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:28.636396  6214 sys_catalog.cc:458] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:28.638914  6218 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:28.646481  6218 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:28.648218   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:28.655481  6218 catalog_manager.cc:1383] Generated new cluster ID: 280e38551e4e4fa48e9cbd1c2981c9d6
I20260630 12:35:28.655774  6218 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:28.683390  6218 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:28.684718  6218 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:28.698050  6218 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659: Generated new TSK 0
I20260630 12:35:28.698670  6218 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:28.714442   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:28.720228  6230 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
W20260630 12:35:28.721091  6231 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
W20260630 12:35:28.722561  6233 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
I20260630 12:35:28.723126   445 server_base.cc:1061] running on GCE node
I20260630 12:35:28.723934   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:28.724133   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:28.724252   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822928724242 us; error 0 us; skew 500 ppm
I20260630 12:35:28.724675   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:28.726708   445 webserver.cc:533] Webserver started at http://127.0.111.65:34189/ using document root <none> and password file <none>
I20260630 12:35:28.727123   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:28.727340   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:28.727555   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:28.728557   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "ec4cda7e4ba64d83b358d831e82098ba"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.732735   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:35:28.735962  6238 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.736673   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:28.736941   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "ec4cda7e4ba64d83b358d831e82098ba"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.737206   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-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)
I20260630 12:35:28.750501   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:28.751646   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:28.752985   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:28.755342   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:28.755525   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.755741   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:28.755906   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.793136   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:35569
I20260630 12:35:28.793205  6300 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:35569 every 8 connection(s)
I20260630 12:35:28.797952   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:28.804870  6305 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
W20260630 12:35:28.806727  6306 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
I20260630 12:35:28.808002   445 server_base.cc:1061] running on GCE node
W20260630 12:35:28.808768  6308 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
I20260630 12:35:28.810232   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:28.810449   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:28.810546  6301 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44363
I20260630 12:35:28.810660   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822928810640 us; error 0 us; skew 500 ppm
I20260630 12:35:28.811002  6301 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:28.811451   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:28.811944  6301 heartbeater.cc:507] Master 127.0.111.126:44363 requested a full tablet report, sending...
I20260630 12:35:28.813820   445 webserver.cc:533] Webserver started at http://127.0.111.66:44185/ using document root <none> and password file <none>
I20260630 12:35:28.814304  6174 ts_manager.cc:194] Registered new tserver with Master: ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569)
I20260630 12:35:28.814447   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:28.814762   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:28.815085   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:28.816515   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "03100de69b9245a8ac6e1608cc21c52c"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.816655  6174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41276
I20260630 12:35:28.821257   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:28.824357  6313 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.825039   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:28.825311   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "03100de69b9245a8ac6e1608cc21c52c"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.825568   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-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)
I20260630 12:35:28.846251   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:28.847376   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:28.848701   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:28.850739   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:28.850920   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.851151   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:28.851301   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:35:28.887496   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:43397
I20260630 12:35:28.887600  6375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:43397 every 8 connection(s)
I20260630 12:35:28.891906   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:28.898368  6379 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
W20260630 12:35:28.899674  6380 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
W20260630 12:35:28.902297  6382 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
I20260630 12:35:28.903342  6376 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44363
I20260630 12:35:28.903786  6376 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:28.904037   445 server_base.cc:1061] running on GCE node
I20260630 12:35:28.904749  6376 heartbeater.cc:507] Master 127.0.111.126:44363 requested a full tablet report, sending...
I20260630 12:35:28.904999   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:28.905279   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:28.905473   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822928905454 us; error 0 us; skew 500 ppm
I20260630 12:35:28.906100   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:28.906808  6174 ts_manager.cc:194] Registered new tserver with Master: 03100de69b9245a8ac6e1608cc21c52c (127.0.111.66:43397)
I20260630 12:35:28.908296  6174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41284
I20260630 12:35:28.908514   445 webserver.cc:533] Webserver started at http://127.0.111.67:36299/ using document root <none> and password file <none>
I20260630 12:35:28.909063   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:28.909305   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:28.909616   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:28.910943   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "ace54d51fe7b40d892a0230ccaff79a6"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.915174   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:35:28.918829  6387 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.919528   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:28.919798   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "ace54d51fe7b40d892a0230ccaff79a6"
format_stamp: "Formatted at 2026-06-30 12:35:28 on dist-test-slave-rw3v"
I20260630 12:35:28.920050   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822785200141-445-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)
I20260630 12:35:28.972898   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:28.974021   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:28.975456   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:28.977541   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:28.977731   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:28.977936   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:28.978094   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:29.014045   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:36293
I20260630 12:35:29.014161  6449 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:36293 every 8 connection(s)
I20260630 12:35:29.026506  6450 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44363
I20260630 12:35:29.026892  6450 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:29.027587  6450 heartbeater.cc:507] Master 127.0.111.126:44363 requested a full tablet report, sending...
I20260630 12:35:29.029315  6174 ts_manager.cc:194] Registered new tserver with Master: ace54d51fe7b40d892a0230ccaff79a6 (127.0.111.67:36293)
I20260630 12:35:29.030244   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013305951s
I20260630 12:35:29.030601  6174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41296
I20260630 12:35:29.819564  6301 heartbeater.cc:499] Master 127.0.111.126:44363 was elected leader, sending a full tablet report...
I20260630 12:35:29.910907  6376 heartbeater.cc:499] Master 127.0.111.126:44363 was elected leader, sending a full tablet report...
I20260630 12:35:30.032780  6450 heartbeater.cc:499] Master 127.0.111.126:44363 was elected leader, sending a full tablet report...
I20260630 12:35:30.083228  6174 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41310:
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"
    }
  }
}
W20260630 12:35:30.085088  6174 catalog_manager.cc:7077] 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.
I20260630 12:35:30.128687  6415 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6441cd1b7444c7a97381f395cb9d2a (DEFAULT_TABLE table=test-workload [id=0f1250be46924fba9d42f97cab985a91]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:30.130095  6415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6441cd1b7444c7a97381f395cb9d2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:30.136875  6341 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6441cd1b7444c7a97381f395cb9d2a (DEFAULT_TABLE table=test-workload [id=0f1250be46924fba9d42f97cab985a91]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:30.138247  6341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6441cd1b7444c7a97381f395cb9d2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:30.145936  6266 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6441cd1b7444c7a97381f395cb9d2a (DEFAULT_TABLE table=test-workload [id=0f1250be46924fba9d42f97cab985a91]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:30.147163  6266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6441cd1b7444c7a97381f395cb9d2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:30.147502  6470 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: Bootstrap starting.
I20260630 12:35:30.154048  6470 tablet_bootstrap.cc:654] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:30.155356  6471 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: Bootstrap starting.
I20260630 12:35:30.159710  6470 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: No bootstrap required, opened a new log
I20260630 12:35:30.160296  6470 ts_tablet_manager.cc:1403] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:35:30.161679  6471 tablet_bootstrap.cc:654] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:30.163277  6470 raft_consensus.cc:359] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.164073  6470 raft_consensus.cc:385] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:30.164063  6473 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: Bootstrap starting.
I20260630 12:35:30.164553  6470 raft_consensus.cc:740] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ace54d51fe7b40d892a0230ccaff79a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:30.165222  6470 consensus_queue.cc:260] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.168938  6470 ts_tablet_manager.cc:1434] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:35:30.169764  6471 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: No bootstrap required, opened a new log
I20260630 12:35:30.170261  6471 ts_tablet_manager.cc:1403] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260630 12:35:30.171089  6473 tablet_bootstrap.cc:654] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:30.173653  6471 raft_consensus.cc:359] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.174470  6471 raft_consensus.cc:385] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:30.174821  6471 raft_consensus.cc:740] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03100de69b9245a8ac6e1608cc21c52c, State: Initialized, Role: FOLLOWER
I20260630 12:35:30.175809  6471 consensus_queue.cc:260] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.178689  6471 ts_tablet_manager.cc:1434] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.005s
I20260630 12:35:30.181187  6473 tablet_bootstrap.cc:492] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: No bootstrap required, opened a new log
I20260630 12:35:30.181666  6473 ts_tablet_manager.cc:1403] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.004s
I20260630 12:35:30.184839  6473 raft_consensus.cc:359] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.185669  6473 raft_consensus.cc:385] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:30.185964  6473 raft_consensus.cc:740] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ec4cda7e4ba64d83b358d831e82098ba, State: Initialized, Role: FOLLOWER
I20260630 12:35:30.186648  6473 consensus_queue.cc:260] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.189988  6473 ts_tablet_manager.cc:1434] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:35:30.351105  6475 raft_consensus.cc:493] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:30.351631  6475 raft_consensus.cc:515] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.353688  6475 leader_election.cc:290] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 03100de69b9245a8ac6e1608cc21c52c (127.0.111.66:43397), ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569)
I20260630 12:35:30.364542  6351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6441cd1b7444c7a97381f395cb9d2a" candidate_uuid: "ace54d51fe7b40d892a0230ccaff79a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03100de69b9245a8ac6e1608cc21c52c" is_pre_election: true
I20260630 12:35:30.364727  6276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6441cd1b7444c7a97381f395cb9d2a" candidate_uuid: "ace54d51fe7b40d892a0230ccaff79a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ec4cda7e4ba64d83b358d831e82098ba" is_pre_election: true
I20260630 12:35:30.365216  6351 raft_consensus.cc:2468] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ace54d51fe7b40d892a0230ccaff79a6 in term 0.
I20260630 12:35:30.365334  6276 raft_consensus.cc:2468] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ace54d51fe7b40d892a0230ccaff79a6 in term 0.
I20260630 12:35:30.366361  6391 leader_election.cc:304] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [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: 03100de69b9245a8ac6e1608cc21c52c, ace54d51fe7b40d892a0230ccaff79a6; no voters: 
I20260630 12:35:30.367102  6475 raft_consensus.cc:2804] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:30.367430  6475 raft_consensus.cc:493] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:30.367691  6475 raft_consensus.cc:3060] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:30.372785  6475 raft_consensus.cc:515] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.374378  6475 leader_election.cc:290] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [CANDIDATE]: Term 1 election: Requested vote from peers 03100de69b9245a8ac6e1608cc21c52c (127.0.111.66:43397), ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569)
I20260630 12:35:30.375113  6351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6441cd1b7444c7a97381f395cb9d2a" candidate_uuid: "ace54d51fe7b40d892a0230ccaff79a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03100de69b9245a8ac6e1608cc21c52c"
I20260630 12:35:30.375355  6276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6441cd1b7444c7a97381f395cb9d2a" candidate_uuid: "ace54d51fe7b40d892a0230ccaff79a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ec4cda7e4ba64d83b358d831e82098ba"
I20260630 12:35:30.375630  6351 raft_consensus.cc:3060] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:30.375835  6276 raft_consensus.cc:3060] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:30.380620  6276 raft_consensus.cc:2468] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ace54d51fe7b40d892a0230ccaff79a6 in term 1.
I20260630 12:35:30.380618  6351 raft_consensus.cc:2468] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ace54d51fe7b40d892a0230ccaff79a6 in term 1.
I20260630 12:35:30.381755  6389 leader_election.cc:304] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [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: ace54d51fe7b40d892a0230ccaff79a6, ec4cda7e4ba64d83b358d831e82098ba; no voters: 
I20260630 12:35:30.382423  6475 raft_consensus.cc:2804] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:30.383527  6475 raft_consensus.cc:697] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 1 LEADER]: Becoming Leader. State: Replica: ace54d51fe7b40d892a0230ccaff79a6, State: Running, Role: LEADER
I20260630 12:35:30.384208  6475 consensus_queue.cc:237] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [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: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } }
I20260630 12:35:30.391006  6174 catalog_manager.cc:5697] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to ace54d51fe7b40d892a0230ccaff79a6 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "ace54d51fe7b40d892a0230ccaff79a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ace54d51fe7b40d892a0230ccaff79a6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 36293 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ec4cda7e4ba64d83b358d831e82098ba" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 35569 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:30.426461   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:35:30.443593   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:30.444350   445 tablet_replica.cc:333] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba: stopping tablet replica
I20260630 12:35:30.444818   445 raft_consensus.cc:2243] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:30.445189   445 raft_consensus.cc:2272] T 5d6441cd1b7444c7a97381f395cb9d2a P ec4cda7e4ba64d83b358d831e82098ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:30.463063   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:30.648005  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:30.649226  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:30.649497  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:30.799782  6475 consensus_queue.cc:1048] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03100de69b9245a8ac6e1608cc21c52c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43397 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:30.812364  6389 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260630 12:35:30.816308  6389 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569): Couldn't send request to peer ec4cda7e4ba64d83b358d831e82098ba. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:32.650373  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:32.651777  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:32.652060  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:33.274305  6389 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569): Couldn't send request to peer ec4cda7e4ba64d83b358d831e82098ba. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:35:34.653005  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:34.654276  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:34.654546  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:35.705528  6389 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569): Couldn't send request to peer ec4cda7e4ba64d83b358d831e82098ba. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
W20260630 12:35:36.235261  6389 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260630 12:35:36.655762  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:36.657337  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:36.657603  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:38.313491  6389 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569): Couldn't send request to peer ec4cda7e4ba64d83b358d831e82098ba. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:35:38.658500  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:38.659777  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:38.660019  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:40.660939  6227 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:40.662163  6227 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:40.662405  6227 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:41.058627  6389 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer ec4cda7e4ba64d83b358d831e82098ba (127.0.111.65:35569): Couldn't send request to peer ec4cda7e4ba64d83b358d831e82098ba. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
W20260630 12:35:41.479751  6389 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:35569: connect: Connection refused (error 111) [suppressed 9 similar messages]
I20260630 12:35:41.532866   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:35:41.548353  6391 consensus_peers.cc:597] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 -> Peer 03100de69b9245a8ac6e1608cc21c52c (127.0.111.66:43397): Couldn't send request to peer 03100de69b9245a8ac6e1608cc21c52c. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:41.556195   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:41.556910   445 tablet_replica.cc:333] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c: stopping tablet replica
I20260630 12:35:41.557426   445 raft_consensus.cc:2243] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:41.557976   445 raft_consensus.cc:2272] T 5d6441cd1b7444c7a97381f395cb9d2a P 03100de69b9245a8ac6e1608cc21c52c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.577540   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:41.591135   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:41.613565   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:41.614189   445 tablet_replica.cc:333] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6: stopping tablet replica
I20260630 12:35:41.614682   445 raft_consensus.cc:2243] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.615600   445 raft_consensus.cc:2272] T 5d6441cd1b7444c7a97381f395cb9d2a P ace54d51fe7b40d892a0230ccaff79a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.635334   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:41.648187   445 master.cc:562] Master@127.0.111.126:44363 shutting down...
I20260630 12:35:41.665249   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:41.665925   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:41.666252   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 110347a17d0847bebc75b9a91efcc659: stopping tablet replica
I20260630 12:35:41.684691   445 master.cc:584] Master@127.0.111.126:44363 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13206 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:35:41.721155   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:34139
I20260630 12:35:41.722230   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:41.727790  6515 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
W20260630 12:35:41.727836  6514 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
W20260630 12:35:41.728685  6517 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
I20260630 12:35:41.729702   445 server_base.cc:1061] running on GCE node
I20260630 12:35:41.730480   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:41.730660   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:41.730806   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822941730790 us; error 0 us; skew 500 ppm
I20260630 12:35:41.731333   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:41.733605   445 webserver.cc:533] Webserver started at http://127.0.111.126:33645/ using document root <none> and password file <none>
I20260630 12:35:41.734129   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:41.734301   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:41.734580   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:41.735808   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "fc265e6674e047849088716b71440e09"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-rw3v"
I20260630 12:35:41.740015   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:35:41.743091  6522 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:41.743811   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:41.744063   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "fc265e6674e047849088716b71440e09"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-rw3v"
I20260630 12:35:41.744316   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-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)
I20260630 12:35:41.772433   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:41.773533   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:41.809134   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:34139
I20260630 12:35:41.809227  6573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:34139 every 8 connection(s)
I20260630 12:35:41.812965  6574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:41.824206  6574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09: Bootstrap starting.
I20260630 12:35:41.828727  6574 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.832631  6574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09: No bootstrap required, opened a new log
I20260630 12:35:41.834685  6574 raft_consensus.cc:359] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fc265e6674e047849088716b71440e09" member_type: VOTER }
I20260630 12:35:41.835080  6574 raft_consensus.cc:385] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.835319  6574 raft_consensus.cc:740] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fc265e6674e047849088716b71440e09, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.835876  6574 consensus_queue.cc:260] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fc265e6674e047849088716b71440e09" member_type: VOTER }
I20260630 12:35:41.836301  6574 raft_consensus.cc:399] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:41.836514  6574 raft_consensus.cc:493] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:41.836761  6574 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.841045  6574 raft_consensus.cc:515] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fc265e6674e047849088716b71440e09" member_type: VOTER }
I20260630 12:35:41.841511  6574 leader_election.cc:304] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [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: fc265e6674e047849088716b71440e09; no voters: 
I20260630 12:35:41.842531  6574 leader_election.cc:290] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:41.842875  6577 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.844126  6577 raft_consensus.cc:697] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 1 LEADER]: Becoming Leader. State: Replica: fc265e6674e047849088716b71440e09, State: Running, Role: LEADER
I20260630 12:35:41.844767  6577 consensus_queue.cc:237] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [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: "fc265e6674e047849088716b71440e09" member_type: VOTER }
I20260630 12:35:41.845211  6574 sys_catalog.cc:565] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:41.847565  6578 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fc265e6674e047849088716b71440e09" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fc265e6674e047849088716b71440e09" member_type: VOTER } }
I20260630 12:35:41.847627  6579 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc265e6674e047849088716b71440e09. Latest consensus state: current_term: 1 leader_uuid: "fc265e6674e047849088716b71440e09" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fc265e6674e047849088716b71440e09" member_type: VOTER } }
I20260630 12:35:41.848284  6578 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:41.848336  6579 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:41.856235  6582 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:41.862280  6582 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:41.863289   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:41.870666  6582 catalog_manager.cc:1383] Generated new cluster ID: 51039fa213cb492c84312f4552b433cc
I20260630 12:35:41.870883  6582 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:41.892382  6582 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:41.893610  6582 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:41.910382  6582 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09: Generated new TSK 0
I20260630 12:35:41.910877  6582 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:41.929734   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:41.935329  6595 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
W20260630 12:35:41.936327  6596 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
W20260630 12:35:41.937542  6598 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
I20260630 12:35:41.938076   445 server_base.cc:1061] running on GCE node
I20260630 12:35:41.938850   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:41.939064   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:41.939302   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822941939282 us; error 0 us; skew 500 ppm
I20260630 12:35:41.939803   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:41.941885   445 webserver.cc:533] Webserver started at http://127.0.111.65:40833/ using document root <none> and password file <none>
I20260630 12:35:41.942303   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:41.942509   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:41.942770   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:41.943884   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "5f930f550b2a4380a8b05ff745ef1a36"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-rw3v"
I20260630 12:35:41.948323   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:41.951391  6603 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:41.952193   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:41.952461   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "5f930f550b2a4380a8b05ff745ef1a36"
format_stamp: "Formatted at 2026-06-30 12:35:41 on dist-test-slave-rw3v"
I20260630 12:35:41.952716   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-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)
I20260630 12:35:41.984797   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:41.985962   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:41.987429   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:41.989634   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:41.989822   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:41.990043   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:41.990204   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.030441   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:37027
I20260630 12:35:42.030560  6665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:37027 every 8 connection(s)
I20260630 12:35:42.035302   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:42.042845  6670 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
W20260630 12:35:42.043742  6671 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
I20260630 12:35:42.046497   445 server_base.cc:1061] running on GCE node
W20260630 12:35:42.047119  6673 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
I20260630 12:35:42.048313   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:42.048609   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:42.048807   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822942048783 us; error 0 us; skew 500 ppm
I20260630 12:35:42.049350   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:42.051774  6666 heartbeater.cc:344] Connected to a master server at 127.0.111.126:34139
I20260630 12:35:42.052111  6666 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.052738   445 webserver.cc:533] Webserver started at http://127.0.111.66:45469/ using document root <none> and password file <none>
I20260630 12:35:42.052871  6666 heartbeater.cc:507] Master 127.0.111.126:34139 requested a full tablet report, sending...
I20260630 12:35:42.053285   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:42.053507   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:42.053771   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:42.055099  6539 ts_manager.cc:194] Registered new tserver with Master: 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027)
I20260630 12:35:42.055341   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "9c2a7ae72190415f95a511eced463110"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-rw3v"
I20260630 12:35:42.057636  6539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45648
I20260630 12:35:42.060855   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:42.064069  6678 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.064806   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:42.065070   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "9c2a7ae72190415f95a511eced463110"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-rw3v"
I20260630 12:35:42.065322   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-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)
I20260630 12:35:42.079980   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.081182   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.082589   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.085013   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.085206   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.085450   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.085707   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.122715   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:37867
I20260630 12:35:42.122812  6740 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:37867 every 8 connection(s)
I20260630 12:35:42.127331   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:42.133702  6744 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
W20260630 12:35:42.134688  6745 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
I20260630 12:35:42.136276   445 server_base.cc:1061] running on GCE node
W20260630 12:35:42.137573  6747 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
I20260630 12:35:42.138144  6741 heartbeater.cc:344] Connected to a master server at 127.0.111.126:34139
I20260630 12:35:42.138556  6741 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.138767   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:42.139195   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:42.139424   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822942139387 us; error 0 us; skew 500 ppm
I20260630 12:35:42.139519  6741 heartbeater.cc:507] Master 127.0.111.126:34139 requested a full tablet report, sending...
I20260630 12:35:42.140177   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:42.141785  6539 ts_manager.cc:194] Registered new tserver with Master: 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:42.142670   445 webserver.cc:533] Webserver started at http://127.0.111.67:33391/ using document root <none> and password file <none>
I20260630 12:35:42.143179   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:42.143355   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:42.143277  6539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45664
I20260630 12:35:42.143738   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:42.145015   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "f6c60506a92b471ba8b2d03a2e61e480"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-rw3v"
I20260630 12:35:42.149298   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:42.152297  6752 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.153000   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:42.153276   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "f6c60506a92b471ba8b2d03a2e61e480"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-rw3v"
I20260630 12:35:42.153527   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-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)
I20260630 12:35:42.177066   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.178159   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.179535   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.181734   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.181927   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.182155   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.182307   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.219502   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:42999
I20260630 12:35:42.219599  6814 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:42999 every 8 connection(s)
I20260630 12:35:42.232668  6815 heartbeater.cc:344] Connected to a master server at 127.0.111.126:34139
I20260630 12:35:42.233035  6815 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.233780  6815 heartbeater.cc:507] Master 127.0.111.126:34139 requested a full tablet report, sending...
I20260630 12:35:42.235695  6539 ts_manager.cc:194] Registered new tserver with Master: f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:42.235865   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013398803s
I20260630 12:35:42.237025  6539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45666
I20260630 12:35:43.060410  6666 heartbeater.cc:499] Master 127.0.111.126:34139 was elected leader, sending a full tablet report...
I20260630 12:35:43.145830  6741 heartbeater.cc:499] Master 127.0.111.126:34139 was elected leader, sending a full tablet report...
I20260630 12:35:43.239683  6815 heartbeater.cc:499] Master 127.0.111.126:34139 was elected leader, sending a full tablet report...
I20260630 12:35:43.289141  6539 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45682:
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"
    }
  }
}
W20260630 12:35:43.291431  6539 catalog_manager.cc:7077] 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.
I20260630 12:35:43.343183  6631 tablet_service.cc:1511] Processing CreateTablet for tablet 29c7dd2f548e498b82920ed0d9698b9e (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:43.344537  6631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c7dd2f548e498b82920ed0d9698b9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.348513  6630 tablet_service.cc:1511] Processing CreateTablet for tablet ff8a107d3aea4834a9cd5eaf644684c0 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:43.349926  6630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff8a107d3aea4834a9cd5eaf644684c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.352659  6628 tablet_service.cc:1511] Processing CreateTablet for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:43.353410  6629 tablet_service.cc:1511] Processing CreateTablet for tablet da24d594329649248ea32cbfc607ca75 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:43.353931  6628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b50ee4cbbcc24a17a215e1d2d9637bd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.354714  6706 tablet_service.cc:1511] Processing CreateTablet for tablet 29c7dd2f548e498b82920ed0d9698b9e (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:43.356060  6706 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c7dd2f548e498b82920ed0d9698b9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.354705  6629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24d594329649248ea32cbfc607ca75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.359019  6705 tablet_service.cc:1511] Processing CreateTablet for tablet ff8a107d3aea4834a9cd5eaf644684c0 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:43.360278  6705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff8a107d3aea4834a9cd5eaf644684c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.364369  6704 tablet_service.cc:1511] Processing CreateTablet for tablet da24d594329649248ea32cbfc607ca75 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:43.365551  6704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24d594329649248ea32cbfc607ca75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.368362  6703 tablet_service.cc:1511] Processing CreateTablet for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:43.369593  6703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b50ee4cbbcc24a17a215e1d2d9637bd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.374750  6835 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Bootstrap starting.
I20260630 12:35:43.381693  6835 tablet_bootstrap.cc:654] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.389132  6836 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: Bootstrap starting.
I20260630 12:35:43.395978  6836 tablet_bootstrap.cc:654] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.396445  6835 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: No bootstrap required, opened a new log
I20260630 12:35:43.397504  6835 ts_tablet_manager.cc:1403] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.014s
I20260630 12:35:43.400617  6780 tablet_service.cc:1511] Processing CreateTablet for tablet 29c7dd2f548e498b82920ed0d9698b9e (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:43.401942  6780 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c7dd2f548e498b82920ed0d9698b9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.403455  6777 tablet_service.cc:1511] Processing CreateTablet for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:43.404313  6836 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: No bootstrap required, opened a new log
I20260630 12:35:43.404778  6836 ts_tablet_manager.cc:1403] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:35:43.405933  6778 tablet_service.cc:1511] Processing CreateTablet for tablet da24d594329649248ea32cbfc607ca75 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:43.404697  6777 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b50ee4cbbcc24a17a215e1d2d9637bd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.408143  6779 tablet_service.cc:1511] Processing CreateTablet for tablet ff8a107d3aea4834a9cd5eaf644684c0 (DEFAULT_TABLE table=test-workload [id=236b3245d6814851b507eacdd3e43aa0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:43.408201  6836 raft_consensus.cc:359] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.409001  6836 raft_consensus.cc:385] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.409298  6836 raft_consensus.cc:740] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.409524  6779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff8a107d3aea4834a9cd5eaf644684c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.410192  6836 consensus_queue.cc:260] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.411515  6778 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24d594329649248ea32cbfc607ca75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:43.426334  6840 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: Bootstrap starting.
I20260630 12:35:43.428351  6836 ts_tablet_manager.cc:1434] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.014s
I20260630 12:35:43.429373  6836 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: Bootstrap starting.
I20260630 12:35:43.433676  6835 raft_consensus.cc:359] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.434281  6840 tablet_bootstrap.cc:654] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.434397  6835 raft_consensus.cc:385] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.437556  6835 raft_consensus.cc:740] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f930f550b2a4380a8b05ff745ef1a36, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.438417  6835 consensus_queue.cc:260] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.439110  6836 tablet_bootstrap.cc:654] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.445467  6835 ts_tablet_manager.cc:1434] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.002s
I20260630 12:35:43.447533  6835 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: Bootstrap starting.
I20260630 12:35:43.449723  6840 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: No bootstrap required, opened a new log
I20260630 12:35:43.450225  6840 ts_tablet_manager.cc:1403] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.008s
I20260630 12:35:43.452217  6836 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: No bootstrap required, opened a new log
I20260630 12:35:43.452728  6835 tablet_bootstrap.cc:654] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.452771  6836 ts_tablet_manager.cc:1403] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.006s
I20260630 12:35:43.453184  6840 raft_consensus.cc:359] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.453967  6840 raft_consensus.cc:385] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.454288  6840 raft_consensus.cc:740] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.455257  6840 consensus_queue.cc:260] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.456153  6836 raft_consensus.cc:359] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.456954  6836 raft_consensus.cc:385] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.457279  6836 raft_consensus.cc:740] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.458165  6836 consensus_queue.cc:260] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.460038  6840 ts_tablet_manager.cc:1434] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:35:43.460304  6835 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: No bootstrap required, opened a new log
I20260630 12:35:43.461109  6840 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: Bootstrap starting.
I20260630 12:35:43.462010  6836 ts_tablet_manager.cc:1434] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:35:43.462443  6835 ts_tablet_manager.cc:1403] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.010s
I20260630 12:35:43.463006  6836 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: Bootstrap starting.
I20260630 12:35:43.465440  6835 raft_consensus.cc:359] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.466179  6835 raft_consensus.cc:385] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.466490  6835 raft_consensus.cc:740] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f930f550b2a4380a8b05ff745ef1a36, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.467231  6835 consensus_queue.cc:260] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.468066  6840 tablet_bootstrap.cc:654] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.469672  6836 tablet_bootstrap.cc:654] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.472856  6835 ts_tablet_manager.cc:1434] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent starting tablet: real 0.010s	user 0.000s	sys 0.005s
I20260630 12:35:43.474068  6835 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: Bootstrap starting.
W20260630 12:35:43.477763  6816 tablet.cc:2406] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:43.479993  6840 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: No bootstrap required, opened a new log
I20260630 12:35:43.480396  6835 tablet_bootstrap.cc:654] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.480572  6840 ts_tablet_manager.cc:1403] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260630 12:35:43.483899  6840 raft_consensus.cc:359] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.484794  6840 raft_consensus.cc:385] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.485091  6840 raft_consensus.cc:740] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.485975  6840 consensus_queue.cc:260] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.490510  6836 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: No bootstrap required, opened a new log
I20260630 12:35:43.491022  6835 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: No bootstrap required, opened a new log
I20260630 12:35:43.491083  6836 ts_tablet_manager.cc:1403] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: Time spent bootstrapping tablet: real 0.028s	user 0.020s	sys 0.008s
I20260630 12:35:43.491683  6835 ts_tablet_manager.cc:1403] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.002s
I20260630 12:35:43.494274  6836 raft_consensus.cc:359] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.494804  6840 ts_tablet_manager.cc:1434] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.004s
I20260630 12:35:43.495057  6836 raft_consensus.cc:385] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.495465  6836 raft_consensus.cc:740] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.496050  6840 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: Bootstrap starting.
I20260630 12:35:43.494724  6835 raft_consensus.cc:359] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.496505  6835 raft_consensus.cc:385] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.496826  6835 raft_consensus.cc:740] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f930f550b2a4380a8b05ff745ef1a36, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.497531  6835 consensus_queue.cc:260] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.496263  6836 consensus_queue.cc:260] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.500146  6835 ts_tablet_manager.cc:1434] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:35:43.501195  6835 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: Bootstrap starting.
I20260630 12:35:43.502527  6840 tablet_bootstrap.cc:654] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.507078  6835 tablet_bootstrap.cc:654] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.507090  6836 ts_tablet_manager.cc:1434] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:35:43.510915  6836 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: Bootstrap starting.
I20260630 12:35:43.513772  6840 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: No bootstrap required, opened a new log
I20260630 12:35:43.514178  6840 ts_tablet_manager.cc:1403] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.008s
I20260630 12:35:43.516645  6835 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: No bootstrap required, opened a new log
I20260630 12:35:43.516673  6836 tablet_bootstrap.cc:654] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.517225  6835 ts_tablet_manager.cc:1403] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.000s
I20260630 12:35:43.516978  6840 raft_consensus.cc:359] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.520179  6840 raft_consensus.cc:385] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.520114  6835 raft_consensus.cc:359] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.520614  6840 raft_consensus.cc:740] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.520895  6835 raft_consensus.cc:385] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.521207  6835 raft_consensus.cc:740] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f930f550b2a4380a8b05ff745ef1a36, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.521832  6836 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: No bootstrap required, opened a new log
I20260630 12:35:43.521499  6840 consensus_queue.cc:260] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.522308  6836 ts_tablet_manager.cc:1403] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:35:43.521900  6835 consensus_queue.cc:260] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.523742  6840 ts_tablet_manager.cc:1434] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.005s
I20260630 12:35:43.524119  6835 ts_tablet_manager.cc:1434] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:35:43.524753  6840 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: Bootstrap starting.
I20260630 12:35:43.525074  6836 raft_consensus.cc:359] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.525779  6836 raft_consensus.cc:385] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.526093  6836 raft_consensus.cc:740] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.526897  6836 consensus_queue.cc:260] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.531018  6840 tablet_bootstrap.cc:654] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.531754  6849 raft_consensus.cc:493] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.532377  6836 ts_tablet_manager.cc:1434] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:35:43.532270  6849 raft_consensus.cc:515] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.534862  6849 leader_election.cc:290] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:43.542663  6840 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: No bootstrap required, opened a new log
I20260630 12:35:43.543267  6840 ts_tablet_manager.cc:1403] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260630 12:35:43.546164  6840 raft_consensus.cc:359] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.546931  6840 raft_consensus.cc:385] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.547281  6840 raft_consensus.cc:740] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.547947  6840 consensus_queue.cc:260] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.549499  6641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff8a107d3aea4834a9cd5eaf644684c0" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36" is_pre_election: true
I20260630 12:35:43.550096  6840 ts_tablet_manager.cc:1434] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:35:43.550282  6641 raft_consensus.cc:2468] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 0.
I20260630 12:35:43.552088  6753 leader_election.cc:304] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: 5f930f550b2a4380a8b05ff745ef1a36, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:43.552589  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff8a107d3aea4834a9cd5eaf644684c0" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110" is_pre_election: true
I20260630 12:35:43.552950  6849 raft_consensus.cc:2804] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.553336  6849 raft_consensus.cc:493] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.553300  6716 raft_consensus.cc:2468] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 0.
I20260630 12:35:43.553797  6849 raft_consensus.cc:3060] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.560279  6849 raft_consensus.cc:515] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.561789  6849 leader_election.cc:290] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [CANDIDATE]: Term 1 election: Requested vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:43.562505  6641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff8a107d3aea4834a9cd5eaf644684c0" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36"
I20260630 12:35:43.562739  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff8a107d3aea4834a9cd5eaf644684c0" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110"
I20260630 12:35:43.563000  6641 raft_consensus.cc:3060] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.563262  6716 raft_consensus.cc:3060] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.568080  6641 raft_consensus.cc:2468] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 1.
I20260630 12:35:43.568084  6716 raft_consensus.cc:2468] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 1.
I20260630 12:35:43.569305  6753 leader_election.cc:304] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: 5f930f550b2a4380a8b05ff745ef1a36, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:43.570108  6849 raft_consensus.cc:2804] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.570477  6849 raft_consensus.cc:697] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Becoming Leader. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Running, Role: LEADER
I20260630 12:35:43.571185  6849 consensus_queue.cc:237] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.578169  6537 catalog_manager.cc:5697] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: term changed from 0 to 1, leader changed from <none> to f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:43.581537  6842 raft_consensus.cc:493] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.581959  6842 raft_consensus.cc:515] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.587644  6842 leader_election.cc:290] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:43.597671  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "5f930f550b2a4380a8b05ff745ef1a36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480" is_pre_election: true
I20260630 12:35:43.598362  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "5f930f550b2a4380a8b05ff745ef1a36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110" is_pre_election: true
I20260630 12:35:43.598440  6790 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f930f550b2a4380a8b05ff745ef1a36 in term 0.
I20260630 12:35:43.599133  6716 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f930f550b2a4380a8b05ff745ef1a36 in term 0.
I20260630 12:35:43.599961  6605 leader_election.cc:304] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [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: 5f930f550b2a4380a8b05ff745ef1a36, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:43.600629  6842 raft_consensus.cc:2804] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.600903  6842 raft_consensus.cc:493] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.601105  6842 raft_consensus.cc:3060] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.605849  6842 raft_consensus.cc:515] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.607398  6842 leader_election.cc:290] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [CANDIDATE]: Term 1 election: Requested vote from peers 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:43.608052  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "5f930f550b2a4380a8b05ff745ef1a36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110"
I20260630 12:35:43.608424  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "5f930f550b2a4380a8b05ff745ef1a36" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480"
I20260630 12:35:43.608633  6716 raft_consensus.cc:3060] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.609006  6790 raft_consensus.cc:3060] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.615305  6716 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f930f550b2a4380a8b05ff745ef1a36 in term 1.
I20260630 12:35:43.615694  6790 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f930f550b2a4380a8b05ff745ef1a36 in term 1.
I20260630 12:35:43.616557  6604 leader_election.cc:304] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [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: 5f930f550b2a4380a8b05ff745ef1a36, 9c2a7ae72190415f95a511eced463110; no voters: 
I20260630 12:35:43.617220  6842 raft_consensus.cc:2804] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.618219  6842 raft_consensus.cc:697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 LEADER]: Becoming Leader. State: Replica: 5f930f550b2a4380a8b05ff745ef1a36, State: Running, Role: LEADER
I20260630 12:35:43.618808  6842 consensus_queue.cc:237] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.620848  6839 raft_consensus.cc:493] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.621340  6839 raft_consensus.cc:515] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.623644  6839 leader_election.cc:290] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:43.626797  6537 catalog_manager.cc:5697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5f930f550b2a4380a8b05ff745ef1a36" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.634599  6641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c7dd2f548e498b82920ed0d9698b9e" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36" is_pre_election: true
I20260630 12:35:43.635212  6641 raft_consensus.cc:2468] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 0.
I20260630 12:35:43.636358  6679 leader_election.cc:304] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: 5f930f550b2a4380a8b05ff745ef1a36, 9c2a7ae72190415f95a511eced463110; no voters: 
I20260630 12:35:43.636698  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c7dd2f548e498b82920ed0d9698b9e" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480" is_pre_election: true
I20260630 12:35:43.637316  6790 raft_consensus.cc:2468] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 0.
I20260630 12:35:43.637640  6839 raft_consensus.cc:2804] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.637980  6839 raft_consensus.cc:493] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.638314  6839 raft_consensus.cc:3060] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.638851  6849 raft_consensus.cc:493] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.639240  6849 raft_consensus.cc:515] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.640800  6849 leader_election.cc:290] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:43.641534  6641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24d594329649248ea32cbfc607ca75" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36" is_pre_election: true
I20260630 12:35:43.641901  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24d594329649248ea32cbfc607ca75" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110" is_pre_election: true
I20260630 12:35:43.642069  6641 raft_consensus.cc:2468] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 0.
I20260630 12:35:43.642457  6716 raft_consensus.cc:2468] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 0.
I20260630 12:35:43.643013  6753 leader_election.cc:304] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: 5f930f550b2a4380a8b05ff745ef1a36, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:43.643778  6849 raft_consensus.cc:2804] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.644052  6849 raft_consensus.cc:493] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.644300  6849 raft_consensus.cc:3060] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.645504  6839 raft_consensus.cc:515] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.647235  6839 leader_election.cc:290] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 1 election: Requested vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:43.648367  6641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c7dd2f548e498b82920ed0d9698b9e" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36"
I20260630 12:35:43.648329  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c7dd2f548e498b82920ed0d9698b9e" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480"
I20260630 12:35:43.649273  6641 raft_consensus.cc:3060] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.649385  6790 raft_consensus.cc:3060] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.649686  6849 raft_consensus.cc:515] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.652660  6640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24d594329649248ea32cbfc607ca75" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f930f550b2a4380a8b05ff745ef1a36"
I20260630 12:35:43.653312  6640 raft_consensus.cc:3060] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.653673  6716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da24d594329649248ea32cbfc607ca75" candidate_uuid: "f6c60506a92b471ba8b2d03a2e61e480" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c2a7ae72190415f95a511eced463110"
I20260630 12:35:43.654268  6716 raft_consensus.cc:3060] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.655395  6641 raft_consensus.cc:2468] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 1.
I20260630 12:35:43.656126  6790 raft_consensus.cc:2468] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 1.
I20260630 12:35:43.656580  6679 leader_election.cc:304] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: 5f930f550b2a4380a8b05ff745ef1a36, 9c2a7ae72190415f95a511eced463110; no voters: 
I20260630 12:35:43.659441  6640 raft_consensus.cc:2468] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 1.
I20260630 12:35:43.660172  6839 raft_consensus.cc:2804] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.660264  6849 leader_election.cc:290] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [CANDIDATE]: Term 1 election: Requested vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:43.660534  6753 leader_election.cc:304] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: 5f930f550b2a4380a8b05ff745ef1a36, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:43.661365  6849 raft_consensus.cc:2804] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.661898  6849 raft_consensus.cc:697] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Becoming Leader. State: Replica: f6c60506a92b471ba8b2d03a2e61e480, State: Running, Role: LEADER
I20260630 12:35:43.662271  6716 raft_consensus.cc:2468] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c60506a92b471ba8b2d03a2e61e480 in term 1.
I20260630 12:35:43.662742  6849 consensus_queue.cc:237] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:43.663429  6839 raft_consensus.cc:697] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 LEADER]: Becoming Leader. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Running, Role: LEADER
I20260630 12:35:43.664279  6839 consensus_queue.cc:237] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } }
I20260630 12:35:43.671239  6537 catalog_manager.cc:5697] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: term changed from 0 to 1, leader changed from <none> to f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:43.671926  6539 catalog_manager.cc:5697] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c2a7ae72190415f95a511eced463110 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:43.733196   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:35:43.750321   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:43.751176   445 tablet_replica.cc:333] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36: stopping tablet replica
I20260630 12:35:43.751735   445 raft_consensus.cc:2243] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:43.752115   445 raft_consensus.cc:2272] T 29c7dd2f548e498b82920ed0d9698b9e P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:43.754119   445 tablet_replica.cc:333] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36: stopping tablet replica
I20260630 12:35:43.754724   445 raft_consensus.cc:2243] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:43.755102   445 raft_consensus.cc:2272] T ff8a107d3aea4834a9cd5eaf644684c0 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:43.757067   445 tablet_replica.cc:333] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36: stopping tablet replica
I20260630 12:35:43.757560   445 raft_consensus.cc:2243] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:43.757910   445 raft_consensus.cc:2272] T da24d594329649248ea32cbfc607ca75 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:43.759807   445 tablet_replica.cc:333] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: stopping tablet replica
I20260630 12:35:43.760243   445 raft_consensus.cc:2243] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:43.760775   445 pending_rounds.cc:70] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Trying to abort 1 pending ops.
I20260630 12:35:43.760957   445 pending_rounds.cc:77] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442777069031424 op_type: NO_OP noop_request { }
I20260630 12:35:43.761232   445 raft_consensus.cc:2889] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:43.761472   445 raft_consensus.cc:2272] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 5f930f550b2a4380a8b05ff745ef1a36 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:43.783986   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:44.050565  6849 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:44.066239  6753 consensus_peers.cc:597] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.079949  6849 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:44.092155  6753 consensus_peers.cc:597] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.106020  6839 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:44.119365  6679 consensus_peers.cc:597] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.826305   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:44.831549  6878 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
W20260630 12:35:44.832070  6879 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
W20260630 12:35:44.833237  6881 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
I20260630 12:35:44.834571   445 server_base.cc:1061] running on GCE node
I20260630 12:35:44.835595   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:44.835806   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:44.835966   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822944835949 us; error 0 us; skew 500 ppm
I20260630 12:35:44.836421   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:44.838442   445 webserver.cc:533] Webserver started at http://127.0.111.68:34321/ using document root <none> and password file <none>
I20260630 12:35:44.838888   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:44.839059   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:44.839351   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:44.840340   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "e5588ef3bec74eb59a63779f45c27a09"
format_stamp: "Formatted at 2026-06-30 12:35:44 on dist-test-slave-rw3v"
I20260630 12:35:44.844256   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:35:44.847254  6886 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.847898   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:44.848162   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "e5588ef3bec74eb59a63779f45c27a09"
format_stamp: "Formatted at 2026-06-30 12:35:44 on dist-test-slave-rw3v"
I20260630 12:35:44.848412   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822785200141-445-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)
W20260630 12:35:44.866364  6587 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5f930f550b2a4380a8b05ff745ef1a36 not available for placement
I20260630 12:35:44.919050   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:44.920132   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:44.921455   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:44.923584   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:44.923775   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.924008   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:44.924161   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:44.960891   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:39289
I20260630 12:35:44.960976  6948 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:39289 every 8 connection(s)
I20260630 12:35:44.975227  6949 heartbeater.cc:344] Connected to a master server at 127.0.111.126:34139
I20260630 12:35:44.975615  6949 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:44.976264  6949 heartbeater.cc:507] Master 127.0.111.126:34139 requested a full tablet report, sending...
I20260630 12:35:44.977952  6539 ts_manager.cc:194] Registered new tserver with Master: e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68:39289)
I20260630 12:35:44.979226  6539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45694
I20260630 12:35:44.981799  6849 consensus_queue.cc:579] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.410s)
I20260630 12:35:44.988911  6954 consensus_queue.cc:579] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.325s)
I20260630 12:35:44.992775  6790 consensus_queue.cc:237] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:44.999418  6716 raft_consensus.cc:1275] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:44.999241  6790 consensus_queue.cc:237] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.001148  6954 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:35:45.005797  6753 consensus_peers.cc:597] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:45.007817  6715 raft_consensus.cc:1275] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:45.009611  6954 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:45.009157  6953 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
W20260630 12:35:45.014118  6753 consensus_peers.cc:597] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:45.015890  6849 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:45.015888  6715 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
W20260630 12:35:45.021247  6753 consensus_peers.cc:597] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68:39289): Couldn't send request to peer e5588ef3bec74eb59a63779f45c27a09. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: da24d594329649248ea32cbfc607ca75. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:45.021982  6753 consensus_peers.cc:597] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68:39289): Couldn't send request to peer e5588ef3bec74eb59a63779f45c27a09. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ff8a107d3aea4834a9cd5eaf644684c0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:45.022687  6524 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ff8a107d3aea4834a9cd5eaf644684c0 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:35:45.024180  6716 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:45.025213  6539 catalog_manager.cc:5697] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.029551  6524 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet da24d594329649248ea32cbfc607ca75 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:35:45.044334  6537 catalog_manager.cc:5697] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 reported cstate change: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:45.184752  6874 raft_consensus.cc:493] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:45.185210  6874 raft_consensus.cc:515] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:45.186929  6874 leader_election.cc:290] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:45.188109  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480" is_pre_election: true
I20260630 12:35:45.188625  6790 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 1.
I20260630 12:35:45.189802  6680 leader_election.cc:304] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: 9c2a7ae72190415f95a511eced463110, f6c60506a92b471ba8b2d03a2e61e480; no voters: 
I20260630 12:35:45.190421  6874 raft_consensus.cc:2804] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:35:45.190704  6874 raft_consensus.cc:493] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:45.190953  6874 raft_consensus.cc:3060] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:45.191603  6679 leader_election.cc:336] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:45.195485  6874 raft_consensus.cc:515] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:45.196951  6874 leader_election.cc:290] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 2 election: Requested vote from peers 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027), f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:45.197995  6790 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b50ee4cbbcc24a17a215e1d2d9637bd6" candidate_uuid: "9c2a7ae72190415f95a511eced463110" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c60506a92b471ba8b2d03a2e61e480"
I20260630 12:35:45.198545  6790 raft_consensus.cc:3060] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:45.200198  6679 leader_election.cc:336] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:45.203282  6790 raft_consensus.cc:2468] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c2a7ae72190415f95a511eced463110 in term 2.
I20260630 12:35:45.204111  6680 leader_election.cc:304] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: 9c2a7ae72190415f95a511eced463110, f6c60506a92b471ba8b2d03a2e61e480; no voters: 5f930f550b2a4380a8b05ff745ef1a36
I20260630 12:35:45.204689  6874 raft_consensus.cc:2804] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:45.205448  6874 raft_consensus.cc:697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 LEADER]: Becoming Leader. State: Replica: 9c2a7ae72190415f95a511eced463110, State: Running, Role: LEADER
I20260630 12:35:45.206061  6874 consensus_queue.cc:237] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } }
I20260630 12:35:45.211764  6539 catalog_manager.cc:5697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 reported cstate change: term changed from 1 to 2, leader changed from 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) to 9c2a7ae72190415f95a511eced463110 (127.0.111.66). New cstate: current_term: 2 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.223330  6874 consensus_queue.cc:579] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.558s)
I20260630 12:35:45.231595  6716 consensus_queue.cc:237] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.237432  6790 raft_consensus.cc:1275] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:45.238979  6965 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:35:45.241786  6679 consensus_peers.cc:597] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:45.246001  6679 consensus_peers.cc:597] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 -> Peer e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68:39289): Couldn't send request to peer e5588ef3bec74eb59a63779f45c27a09. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 29c7dd2f548e498b82920ed0d9698b9e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:45.245895  6874 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:45.247591  6790 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:45.254876  6523 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 29c7dd2f548e498b82920ed0d9698b9e with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:35:45.260133  6539 catalog_manager.cc:5697] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 reported cstate change: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.447053  6970 ts_tablet_manager.cc:933] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: Initiating tablet copy from peer f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:45.448467  6970 tablet_copy_client.cc:323] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:42999
I20260630 12:35:45.456903  6800 tablet_copy_service.cc:140] P f6c60506a92b471ba8b2d03a2e61e480: Received BeginTabletCopySession request for tablet da24d594329649248ea32cbfc607ca75 from peer e5588ef3bec74eb59a63779f45c27a09 ({username='slave'} at 127.0.0.1:33702)
I20260630 12:35:45.457336  6800 tablet_copy_service.cc:161] P f6c60506a92b471ba8b2d03a2e61e480: Beginning new tablet copy session on tablet da24d594329649248ea32cbfc607ca75 from peer e5588ef3bec74eb59a63779f45c27a09 at {username='slave'} at 127.0.0.1:33702: session id = e5588ef3bec74eb59a63779f45c27a09-da24d594329649248ea32cbfc607ca75
I20260630 12:35:45.462416  6800 tablet_copy_source_session.cc:215] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.464723  6970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da24d594329649248ea32cbfc607ca75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.474360  6970 tablet_copy_client.cc:806] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.474901  6970 tablet_copy_client.cc:670] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.478297  6970 tablet_copy_client.cc:538] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.479349  6973 ts_tablet_manager.cc:933] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: Initiating tablet copy from peer f6c60506a92b471ba8b2d03a2e61e480 (127.0.111.67:42999)
I20260630 12:35:45.480962  6973 tablet_copy_client.cc:323] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:42999
I20260630 12:35:45.482228  6800 tablet_copy_service.cc:140] P f6c60506a92b471ba8b2d03a2e61e480: Received BeginTabletCopySession request for tablet ff8a107d3aea4834a9cd5eaf644684c0 from peer e5588ef3bec74eb59a63779f45c27a09 ({username='slave'} at 127.0.0.1:33702)
I20260630 12:35:45.482607  6800 tablet_copy_service.cc:161] P f6c60506a92b471ba8b2d03a2e61e480: Beginning new tablet copy session on tablet ff8a107d3aea4834a9cd5eaf644684c0 from peer e5588ef3bec74eb59a63779f45c27a09 at {username='slave'} at 127.0.0.1:33702: session id = e5588ef3bec74eb59a63779f45c27a09-ff8a107d3aea4834a9cd5eaf644684c0
I20260630 12:35:45.484122  6970 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap starting.
I20260630 12:35:45.487001  6800 tablet_copy_source_session.cc:215] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.489212  6973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff8a107d3aea4834a9cd5eaf644684c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.497619  6970 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: 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
I20260630 12:35:45.498272  6970 tablet_bootstrap.cc:492] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap complete.
I20260630 12:35:45.498795  6970 ts_tablet_manager.cc:1403] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260630 12:35:45.500013  6973 tablet_copy_client.cc:806] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.500588  6973 tablet_copy_client.cc:670] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.501114  6970 raft_consensus.cc:359] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.501909  6970 raft_consensus.cc:740] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e5588ef3bec74eb59a63779f45c27a09, State: Initialized, Role: LEARNER
I20260630 12:35:45.502393  6970 consensus_queue.cc:260] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.504067  6973 tablet_copy_client.cc:538] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.504570  6949 heartbeater.cc:499] Master 127.0.111.126:34139 was elected leader, sending a full tablet report...
I20260630 12:35:45.504914  6970 ts_tablet_manager.cc:1434] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: Time spent starting tablet: real 0.006s	user 0.009s	sys 0.000s
I20260630 12:35:45.506471  6800 tablet_copy_service.cc:342] P f6c60506a92b471ba8b2d03a2e61e480: Request end of tablet copy session e5588ef3bec74eb59a63779f45c27a09-da24d594329649248ea32cbfc607ca75 received from {username='slave'} at 127.0.0.1:33702
I20260630 12:35:45.506845  6800 tablet_copy_service.cc:434] P f6c60506a92b471ba8b2d03a2e61e480: ending tablet copy session e5588ef3bec74eb59a63779f45c27a09-da24d594329649248ea32cbfc607ca75 on tablet da24d594329649248ea32cbfc607ca75 with peer e5588ef3bec74eb59a63779f45c27a09
I20260630 12:35:45.511557  6973 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap starting.
I20260630 12:35:45.525461  6973 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: 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
I20260630 12:35:45.526062  6973 tablet_bootstrap.cc:492] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap complete.
I20260630 12:35:45.526588  6973 ts_tablet_manager.cc:1403] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260630 12:35:45.528474  6973 raft_consensus.cc:359] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.529032  6973 raft_consensus.cc:740] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e5588ef3bec74eb59a63779f45c27a09, State: Initialized, Role: LEARNER
I20260630 12:35:45.529482  6973 consensus_queue.cc:260] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.531252  6973 ts_tablet_manager.cc:1434] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: Time spent starting tablet: real 0.004s	user 0.008s	sys 0.000s
I20260630 12:35:45.532665  6800 tablet_copy_service.cc:342] P f6c60506a92b471ba8b2d03a2e61e480: Request end of tablet copy session e5588ef3bec74eb59a63779f45c27a09-ff8a107d3aea4834a9cd5eaf644684c0 received from {username='slave'} at 127.0.0.1:33702
I20260630 12:35:45.532970  6800 tablet_copy_service.cc:434] P f6c60506a92b471ba8b2d03a2e61e480: ending tablet copy session e5588ef3bec74eb59a63779f45c27a09-ff8a107d3aea4834a9cd5eaf644684c0 on tablet ff8a107d3aea4834a9cd5eaf644684c0 with peer e5588ef3bec74eb59a63779f45c27a09
I20260630 12:35:45.593473  6790 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:35:45.594518  6874 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:45.606779  6679 consensus_peers.cc:597] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:45.622923  6973 ts_tablet_manager.cc:933] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: Initiating tablet copy from peer 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:45.624181  6973 tablet_copy_client.cc:323] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:37867
I20260630 12:35:45.632654  6726 tablet_copy_service.cc:140] P 9c2a7ae72190415f95a511eced463110: Received BeginTabletCopySession request for tablet 29c7dd2f548e498b82920ed0d9698b9e from peer e5588ef3bec74eb59a63779f45c27a09 ({username='slave'} at 127.0.0.1:57640)
I20260630 12:35:45.633132  6726 tablet_copy_service.cc:161] P 9c2a7ae72190415f95a511eced463110: Beginning new tablet copy session on tablet 29c7dd2f548e498b82920ed0d9698b9e from peer e5588ef3bec74eb59a63779f45c27a09 at {username='slave'} at 127.0.0.1:57640: session id = e5588ef3bec74eb59a63779f45c27a09-29c7dd2f548e498b82920ed0d9698b9e
I20260630 12:35:45.638017  6726 tablet_copy_source_session.cc:215] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.640508  6973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c7dd2f548e498b82920ed0d9698b9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.650200  6973 tablet_copy_client.cc:806] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.650657  6973 tablet_copy_client.cc:670] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.653642  6973 tablet_copy_client.cc:538] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.659986  6973 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: Bootstrap starting.
I20260630 12:35:45.672676  6973 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: 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
I20260630 12:35:45.673303  6973 tablet_bootstrap.cc:492] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: Bootstrap complete.
I20260630 12:35:45.673785  6973 ts_tablet_manager.cc:1403] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:35:45.675669  6973 raft_consensus.cc:359] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.676219  6973 raft_consensus.cc:740] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e5588ef3bec74eb59a63779f45c27a09, State: Initialized, Role: LEARNER
I20260630 12:35:45.676676  6973 consensus_queue.cc:260] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:45.678190  6973 ts_tablet_manager.cc:1434] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:45.679802  6726 tablet_copy_service.cc:342] P 9c2a7ae72190415f95a511eced463110: Request end of tablet copy session e5588ef3bec74eb59a63779f45c27a09-29c7dd2f548e498b82920ed0d9698b9e received from {username='slave'} at 127.0.0.1:57640
I20260630 12:35:45.680114  6726 tablet_copy_service.cc:434] P 9c2a7ae72190415f95a511eced463110: ending tablet copy session e5588ef3bec74eb59a63779f45c27a09-29c7dd2f548e498b82920ed0d9698b9e on tablet 29c7dd2f548e498b82920ed0d9698b9e with peer e5588ef3bec74eb59a63779f45c27a09
W20260630 12:35:45.868512  6587 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5f930f550b2a4380a8b05ff745ef1a36 not available for placement
I20260630 12:35:45.940241  6924 raft_consensus.cc:1217] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:46.015805  6924 raft_consensus.cc:1217] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:46.107419  6924 raft_consensus.cc:1217] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:46.283666  6874 consensus_queue.cc:579] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.051s)
I20260630 12:35:46.298925  6985 consensus_queue.cc:579] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.298s)
I20260630 12:35:46.336369  6985 raft_consensus.cc:1064] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: attempting to promote NON_VOTER e5588ef3bec74eb59a63779f45c27a09 to VOTER
I20260630 12:35:46.338701  6985 consensus_queue.cc:237] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.344950  6924 raft_consensus.cc:1275] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.345335  6716 raft_consensus.cc:1275] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.346544  6989 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:46.347330  6985 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:46.348431  6753 consensus_peers.cc:597] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.355599  6985 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.357154  6924 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.365602  6716 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.367758  6537 catalog_manager.cc:5697] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.385843  6790 consensus_queue.cc:237] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [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: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.390687  6716 raft_consensus.cc:1275] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.390849  6924 raft_consensus.cc:1275] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.392077  6985 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.392663  6989 consensus_queue.cc:1048] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.398603  6985 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.400254  6924 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.401023  6716 raft_consensus.cc:2955] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.408605  6524 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet da24d594329649248ea32cbfc607ca75 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.410562  6536 catalog_manager.cc:5697] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 reported cstate change: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
W20260630 12:35:46.425387  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet da24d594329649248ea32cbfc607ca75: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:46.433943  6985 consensus_queue.cc:579] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.440s)
I20260630 12:35:46.444247  6987 consensus_queue.cc:579] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.237s)
I20260630 12:35:46.453734  6716 consensus_queue.cc:237] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:46.459036  6790 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:35:46.459235  6679 consensus_peers.cc:597] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 -> Peer e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68:39289): Couldn't send request to peer e5588ef3bec74eb59a63779f45c27a09. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b50ee4cbbcc24a17a215e1d2d9637bd6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.460812  6874 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:35:46.461859  6679 consensus_peers.cc:597] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.466243  6965 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:46.467532  6790 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } } }
I20260630 12:35:46.474135  6523 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:35:46.478832  6537 catalog_manager.cc:5697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 reported cstate change: config changed from index -1 to 2, NON_VOTER e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:46.504590  6523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111) [suppressed 30 similar messages]
I20260630 12:35:46.598392  6985 raft_consensus.cc:1064] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: attempting to promote NON_VOTER e5588ef3bec74eb59a63779f45c27a09 to VOTER
I20260630 12:35:46.600376  6985 consensus_queue.cc:237] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.606245  6924 raft_consensus.cc:1275] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.606506  6716 raft_consensus.cc:1275] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.607901  6985 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:46.608619  6849 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:46.609618  6753 consensus_peers.cc:597] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.610813  6965 raft_consensus.cc:1064] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: attempting to promote NON_VOTER e5588ef3bec74eb59a63779f45c27a09 to VOTER
I20260630 12:35:46.613647  6965 consensus_queue.cc:237] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.617584  6985 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.619400  6924 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.621043  6923 raft_consensus.cc:1275] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 LEARNER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.623487  6998 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:46.625088  6790 raft_consensus.cc:1275] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:46.626663  6998 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:46.629112  6679 consensus_peers.cc:597] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:46.630541  6716 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.636173  6536 catalog_manager.cc:5697] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.647377  6965 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.648952  6923 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.657693  6790 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.659456  6789 consensus_queue.cc:237] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [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: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.666122  6536 catalog_manager.cc:5697] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 reported cstate change: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.667506  6716 raft_consensus.cc:1275] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.668948  6849 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.670753  6923 raft_consensus.cc:1275] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Refusing update from remote peer f6c60506a92b471ba8b2d03a2e61e480: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.674919  6849 consensus_queue.cc:1048] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:46.676623  6989 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.683194  6716 consensus_queue.cc:237] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [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: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:46.685148  6524 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ff8a107d3aea4834a9cd5eaf644684c0 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.686177  6715 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.689930  6924 raft_consensus.cc:1275] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.690457  6790 raft_consensus.cc:1275] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:46.691543  6874 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.691402  6539 catalog_manager.cc:5697] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 reported cstate change: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "f6c60506a92b471ba8b2d03a2e61e480" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:46.692296  6998 consensus_queue.cc:1048] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.698326  6874 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.699977  6790 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.701699  6923 raft_consensus.cc:2955] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.706722  6924 raft_consensus.cc:2955] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.715123  6536 catalog_manager.cc:5697] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 reported cstate change: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:46.718868  6523 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 29c7dd2f548e498b82920ed0d9698b9e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260630 12:35:46.872611  6587 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5f930f550b2a4380a8b05ff745ef1a36 not available for placement
I20260630 12:35:46.888942  7005 ts_tablet_manager.cc:933] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: Initiating tablet copy from peer 9c2a7ae72190415f95a511eced463110 (127.0.111.66:37867)
I20260630 12:35:46.890560  7005 tablet_copy_client.cc:323] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:37867
I20260630 12:35:46.892136  6726 tablet_copy_service.cc:140] P 9c2a7ae72190415f95a511eced463110: Received BeginTabletCopySession request for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 from peer e5588ef3bec74eb59a63779f45c27a09 ({username='slave'} at 127.0.0.1:57640)
I20260630 12:35:46.892587  6726 tablet_copy_service.cc:161] P 9c2a7ae72190415f95a511eced463110: Beginning new tablet copy session on tablet b50ee4cbbcc24a17a215e1d2d9637bd6 from peer e5588ef3bec74eb59a63779f45c27a09 at {username='slave'} at 127.0.0.1:57640: session id = e5588ef3bec74eb59a63779f45c27a09-b50ee4cbbcc24a17a215e1d2d9637bd6
I20260630 12:35:46.898530  6726 tablet_copy_source_session.cc:215] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:46.901309  7005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b50ee4cbbcc24a17a215e1d2d9637bd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.911453  7005 tablet_copy_client.cc:806] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:46.911969  7005 tablet_copy_client.cc:670] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:46.915120  7005 tablet_copy_client.cc:538] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:46.920549  7005 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap starting.
I20260630 12:35:46.934962  7005 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: 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
I20260630 12:35:46.935582  7005 tablet_bootstrap.cc:492] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: Bootstrap complete.
I20260630 12:35:46.936134  7005 ts_tablet_manager.cc:1403] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.004s
I20260630 12:35:46.938730  7005 raft_consensus.cc:359] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:46.939391  7005 raft_consensus.cc:740] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: e5588ef3bec74eb59a63779f45c27a09, State: Initialized, Role: LEARNER
I20260630 12:35:46.940027  7005 consensus_queue.cc:260] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: true } }
I20260630 12:35:46.941854  7005 ts_tablet_manager.cc:1434] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:46.943317  6726 tablet_copy_service.cc:342] P 9c2a7ae72190415f95a511eced463110: Request end of tablet copy session e5588ef3bec74eb59a63779f45c27a09-b50ee4cbbcc24a17a215e1d2d9637bd6 received from {username='slave'} at 127.0.0.1:57640
I20260630 12:35:46.943668  6726 tablet_copy_service.cc:434] P 9c2a7ae72190415f95a511eced463110: ending tablet copy session e5588ef3bec74eb59a63779f45c27a09-b50ee4cbbcc24a17a215e1d2d9637bd6 on tablet b50ee4cbbcc24a17a215e1d2d9637bd6 with peer e5588ef3bec74eb59a63779f45c27a09
I20260630 12:35:47.484328  6924 raft_consensus.cc:1217] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
W20260630 12:35:47.594180  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet da24d594329649248ea32cbfc607ca75: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:48.043177  7012 consensus_queue.cc:579] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Leader has been unable to successfully communicate with peer 5f930f550b2a4380a8b05ff745ef1a36 for more than 1 seconds (1.588s)
I20260630 12:35:48.049638  7012 raft_consensus.cc:1064] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: attempting to promote NON_VOTER e5588ef3bec74eb59a63779f45c27a09 to VOTER
I20260630 12:35:48.052049  7012 consensus_queue.cc:237] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
W20260630 12:35:48.057478  6587 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5f930f550b2a4380a8b05ff745ef1a36 not available for placement
I20260630 12:35:48.062301  6790 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:48.064046  7014 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:48.062458  6923 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 LEARNER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:35:48.069854  6679 consensus_peers.cc:597] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 -> Peer 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): Couldn't send request to peer 5f930f550b2a4380a8b05ff745ef1a36. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:48.070717  7014 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:48.078830  7014 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.082706  6923 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.091270  6790 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.093225  6536 catalog_manager.cc:5697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 reported cstate change: config changed from index 2 to 3, e5588ef3bec74eb59a63779f45c27a09 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f930f550b2a4380a8b05ff745ef1a36" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 37027 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:48.115424  6715 consensus_queue.cc:237] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [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: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } }
I20260630 12:35:48.119925  6923 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:48.120115  6790 raft_consensus.cc:1275] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Refusing update from remote peer 9c2a7ae72190415f95a511eced463110: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:48.121310  7014 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:48.121915  7011 consensus_queue.cc:1048] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:48.128182  6874 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.129832  6790 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.129732  6923 raft_consensus.cc:2955] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } } }
I20260630 12:35:48.135486  6523 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b50ee4cbbcc24a17a215e1d2d9637bd6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:48.138943  6537 catalog_manager.cc:5697] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 reported cstate change: config changed from index 3 to 4, VOTER 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65) evicted. New cstate: current_term: 2 leader_uuid: "9c2a7ae72190415f95a511eced463110" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c2a7ae72190415f95a511eced463110" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 37867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c60506a92b471ba8b2d03a2e61e480" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 42999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e5588ef3bec74eb59a63779f45c27a09" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 39289 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:35:48.648551  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet da24d594329649248ea32cbfc607ca75: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
W20260630 12:35:49.075001  6945 debug-util.cc:398] Leaking SignalData structure 0x7b080027abc0 after lost signal to thread 448
W20260630 12:35:49.076014  6945 debug-util.cc:398] Leaking SignalData structure 0x7b0800131de0 after lost signal to thread 6573
W20260630 12:35:49.077029  6945 debug-util.cc:398] Leaking SignalData structure 0x7b0800281a80 after lost signal to thread 6740
W20260630 12:35:49.077883  6945 debug-util.cc:398] Leaking SignalData structure 0x7b08002957a0 after lost signal to thread 6814
W20260630 12:35:49.078795  6945 debug-util.cc:398] Leaking SignalData structure 0x7b08000bc120 after lost signal to thread 6948
W20260630 12:35:50.347555  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b50ee4cbbcc24a17a215e1d2d9637bd6: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:52.295246   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:35:52.318166   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:52.318879   445 tablet_replica.cc:333] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110: stopping tablet replica
I20260630 12:35:52.319651   445 raft_consensus.cc:2243] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.320405   445 raft_consensus.cc:2272] T 29c7dd2f548e498b82920ed0d9698b9e P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.322455   445 tablet_replica.cc:333] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110: stopping tablet replica
I20260630 12:35:52.322952   445 raft_consensus.cc:2243] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.323515   445 raft_consensus.cc:2272] T ff8a107d3aea4834a9cd5eaf644684c0 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.325368   445 tablet_replica.cc:333] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110: stopping tablet replica
I20260630 12:35:52.325799   445 raft_consensus.cc:2243] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.326295   445 raft_consensus.cc:2272] T da24d594329649248ea32cbfc607ca75 P 9c2a7ae72190415f95a511eced463110 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.328140   445 tablet_replica.cc:333] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110: stopping tablet replica
I20260630 12:35:52.328511   445 raft_consensus.cc:2243] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.329190   445 raft_consensus.cc:2272] T b50ee4cbbcc24a17a215e1d2d9637bd6 P 9c2a7ae72190415f95a511eced463110 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.352938   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:52.367978   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:52.387820   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:52.388477   445 tablet_replica.cc:333] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480: stopping tablet replica
I20260630 12:35:52.389042   445 raft_consensus.cc:2243] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.389628   445 raft_consensus.cc:2272] T b50ee4cbbcc24a17a215e1d2d9637bd6 P f6c60506a92b471ba8b2d03a2e61e480 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.391724   445 tablet_replica.cc:333] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480: stopping tablet replica
I20260630 12:35:52.392184   445 raft_consensus.cc:2243] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.392902   445 raft_consensus.cc:2272] T da24d594329649248ea32cbfc607ca75 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.394915   445 tablet_replica.cc:333] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480: stopping tablet replica
I20260630 12:35:52.395413   445 raft_consensus.cc:2243] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.396112   445 raft_consensus.cc:2272] T ff8a107d3aea4834a9cd5eaf644684c0 P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.398110   445 tablet_replica.cc:333] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480: stopping tablet replica
I20260630 12:35:52.398628   445 raft_consensus.cc:2243] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.399223   445 raft_consensus.cc:2272] T 29c7dd2f548e498b82920ed0d9698b9e P f6c60506a92b471ba8b2d03a2e61e480 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:52.403299  6523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111) [suppressed 38 similar messages]
W20260630 12:35:52.406569  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b50ee4cbbcc24a17a215e1d2d9637bd6: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:52.422554   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:52.436460   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:35:52.454593   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:52.455279   445 tablet_replica.cc:333] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09: stopping tablet replica
I20260630 12:35:52.455793   445 raft_consensus.cc:2243] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.456283   445 raft_consensus.cc:2272] T b50ee4cbbcc24a17a215e1d2d9637bd6 P e5588ef3bec74eb59a63779f45c27a09 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.458077   445 tablet_replica.cc:333] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09: stopping tablet replica
I20260630 12:35:52.458530   445 raft_consensus.cc:2243] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.458995   445 raft_consensus.cc:2272] T 29c7dd2f548e498b82920ed0d9698b9e P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.460934   445 tablet_replica.cc:333] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09: stopping tablet replica
I20260630 12:35:52.461375   445 raft_consensus.cc:2243] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.461841   445 raft_consensus.cc:2272] T ff8a107d3aea4834a9cd5eaf644684c0 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.463732   445 tablet_replica.cc:333] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09: stopping tablet replica
I20260630 12:35:52.464151   445 raft_consensus.cc:2243] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.464601   445 raft_consensus.cc:2272] T da24d594329649248ea32cbfc607ca75 P e5588ef3bec74eb59a63779f45c27a09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.502357   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:35:52.516458   445 master.cc:562] Master@127.0.111.126:34139 shutting down...
W20260630 12:35:54.840619  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet da24d594329649248ea32cbfc607ca75: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
W20260630 12:35:56.515995  6523 catalog_manager.cc:4755] TS 5f930f550b2a4380a8b05ff745ef1a36 (127.0.111.65:37027): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b50ee4cbbcc24a17a215e1d2d9637bd6: Network error: Client connection negotiation failed: client connection to 127.0.111.65:37027: connect: Connection refused (error 111)
I20260630 12:35:57.017576   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:57.019888   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:57.020671   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P fc265e6674e047849088716b71440e09: stopping tablet replica
I20260630 12:35:57.048746   445 master.cc:584] Master@127.0.111.126:34139 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (15371 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:35:57.093338   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:41351
I20260630 12:35:57.094421   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.099961  7036 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
W20260630 12:35:57.100065  7037 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
W20260630 12:35:57.100973  7040 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
I20260630 12:35:57.101495   445 server_base.cc:1061] running on GCE node
I20260630 12:35:57.102290   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.102488   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.102648   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822957102629 us; error 0 us; skew 500 ppm
I20260630 12:35:57.103112   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.105391   445 webserver.cc:533] Webserver started at http://127.0.111.126:42015/ using document root <none> and password file <none>
I20260630 12:35:57.105854   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.106035   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.106292   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.107564   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "df0da74f69004a00a06602415071f17e"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.111814   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:35:57.115033  7045 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.115768   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.116012   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "df0da74f69004a00a06602415071f17e"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.116267   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:35:57.144737   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.145898   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.181986   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:41351
I20260630 12:35:57.182123  7096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:41351 every 8 connection(s)
I20260630 12:35:57.185815  7097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:57.197329  7097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e: Bootstrap starting.
I20260630 12:35:57.201859  7097 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:57.205793  7097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e: No bootstrap required, opened a new log
I20260630 12:35:57.207861  7097 raft_consensus.cc:359] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df0da74f69004a00a06602415071f17e" member_type: VOTER }
I20260630 12:35:57.208262  7097 raft_consensus.cc:385] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:57.208441  7097 raft_consensus.cc:740] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df0da74f69004a00a06602415071f17e, State: Initialized, Role: FOLLOWER
I20260630 12:35:57.208978  7097 consensus_queue.cc:260] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "df0da74f69004a00a06602415071f17e" member_type: VOTER }
I20260630 12:35:57.209404  7097 raft_consensus.cc:399] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:57.209606  7097 raft_consensus.cc:493] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:57.209822  7097 raft_consensus.cc:3060] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:57.214102  7097 raft_consensus.cc:515] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df0da74f69004a00a06602415071f17e" member_type: VOTER }
I20260630 12:35:57.214542  7097 leader_election.cc:304] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [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: df0da74f69004a00a06602415071f17e; no voters: 
I20260630 12:35:57.215555  7097 leader_election.cc:290] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:57.215907  7100 raft_consensus.cc:2804] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:57.217072  7100 raft_consensus.cc:697] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 1 LEADER]: Becoming Leader. State: Replica: df0da74f69004a00a06602415071f17e, State: Running, Role: LEADER
I20260630 12:35:57.217720  7100 consensus_queue.cc:237] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [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: "df0da74f69004a00a06602415071f17e" member_type: VOTER }
I20260630 12:35:57.218266  7097 sys_catalog.cc:565] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:57.223492  7101 sys_catalog.cc:455] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "df0da74f69004a00a06602415071f17e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df0da74f69004a00a06602415071f17e" member_type: VOTER } }
I20260630 12:35:57.223860  7102 sys_catalog.cc:455] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [sys.catalog]: SysCatalogTable state changed. Reason: New leader df0da74f69004a00a06602415071f17e. Latest consensus state: current_term: 1 leader_uuid: "df0da74f69004a00a06602415071f17e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df0da74f69004a00a06602415071f17e" member_type: VOTER } }
I20260630 12:35:57.224129  7101 sys_catalog.cc:458] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:57.224357  7102 sys_catalog.cc:458] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:57.226257  7107 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:57.233566  7107 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:57.234486   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:57.242012  7107 catalog_manager.cc:1383] Generated new cluster ID: 620efe282ae0438190421de7f007893e
I20260630 12:35:57.242240  7107 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:57.256150  7107 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:57.257331  7107 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:57.272277  7107 catalog_manager.cc:6070] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e: Generated new TSK 0
I20260630 12:35:57.272771  7107 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:57.300518   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.306386  7118 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
W20260630 12:35:57.307534  7119 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
W20260630 12:35:57.308828  7121 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
I20260630 12:35:57.308946   445 server_base.cc:1061] running on GCE node
I20260630 12:35:57.310341   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.310535   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.310705   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822957310682 us; error 0 us; skew 500 ppm
I20260630 12:35:57.311259   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.313324   445 webserver.cc:533] Webserver started at http://127.0.111.65:43411/ using document root <none> and password file <none>
I20260630 12:35:57.313759   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.313932   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.314185   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.315409   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "1fb4b019fedf44bca96128e6d15633cf"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.319675   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:57.322751  7126 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.323458   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.323712   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "1fb4b019fedf44bca96128e6d15633cf"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.323971   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:35:57.354296   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.355516   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.356900   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.359117   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.359326   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.359541   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.359697   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.397156   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:41513
I20260630 12:35:57.397248  7188 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:41513 every 8 connection(s)
I20260630 12:35:57.402089   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.409185  7193 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
W20260630 12:35:57.410619  7194 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
W20260630 12:35:57.412959  7196 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
I20260630 12:35:57.415555   445 server_base.cc:1061] running on GCE node
I20260630 12:35:57.415904  7189 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:35:57.416256  7189 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:57.416483   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.416706   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.416854   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822957416838 us; error 0 us; skew 500 ppm
I20260630 12:35:57.416968  7189 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:35:57.417397   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.419368  7062 ts_manager.cc:194] Registered new tserver with Master: 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:35:57.420961   445 webserver.cc:533] Webserver started at http://127.0.111.66:40789/ using document root <none> and password file <none>
I20260630 12:35:57.421612   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.421818   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.421969  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40742
I20260630 12:35:57.422124   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.423558   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "b28bd692b54845a083211e141e1bb0ef"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.427608   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:57.430634  7201 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.431344   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.431599   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "b28bd692b54845a083211e141e1bb0ef"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.431835   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:35:57.450876   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.451958   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.453259   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.455400   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.455569   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.455796   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.455935   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.492686   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:43999
I20260630 12:35:57.492784  7263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:43999 every 8 connection(s)
I20260630 12:35:57.497189   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:57.504007  7267 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
W20260630 12:35:57.506042  7268 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
W20260630 12:35:57.507679  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
I20260630 12:35:57.508286   445 server_base.cc:1061] running on GCE node
I20260630 12:35:57.508824  7264 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:35:57.509172  7264 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:57.509203   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:57.509522   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:57.509685   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822957509668 us; error 0 us; skew 500 ppm
I20260630 12:35:57.509975  7264 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:35:57.510226   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:57.512086  7062 ts_manager.cc:194] Registered new tserver with Master: b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999)
I20260630 12:35:57.512946   445 webserver.cc:533] Webserver started at http://127.0.111.67:41537/ using document root <none> and password file <none>
I20260630 12:35:57.513447   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:57.513412  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40748
I20260630 12:35:57.513870   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:57.514175   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:57.515491   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "3cbdc063b48448e088a6631ccc091d8b"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.519740   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:57.522830  7275 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.523607   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:57.523849   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "3cbdc063b48448e088a6631ccc091d8b"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:35:57.524070   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:35:57.550277   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:57.551373   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:57.552680   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:57.554747   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:57.554935   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.555181   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:57.555335   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:57.594967   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:32785
I20260630 12:35:57.595067  7337 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:32785 every 8 connection(s)
I20260630 12:35:57.608130  7338 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:35:57.608491  7338 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:57.609234  7338 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:35:57.610977  7062 ts_manager.cc:194] Registered new tserver with Master: 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:57.611471   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01339322s
I20260630 12:35:57.612692  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40754
I20260630 12:35:58.424618  7189 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
I20260630 12:35:58.515856  7264 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
I20260630 12:35:58.615985  7338 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
I20260630 12:35:58.668159  7062 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40762:
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"
    }
  }
}
W20260630 12:35:58.670356  7062 catalog_manager.cc:7077] 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.
I20260630 12:35:58.717170  7229 tablet_service.cc:1511] Processing CreateTablet for tablet 1f124620aef745bc85de825752ccc5f0 (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:58.718607  7229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f124620aef745bc85de825752ccc5f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.721743  7228 tablet_service.cc:1511] Processing CreateTablet for tablet fe1201ff28d04bc5af1ebd01695a1eea (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:58.723204  7228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe1201ff28d04bc5af1ebd01695a1eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.727532  7227 tablet_service.cc:1511] Processing CreateTablet for tablet 2f08ca3704bc4315b55f98c7499fd7dd (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:58.728911  7227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2f08ca3704bc4315b55f98c7499fd7dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.732610  7226 tablet_service.cc:1511] Processing CreateTablet for tablet cff0c92651e748d888464a1a966d185d (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:58.733909  7226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cff0c92651e748d888464a1a966d185d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.745750  7154 tablet_service.cc:1511] Processing CreateTablet for tablet 1f124620aef745bc85de825752ccc5f0 (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:58.747080  7154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f124620aef745bc85de825752ccc5f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.752625  7153 tablet_service.cc:1511] Processing CreateTablet for tablet fe1201ff28d04bc5af1ebd01695a1eea (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:58.754040  7153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe1201ff28d04bc5af1ebd01695a1eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.757294  7152 tablet_service.cc:1511] Processing CreateTablet for tablet 2f08ca3704bc4315b55f98c7499fd7dd (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:58.758658  7152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2f08ca3704bc4315b55f98c7499fd7dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.758939  7151 tablet_service.cc:1511] Processing CreateTablet for tablet cff0c92651e748d888464a1a966d185d (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:58.759575  7358 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:35:58.760187  7151 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cff0c92651e748d888464a1a966d185d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.766296  7358 tablet_bootstrap.cc:654] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.770426  7303 tablet_service.cc:1511] Processing CreateTablet for tablet 1f124620aef745bc85de825752ccc5f0 (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:35:58.771765  7303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f124620aef745bc85de825752ccc5f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.771564  7301 tablet_service.cc:1511] Processing CreateTablet for tablet 2f08ca3704bc4315b55f98c7499fd7dd (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:35:58.772804  7301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2f08ca3704bc4315b55f98c7499fd7dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.773795  7302 tablet_service.cc:1511] Processing CreateTablet for tablet fe1201ff28d04bc5af1ebd01695a1eea (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:35:58.775053  7302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe1201ff28d04bc5af1ebd01695a1eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.784237  7300 tablet_service.cc:1511] Processing CreateTablet for tablet cff0c92651e748d888464a1a966d185d (DEFAULT_TABLE table=test-workload [id=832165133ce7464c8a35921655bba6ce]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:35:58.785512  7300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cff0c92651e748d888464a1a966d185d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.802165  7360 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:35:58.804514  7358 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: No bootstrap required, opened a new log
I20260630 12:35:58.805745  7358 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.047s	user 0.009s	sys 0.021s
I20260630 12:35:58.808329  7361 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:35:58.808717  7358 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.809317  7358 raft_consensus.cc:385] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.809535  7358 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.809710  7360 tablet_bootstrap.cc:654] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.810263  7358 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.812590  7358 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:35:58.813694  7358 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:35:58.815214  7361 tablet_bootstrap.cc:654] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.820114  7358 tablet_bootstrap.cc:654] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.827482  7358 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: No bootstrap required, opened a new log
I20260630 12:35:58.827755  7360 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: No bootstrap required, opened a new log
I20260630 12:35:58.827920  7358 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.008s
I20260630 12:35:58.828191  7360 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.007s
I20260630 12:35:58.829424  7361 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: No bootstrap required, opened a new log
I20260630 12:35:58.829877  7361 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.008s
I20260630 12:35:58.830246  7358 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.830788  7358 raft_consensus.cc:385] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.830996  7358 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.831177  7360 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.831632  7358 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.831924  7360 raft_consensus.cc:385] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.832329  7360 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.832664  7361 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.833364  7361 raft_consensus.cc:385] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.833608  7358 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:58.833267  7360 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.833761  7361 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.834728  7358 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:35:58.834780  7361 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.841367  7358 tablet_bootstrap.cc:654] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.841451  7361 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.004s
I20260630 12:35:58.845122  7361 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:35:58.852895  7360 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.024s	user 0.010s	sys 0.014s
I20260630 12:35:58.853906  7360 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:35:58.857899  7361 tablet_bootstrap.cc:654] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.859737  7360 tablet_bootstrap.cc:654] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.863054  7358 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: No bootstrap required, opened a new log
I20260630 12:35:58.863548  7358 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.029s	user 0.021s	sys 0.008s
I20260630 12:35:58.865612  7358 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.866189  7358 raft_consensus.cc:385] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.866393  7358 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.866915  7361 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: No bootstrap required, opened a new log
I20260630 12:35:58.866935  7358 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.867472  7361 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.004s
I20260630 12:35:58.869055  7358 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:58.869575  7360 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: No bootstrap required, opened a new log
I20260630 12:35:58.870059  7358 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:35:58.870105  7360 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.009s
I20260630 12:35:58.870280  7361 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.871207  7361 raft_consensus.cc:385] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.871526  7361 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.872406  7361 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.874506  7361 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:35:58.875483  7361 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:35:58.875898  7360 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.876633  7360 raft_consensus.cc:385] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.876797  7358 tablet_bootstrap.cc:654] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.876984  7360 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.877979  7360 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.882946  7360 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:35:58.883937  7360 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:35:58.885181  7361 tablet_bootstrap.cc:654] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.889827  7360 tablet_bootstrap.cc:654] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.896366  7358 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: No bootstrap required, opened a new log
I20260630 12:35:58.896744  7358 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.027s	user 0.024s	sys 0.001s
I20260630 12:35:58.897018  7360 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: No bootstrap required, opened a new log
I20260630 12:35:58.897464  7360 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260630 12:35:58.897580  7361 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: No bootstrap required, opened a new log
I20260630 12:35:58.898053  7361 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.000s
I20260630 12:35:58.898738  7358 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.899288  7358 raft_consensus.cc:385] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.899502  7358 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.900096  7358 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:58.900280  7360 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.900633  7361 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.901019  7360 raft_consensus.cc:385] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.901347  7361 raft_consensus.cc:385] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.901405  7360 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.901788  7361 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.901937  7358 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:35:58.902385  7360 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.905259  7360 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.005s
I20260630 12:35:58.906167  7360 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:35:58.902733  7361 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.911953  7361 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:35:58.911969  7360 tablet_bootstrap.cc:654] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.913110  7361 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:35:58.913743  7362 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:58.914189  7362 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.919634  7361 tablet_bootstrap.cc:654] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.927805  7362 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:58.937992  7362 raft_consensus.cc:493] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:58.938541  7362 raft_consensus.cc:515] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.940580  7164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:35:58.941309  7164 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 0.
I20260630 12:35:58.941682  7360 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: No bootstrap required, opened a new log
I20260630 12:35:58.941963  7362 leader_election.cc:290] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:58.942211  7360 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.036s	user 0.014s	sys 0.018s
I20260630 12:35:58.942411  7361 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: No bootstrap required, opened a new log
I20260630 12:35:58.942953  7361 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.011s
I20260630 12:35:58.943265  7205 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:58.944449  7164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:35:58.945221  7360 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.945595  7362 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:58.945712  7361 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.946123  7360 raft_consensus.cc:385] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.946285  7362 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:58.946507  7361 raft_consensus.cc:385] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.946589  7360 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.946884  7362 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.946975  7361 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.947547  7360 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.948109  7361 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.948549  7164 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 0.
I20260630 12:35:58.953011  7361 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:35:58.954078  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:35:58.954744  7313 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 0.
I20260630 12:35:58.955353  7360 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.003s
I20260630 12:35:58.956015  7312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:35:58.956272  7205 leader_election.cc:304] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:58.956666  7312 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 0.
I20260630 12:35:58.958140  7378 raft_consensus.cc:2804] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:58.958575  7378 raft_consensus.cc:493] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:58.958860  7378 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.960276  7362 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.962728  7164 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:35:58.963367  7164 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.965555  7378 raft_consensus.cc:515] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.968376  7312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:35:58.968881  7312 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.970260  7163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:35:58.970880  7163 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.971340  7362 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 1 election: Requested vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:58.971488  7164 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 1.
I20260630 12:35:58.972373  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:35:58.972591  7205 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:58.972944  7313 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.973594  7362 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:58.976804  7312 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 1.
I20260630 12:35:58.977622  7378 leader_election.cc:290] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 1 election: Requested vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:58.977756  7163 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 1.
I20260630 12:35:58.978242  7204 leader_election.cc:304] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [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: 3cbdc063b48448e088a6631ccc091d8b, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:58.979110  7378 raft_consensus.cc:2804] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:58.979565  7378 raft_consensus.cc:697] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: Becoming Leader. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Running, Role: LEADER
I20260630 12:35:58.980129  7378 consensus_queue.cc:237] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.981120  7313 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 1.
I20260630 12:35:58.982303  7362 raft_consensus.cc:697] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: Becoming Leader. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Running, Role: LEADER
I20260630 12:35:58.983031  7362 consensus_queue.cc:237] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:58.990469  7062 catalog_manager.cc:5697] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef reported cstate change: term changed from 0 to 1, leader changed from <none> to b28bd692b54845a083211e141e1bb0ef (127.0.111.66). New cstate: current_term: 1 leader_uuid: "b28bd692b54845a083211e141e1bb0ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:59.001132  7062 catalog_manager.cc:5697] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef reported cstate change: term changed from 0 to 1, leader changed from <none> to b28bd692b54845a083211e141e1bb0ef (127.0.111.66). New cstate: current_term: 1 leader_uuid: "b28bd692b54845a083211e141e1bb0ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:59.012715  7366 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:59.013124  7366 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:59.015049  7366 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:59.025674  7239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:35:59.025866  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:35:59.026389  7239 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 0.
I20260630 12:35:59.026572  7313 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 0.
I20260630 12:35:59.027765  7128 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:59.028424  7366 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:59.028705  7366 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:59.028945  7366 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.033597  7366 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:59.035095  7366 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 1 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:59.035893  7239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:35:59.036094  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:35:59.036365  7239 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.036617  7313 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.040928  7313 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 1.
I20260630 12:35:59.040941  7239 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 1.
I20260630 12:35:59.041991  7129 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: 
I20260630 12:35:59.042608  7366 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:59.043648  7366 raft_consensus.cc:697] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: Becoming Leader. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Running, Role: LEADER
I20260630 12:35:59.044239  7366 consensus_queue.cc:237] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:35:59.051045  7062 catalog_manager.cc:5697] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: term changed from 0 to 1, leader changed from <none> to 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65). New cstate: current_term: 1 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:59.147511  7366 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:59.148010  7366 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:59.149737  7366 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:59.150588  7239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:35:59.150714  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:35:59.151168  7239 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 0.
I20260630 12:35:59.151305  7313 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 0.
I20260630 12:35:59.152133  7128 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:35:59.152792  7366 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:59.153064  7366 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:59.153276  7366 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.158008  7366 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:59.159500  7366 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 1 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:35:59.160241  7239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:35:59.160537  7313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:35:59.160816  7239 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.161088  7313 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.167454  7239 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 1.
I20260630 12:35:59.167501  7313 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 1.
I20260630 12:35:59.168713  7129 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: 
I20260630 12:35:59.169348  7366 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:59.169759  7366 raft_consensus.cc:697] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: Becoming Leader. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Running, Role: LEADER
I20260630 12:35:59.170315  7366 consensus_queue.cc:237] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:35:59.176868  7062 catalog_manager.cc:5697] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: term changed from 0 to 1, leader changed from <none> to 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65). New cstate: current_term: 1 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:59.188730   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:35:59.204659   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.205394   445 tablet_replica.cc:333] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: stopping tablet replica
I20260630 12:35:59.205956   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.206547   445 pending_rounds.cc:70] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Trying to abort 1 pending ops.
I20260630 12:35:59.206733   445 pending_rounds.cc:77] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442840768049152 op_type: NO_OP noop_request { }
I20260630 12:35:59.207013   445 raft_consensus.cc:2889] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:59.207306   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.209482   445 tablet_replica.cc:333] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: stopping tablet replica
I20260630 12:35:59.209967   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.210301   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.212220   445 tablet_replica.cc:333] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: stopping tablet replica
I20260630 12:35:59.212702   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.213232   445 pending_rounds.cc:70] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Trying to abort 1 pending ops.
I20260630 12:35:59.213383   445 pending_rounds.cc:77] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442840251703296 op_type: NO_OP noop_request { }
I20260630 12:35:59.213630   445 raft_consensus.cc:2889] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:59.213892   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.216262   445 tablet_replica.cc:333] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: stopping tablet replica
I20260630 12:35:59.216710   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.217036   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.240227   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:35:59.251510   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:35:59.266202   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.266937   445 tablet_replica.cc:333] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: stopping tablet replica
I20260630 12:35:59.267493   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.267859   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.269635   445 tablet_replica.cc:333] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: stopping tablet replica
I20260630 12:35:59.270093   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.270422   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.272123   445 tablet_replica.cc:333] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: stopping tablet replica
I20260630 12:35:59.272575   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.273077   445 pending_rounds.cc:70] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Trying to abort 1 pending ops.
I20260630 12:35:59.273239   445 pending_rounds.cc:77] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442839989452800 op_type: NO_OP noop_request { }
I20260630 12:35:59.273483   445 raft_consensus.cc:2889] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:59.273716   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.275712   445 tablet_replica.cc:333] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: stopping tablet replica
I20260630 12:35:59.276139   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.276638   445 pending_rounds.cc:70] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Trying to abort 1 pending ops.
I20260630 12:35:59.276787   445 pending_rounds.cc:77] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442840001245184 op_type: NO_OP noop_request { }
I20260630 12:35:59.277029   445 raft_consensus.cc:2889] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:59.277262   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.298135   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:35:59.308538   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:35:59.324642   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.325377   445 tablet_replica.cc:333] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: stopping tablet replica
I20260630 12:35:59.325894   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.326308   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.328212   445 tablet_replica.cc:333] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: stopping tablet replica
I20260630 12:35:59.328725   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.329084   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.331192   445 tablet_replica.cc:333] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: stopping tablet replica
I20260630 12:35:59.331738   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.332051   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.333724   445 tablet_replica.cc:333] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: stopping tablet replica
I20260630 12:35:59.334122   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.334424   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.354377   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:35:59.366348   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:59.371253  7387 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
W20260630 12:35:59.372691  7390 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
W20260630 12:35:59.372884  7388 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
I20260630 12:35:59.373431   445 server_base.cc:1061] running on GCE node
I20260630 12:35:59.374382   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:59.374667   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:59.374904   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822959374890 us; error 0 us; skew 500 ppm
I20260630 12:35:59.375528   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:59.377862   445 webserver.cc:533] Webserver started at http://127.0.111.68:41387/ using document root <none> and password file <none>
I20260630 12:35:59.378399   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:59.378659   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:59.378976   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:59.380106   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "cdc23a9f0e7b43438434921419db56b8"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-rw3v"
I20260630 12:35:59.384248   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:59.387523  7395 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:59.388288   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:59.388665   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "cdc23a9f0e7b43438434921419db56b8"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-rw3v"
I20260630 12:35:59.389074   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:35:59.397622   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:59.398695   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:59.400115   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:59.402251   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:59.402539   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:59.402828   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:59.403074   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:59.438845   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:44661
I20260630 12:35:59.438937  7457 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:44661 every 8 connection(s)
I20260630 12:35:59.451730  7458 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:35:59.452143  7458 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:59.452836  7458 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:35:59.454596  7062 ts_manager.cc:194] Registered new tserver with Master: cdc23a9f0e7b43438434921419db56b8 (127.0.111.68:44661)
I20260630 12:35:59.455942  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40768
W20260630 12:36:00.246815  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet fe1201ff28d04bc5af1ebd01695a1eea: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
W20260630 12:36:00.250263  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 2f08ca3704bc4315b55f98c7499fd7dd: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:00.253391  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f124620aef745bc85de825752ccc5f0: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
I20260630 12:36:00.458367  7458 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
W20260630 12:36:01.265156  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet cff0c92651e748d888464a1a966d185d: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:01.268298  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet fe1201ff28d04bc5af1ebd01695a1eea: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
W20260630 12:36:01.271415  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f124620aef745bc85de825752ccc5f0: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
W20260630 12:36:02.300339  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet cff0c92651e748d888464a1a966d185d: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:02.303436  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 2f08ca3704bc4315b55f98c7499fd7dd: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:02.306284  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f124620aef745bc85de825752ccc5f0: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
W20260630 12:36:03.317900  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f124620aef745bc85de825752ccc5f0: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111)
W20260630 12:36:03.320883  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet cff0c92651e748d888464a1a966d185d: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:03.323593  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 2f08ca3704bc4315b55f98c7499fd7dd: Network error: Client connection negotiation failed: client connection to 127.0.111.66:43999: connect: Connection refused (error 111)
W20260630 12:36:04.325639  7110 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b28bd692b54845a083211e141e1bb0ef not available for placement
W20260630 12:36:05.327572  7110 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b28bd692b54845a083211e141e1bb0ef not available for placement
W20260630 12:36:06.330318  7110 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver b28bd692b54845a083211e141e1bb0ef not available for placement
I20260630 12:36:06.475317   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:06.483294  7468 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
W20260630 12:36:06.483314  7467 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
W20260630 12:36:06.487363  7470 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
I20260630 12:36:06.488336   445 server_base.cc:1061] running on GCE node
I20260630 12:36:06.489701   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.489912   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:06.490077   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822966490060 us; error 0 us; skew 500 ppm
I20260630 12:36:06.490691   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.493160   445 webserver.cc:533] Webserver started at http://127.0.111.65:43411/ using document root <none> and password file <none>
I20260630 12:36:06.493662   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.493847   445 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:36:06.497589   445 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:06.500684  7475 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.501379   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:36:06.501646   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "1fb4b019fedf44bca96128e6d15633cf"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:36:06.502007   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:36:06.525821   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.527064   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.528571   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.532037  7482 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:36:06.553352   445 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:36:06.553632   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.001s	sys 0.000s
I20260630 12:36:06.553893   445 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:36:06.558904  7482 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:36:06.568888   445 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:36:06.569177   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.011s	sys 0.002s
I20260630 12:36:06.570022  7482 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: 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
I20260630 12:36:06.570739  7482 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap complete.
I20260630 12:36:06.571305  7482 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.006s
I20260630 12:36:06.573535  7482 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.574321  7482 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.574939  7482 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.577519  7482 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
I20260630 12:36:06.578431  7482 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:36:06.590914  7482 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: 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
I20260630 12:36:06.591779  7482 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap complete.
I20260630 12:36:06.592283  7482 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.007s
I20260630 12:36:06.594283  7482 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.594961  7482 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.595605  7482 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.597100  7482 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:06.597779  7482 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:36:06.608927  7482 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: 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
I20260630 12:36:06.609617  7482 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap complete.
I20260630 12:36:06.610147  7482 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:36:06.612149  7482 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.612663  7482 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.613271  7482 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.614862  7482 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:06.615551  7482 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap starting.
I20260630 12:36:06.625145   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:41513
I20260630 12:36:06.625238  7543 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:41513 every 8 connection(s)
I20260630 12:36:06.628702  7482 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: 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
I20260630 12:36:06.629746  7482 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Bootstrap complete.
I20260630 12:36:06.630527  7482 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.009s
I20260630 12:36:06.631161   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:36:06.633865  7482 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:06.634758  7482 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.635600  7482 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:06.637914  7482 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
W20260630 12:36:06.643425  7548 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
W20260630 12:36:06.644227  7549 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
W20260630 12:36:06.647219  7551 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
I20260630 12:36:06.647306   445 server_base.cc:1061] running on GCE node
I20260630 12:36:06.648802   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.649093   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:06.649322   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822966649301 us; error 0 us; skew 500 ppm
I20260630 12:36:06.649920   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.652740  7544 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:36:06.652822   445 webserver.cc:533] Webserver started at http://127.0.111.66:40789/ using document root <none> and password file <none>
I20260630 12:36:06.653204  7544 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.653520   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.653785   445 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:36:06.654124  7544 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:36:06.658425   445 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.002s
I20260630 12:36:06.658728  7062 ts_manager.cc:194] Re-registered known tserver with Master: 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:36:06.662046  7556 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.662856   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:06.663127   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "b28bd692b54845a083211e141e1bb0ef"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:36:06.663427   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:36:06.664561  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41740
I20260630 12:36:06.667770  7544 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
I20260630 12:36:06.680716   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.681928   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.683334   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.706089   445 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:36:06.706358   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.021s	user 0.001s	sys 0.000s
I20260630 12:36:06.710810  7563 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:36:06.720309   445 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:36:06.720559   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:36:06.722237  7563 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: 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
I20260630 12:36:06.722942  7563 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Bootstrap complete.
I20260630 12:36:06.723441  7563 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:36:06.725471  7563 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.726120  7563 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.726719  7563 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.729606  7563 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:06.730378  7563 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:36:06.740888  7563 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: 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
I20260630 12:36:06.741515  7563 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Bootstrap complete.
I20260630 12:36:06.742024  7563 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.004s
I20260630 12:36:06.744189  7563 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.744706  7563 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.745632  7563 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.747248  7563 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:36:06.747870  7563 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:36:06.761335  7563 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: 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
I20260630 12:36:06.762245  7563 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Bootstrap complete.
I20260630 12:36:06.762895  7563 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.005s
I20260630 12:36:06.765753  7563 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.766650  7563 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.767427  7563 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.769637  7563 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
I20260630 12:36:06.770593  7563 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Bootstrap starting.
I20260630 12:36:06.773054   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:43999
I20260630 12:36:06.773213  7623 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:43999 every 8 connection(s)
I20260630 12:36:06.778401   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:36:06.787324  7563 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: 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
I20260630 12:36:06.788272  7563 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Bootstrap complete.
I20260630 12:36:06.789047  7563 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.011s
W20260630 12:36:06.792671  7627 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
W20260630 12:36:06.793282  7629 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
I20260630 12:36:06.792858  7563 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:06.793972  7563 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.795439  7624 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:36:06.794988  7563 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
W20260630 12:36:06.795614  7631 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
I20260630 12:36:06.795879  7624 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.796923  7624 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:36:06.797573  7563 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:36:06.800696  7062 ts_manager.cc:194] Re-registered known tserver with Master: b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999)
I20260630 12:36:06.802314   445 server_base.cc:1061] running on GCE node
I20260630 12:36:06.803333   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.803567   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:06.803756   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822966803740 us; error 0 us; skew 500 ppm
I20260630 12:36:06.804252   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.805652  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41742
I20260630 12:36:06.806733   445 webserver.cc:533] Webserver started at http://127.0.111.67:41537/ using document root <none> and password file <none>
I20260630 12:36:06.807276   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.807438   445 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:36:06.808054  7624 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
I20260630 12:36:06.810946   445 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:06.814474  7636 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.815364   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:06.815660   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "3cbdc063b48448e088a6631ccc091d8b"
format_stamp: "Formatted at 2026-06-30 12:35:57 on dist-test-slave-rw3v"
I20260630 12:36:06.815986   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-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)
I20260630 12:36:06.826532   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.827661   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.829066   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.851207   445 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:36:06.851495   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.000s
I20260630 12:36:06.855954  7643 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:36:06.865759   445 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:36:06.866032   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:36:06.866135  7643 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: 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
I20260630 12:36:06.866828  7643 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap complete.
I20260630 12:36:06.867451  7643 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:36:06.869401  7643 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.869879  7643 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.870524  7643 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.872633  7643 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:06.873289  7643 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:36:06.885413  7643 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: 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
I20260630 12:36:06.886234  7643 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap complete.
I20260630 12:36:06.886940  7643 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.014s	user 0.000s	sys 0.010s
I20260630 12:36:06.889286  7643 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.889818  7643 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.890600  7643 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.892601  7643 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:36:06.893271  7643 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:36:06.904507  7643 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: 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
I20260630 12:36:06.905187  7643 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap complete.
I20260630 12:36:06.905787  7643 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:36:06.908058  7643 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.908546  7643 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.909212  7643 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:06.910761  7643 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.003s
I20260630 12:36:06.911443  7643 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap starting.
I20260630 12:36:06.920322   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:32785
I20260630 12:36:06.920572  7703 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:32785 every 8 connection(s)
I20260630 12:36:06.922302  7643 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: 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
I20260630 12:36:06.922964  7643 tablet_bootstrap.cc:492] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Bootstrap complete.
I20260630 12:36:06.923553  7643 ts_tablet_manager.cc:1403] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:36:06.926397  7643 raft_consensus.cc:359] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:06.927634  7643 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.928644  7643 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:06.930958  7643 ts_tablet_manager.cc:1434] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:06.936067  7705 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41351
I20260630 12:36:06.936569  7705 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.937381  7705 heartbeater.cc:507] Master 127.0.111.126:41351 requested a full tablet report, sending...
I20260630 12:36:06.940658  7062 ts_manager.cc:194] Re-registered known tserver with Master: 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:06.945319  7062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41746
I20260630 12:36:06.947785  7705 heartbeater.cc:499] Master 127.0.111.126:41351 was elected leader, sending a full tablet report...
W20260630 12:36:07.350277  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet cff0c92651e748d888464a1a966d185d: Illegal state: Replica b28bd692b54845a083211e141e1bb0ef is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } }
W20260630 12:36:07.362257  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet fe1201ff28d04bc5af1ebd01695a1eea: Illegal state: Replica 1fb4b019fedf44bca96128e6d15633cf is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } }
W20260630 12:36:07.365867  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 2f08ca3704bc4315b55f98c7499fd7dd: Illegal state: Replica b28bd692b54845a083211e141e1bb0ef is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } }
I20260630 12:36:07.758545  7711 raft_consensus.cc:493] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:07.759176  7711 raft_consensus.cc:515] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.761369  7711 leader_election.cc:290] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:07.771960  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:36:07.772938  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:07.773209  7598 raft_consensus.cc:2410] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1fb4b019fedf44bca96128e6d15633cf 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.
I20260630 12:36:07.773795  7678 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 1.
I20260630 12:36:07.775265  7478 leader_election.cc:304] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: b28bd692b54845a083211e141e1bb0ef
I20260630 12:36:07.776080  7711 raft_consensus.cc:2804] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:07.776530  7711 raft_consensus.cc:493] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:07.776870  7711 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.782217  7711 raft_consensus.cc:515] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.783933  7711 leader_election.cc:290] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 2 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:07.784950  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:36:07.784934  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:36:07.785835  7678 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.786075  7598 raft_consensus.cc:3060] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.791652  7678 raft_consensus.cc:2468] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 2.
I20260630 12:36:07.792052  7598 raft_consensus.cc:2410] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 1fb4b019fedf44bca96128e6d15633cf 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.
I20260630 12:36:07.792809  7478 leader_election.cc:304] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: 
I20260630 12:36:07.793694  7711 raft_consensus.cc:2804] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:07.794809  7711 raft_consensus.cc:697] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 LEADER]: Becoming Leader. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Running, Role: LEADER
I20260630 12:36:07.795651  7711 consensus_queue.cc:237] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.802650  7062 catalog_manager.cc:5697] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: term changed from 1 to 2, leader changed from b28bd692b54845a083211e141e1bb0ef (127.0.111.66) to 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65). New cstate: current_term: 2 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:07.941308  7721 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:07.941874  7721 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.944063  7721 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:07.955924  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:07.956501  7517 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:36:07.956997  7678 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 1.
I20260630 12:36:07.957706  7517 raft_consensus.cc:2410] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b28bd692b54845a083211e141e1bb0ef 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.
I20260630 12:36:07.958421  7559 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [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: 3cbdc063b48448e088a6631ccc091d8b, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:36:07.959398  7721 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:07.959888  7721 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:07.960258  7721 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.965827  7721 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.967618  7721 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 2 election: Requested vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:07.968349  7517 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:36:07.968609  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:36:07.969174  7517 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.969592  7678 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:07.976681  7678 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 2.
I20260630 12:36:07.977144  7517 raft_consensus.cc:2410] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate b28bd692b54845a083211e141e1bb0ef 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.
I20260630 12:36:07.978008  7559 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [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: 3cbdc063b48448e088a6631ccc091d8b, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:36:07.978982  7721 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:07.980196  7721 raft_consensus.cc:697] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 LEADER]: Becoming Leader. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Running, Role: LEADER
I20260630 12:36:07.981097  7721 consensus_queue.cc:237] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.987987  7062 catalog_manager.cc:5697] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef reported cstate change: term changed from 1 to 2, leader changed from 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65) to b28bd692b54845a083211e141e1bb0ef (127.0.111.66). New cstate: current_term: 2 leader_uuid: "b28bd692b54845a083211e141e1bb0ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:07.995831  7711 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:07.996441  7711 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:07.998095  7711 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:07.998906  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:36:07.999032  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:07.999920  7678 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 2.
I20260630 12:36:08.001012  7478 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: b28bd692b54845a083211e141e1bb0ef
I20260630 12:36:08.001776  7711 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:08.002177  7711 raft_consensus.cc:493] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.002525  7711 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.007321  7711 raft_consensus.cc:515] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.008994  7711 leader_election.cc:290] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 3 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.009816  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:36:08.009974  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe1201ff28d04bc5af1ebd01695a1eea" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:36:08.010687  7678 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.015331  7678 raft_consensus.cc:2468] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 3.
I20260630 12:36:08.016319  7478 leader_election.cc:304] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: b28bd692b54845a083211e141e1bb0ef
I20260630 12:36:08.017103  7711 raft_consensus.cc:2804] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:08.017594  7711 raft_consensus.cc:697] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Becoming Leader. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Running, Role: LEADER
I20260630 12:36:08.018385  7711 consensus_queue.cc:237] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.024881  7062 catalog_manager.cc:5697] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: term changed from 2 to 3, leader changed from b28bd692b54845a083211e141e1bb0ef (127.0.111.66) to 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65). New cstate: current_term: 3 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:08.098803  7728 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.099525  7728 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.101874  7728 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999)
I20260630 12:36:08.111896  7517 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:36:08.111886  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:36:08.112919  7517 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cbdc063b48448e088a6631ccc091d8b in term 1.
I20260630 12:36:08.113436  7598 raft_consensus.cc:2410] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3cbdc063b48448e088a6631ccc091d8b 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.
I20260630 12:36:08.114281  7640 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: 
I20260630 12:36:08.115072  7728 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:08.115569  7728 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.115933  7728 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.121635  7728 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.123448  7728 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [CANDIDATE]: Term 2 election: Requested vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999)
I20260630 12:36:08.124133  7517 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:36:08.124430  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:36:08.124985  7517 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.125319  7598 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.132085  7517 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cbdc063b48448e088a6631ccc091d8b in term 2.
I20260630 12:36:08.132391  7598 raft_consensus.cc:2410] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3cbdc063b48448e088a6631ccc091d8b 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.
I20260630 12:36:08.133546  7640 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [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: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b; no voters: 
I20260630 12:36:08.134352  7728 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:08.135514  7728 raft_consensus.cc:697] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Becoming Leader. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Running, Role: LEADER
I20260630 12:36:08.136230  7728 consensus_queue.cc:237] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.142956  7062 catalog_manager.cc:5697] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b reported cstate change: term changed from 1 to 2, leader changed from b28bd692b54845a083211e141e1bb0ef (127.0.111.66) to 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67). New cstate: current_term: 2 leader_uuid: "3cbdc063b48448e088a6631ccc091d8b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:08.180195  7678 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:36:08.181669  7711 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.182928  7728 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.183552  7728 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.185724  7728 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:36:08.186285  7598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:36:08.186800  7721 raft_consensus.cc:493] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.187216  7517 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:36:08.187268  7598 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cbdc063b48448e088a6631ccc091d8b in term 1.
I20260630 12:36:08.187829  7721 raft_consensus.cc:515] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.190438  7638 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [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: 3cbdc063b48448e088a6631ccc091d8b, b28bd692b54845a083211e141e1bb0ef; no voters: 
I20260630 12:36:08.191460  7728 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:08.191777  7721 leader_election.cc:290] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.192085  7728 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.192780  7728 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.193784  7517 raft_consensus.cc:2410] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3cbdc063b48448e088a6631ccc091d8b 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.
I20260630 12:36:08.193034  7516 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:36:08.196923  7598 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:36:08.197566  7598 pending_rounds.cc:85] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Aborting all ops after (but not including) 0
I20260630 12:36:08.198000  7598 pending_rounds.cc:107] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:36:08.198422  7598 raft_consensus.cc:2889] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:08.194063  7677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2f08ca3704bc4315b55f98c7499fd7dd" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:08.202953  7715 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:08.204465  7728 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.203310  7559 leader_election.cc:304] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [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: b28bd692b54845a083211e141e1bb0ef; no voters: 1fb4b019fedf44bca96128e6d15633cf, 3cbdc063b48448e088a6631ccc091d8b
I20260630 12:36:08.206987  7721 raft_consensus.cc:2749] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:36:08.207732  7728 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [CANDIDATE]: Term 2 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:36:08.208714  7516 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:36:08.209596  7516 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.208824  7597 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "3cbdc063b48448e088a6631ccc091d8b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:36:08.211982  7597 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:08.218256  7516 raft_consensus.cc:2410] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3cbdc063b48448e088a6631ccc091d8b 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.
I20260630 12:36:08.219858  7597 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cbdc063b48448e088a6631ccc091d8b in term 2.
I20260630 12:36:08.220917  7638 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [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: 3cbdc063b48448e088a6631ccc091d8b, b28bd692b54845a083211e141e1bb0ef; no voters: 1fb4b019fedf44bca96128e6d15633cf
I20260630 12:36:08.221709  7728 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:08.222241  7728 raft_consensus.cc:697] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Becoming Leader. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Running, Role: LEADER
I20260630 12:36:08.222891  7728 consensus_queue.cc:237] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [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: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.229624  7061 catalog_manager.cc:5697] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b reported cstate change: term changed from 1 to 2, leader changed from 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65) to 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67). New cstate: current_term: 2 leader_uuid: "3cbdc063b48448e088a6631ccc091d8b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:08.259877  7711 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.260497  7711 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.262382  7711 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.263026  7597 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef" is_pre_election: true
I20260630 12:36:08.263404  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:08.264009  7597 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 2.
I20260630 12:36:08.265250  7477 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 3cbdc063b48448e088a6631ccc091d8b
I20260630 12:36:08.266088  7711 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:08.266476  7711 raft_consensus.cc:493] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.266836  7711 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.271680  7711 raft_consensus.cc:515] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.273274  7711 leader_election.cc:290] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [CANDIDATE]: Term 3 election: Requested vote from peers b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.273972  7597 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b28bd692b54845a083211e141e1bb0ef"
I20260630 12:36:08.274240  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f124620aef745bc85de825752ccc5f0" candidate_uuid: "1fb4b019fedf44bca96128e6d15633cf" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:36:08.274729  7597 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.279420  7597 raft_consensus.cc:2468] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1fb4b019fedf44bca96128e6d15633cf in term 3.
I20260630 12:36:08.280355  7477 leader_election.cc:304] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 3cbdc063b48448e088a6631ccc091d8b
I20260630 12:36:08.281116  7711 raft_consensus.cc:2804] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:08.281606  7711 raft_consensus.cc:697] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Becoming Leader. State: Replica: 1fb4b019fedf44bca96128e6d15633cf, State: Running, Role: LEADER
I20260630 12:36:08.282310  7711 consensus_queue.cc:237] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [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: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.288776  7061 catalog_manager.cc:5697] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: term changed from 2 to 3, leader changed from 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67) to 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65). New cstate: current_term: 3 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:08.350365  7721 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.351002  7721 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.352772  7721 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.353648  7516 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf" is_pre_election: true
I20260630 12:36:08.353775  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b" is_pre_election: true
I20260630 12:36:08.354339  7516 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 2.
I20260630 12:36:08.355495  7560 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 3cbdc063b48448e088a6631ccc091d8b
I20260630 12:36:08.356328  7721 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:08.356724  7721 raft_consensus.cc:493] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.357100  7721 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.361891  7721 raft_consensus.cc:515] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.363482  7721 leader_election.cc:290] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [CANDIDATE]: Term 3 election: Requested vote from peers 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513), 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67:32785)
I20260630 12:36:08.364279  7516 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1fb4b019fedf44bca96128e6d15633cf"
I20260630 12:36:08.364419  7678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cff0c92651e748d888464a1a966d185d" candidate_uuid: "b28bd692b54845a083211e141e1bb0ef" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cbdc063b48448e088a6631ccc091d8b"
I20260630 12:36:08.364965  7516 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.367931  7678 raft_consensus.cc:1240] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Rejecting Update request from peer b28bd692b54845a083211e141e1bb0ef for earlier term 2. Current term is 3. Ops: []
I20260630 12:36:08.369426  7721 consensus_queue.cc:1059] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.370505  7725 raft_consensus.cc:3055] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:36:08.370926  7516 raft_consensus.cc:2468] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b28bd692b54845a083211e141e1bb0ef in term 3.
I20260630 12:36:08.371057  7725 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 LEADER]: Becoming Follower/Learner. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Running, Role: LEADER
I20260630 12:36:08.372097  7560 leader_election.cc:304] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: 1fb4b019fedf44bca96128e6d15633cf, b28bd692b54845a083211e141e1bb0ef; no voters: 3cbdc063b48448e088a6631ccc091d8b
I20260630 12:36:08.372255  7725 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.372915  7721 raft_consensus.cc:2804] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:08.373967  7725 raft_consensus.cc:3060] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.374488  7721 raft_consensus.cc:697] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 LEADER]: Becoming Leader. State: Replica: b28bd692b54845a083211e141e1bb0ef, State: Running, Role: LEADER
I20260630 12:36:08.375831  7721 consensus_queue.cc:237] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
W20260630 12:36:08.378675  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet 1f124620aef745bc85de825752ccc5f0: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:36:08.383864  7061 catalog_manager.cc:5697] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef reported cstate change: term changed from 2 to 3, leader changed from 3cbdc063b48448e088a6631ccc091d8b (127.0.111.67) to b28bd692b54845a083211e141e1bb0ef (127.0.111.66). New cstate: current_term: 3 leader_uuid: "b28bd692b54845a083211e141e1bb0ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:08.392021  7110 auto_rebalancer.cc:639] Failed to schedule move for tablet cff0c92651e748d888464a1a966d185d: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:36:08.396112  7516 consensus_queue.cc:237] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:08.401719  7678 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:08.402264  7597 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:08.403457  7736 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:36:08.405200  7715 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:08.410837  7736 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:08.412642  7678 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:08.415014  7597 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
W20260630 12:36:08.417941  7479 consensus_peers.cc:597] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf -> Peer cdc23a9f0e7b43438434921419db56b8 (127.0.111.68:44661): Couldn't send request to peer cdc23a9f0e7b43438434921419db56b8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2f08ca3704bc4315b55f98c7499fd7dd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:08.426110  7061 catalog_manager.cc:5697] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: config changed from index -1 to 2, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New cstate: current_term: 2 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:08.491170  7678 raft_consensus.cc:1275] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.492560  7715 consensus_queue.cc:1048] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.500000  7597 raft_consensus.cc:1275] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.501694  7715 consensus_queue.cc:1048] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.503121  7715 consensus_queue.cc:1243] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Peer b28bd692b54845a083211e141e1bb0ef 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
I20260630 12:36:08.506953  7597 pending_rounds.cc:85] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Aborting all ops after (but not including) 0
I20260630 12:36:08.507704  7597 pending_rounds.cc:107] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:36:08.508118  7597 raft_consensus.cc:2889] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:08.543641  7597 raft_consensus.cc:1240] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 LEADER]: Rejecting Update request from peer 3cbdc063b48448e088a6631ccc091d8b for earlier term 2. Current term is 3. Ops: []
I20260630 12:36:08.544945  7728 consensus_queue.cc:1059] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.545894  7728 consensus_queue.cc:1243] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [LEADER]: Peer b28bd692b54845a083211e141e1bb0ef log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:36:08.546607  7731 raft_consensus.cc:3055] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:36:08.546998  7731 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Running, Role: LEADER
I20260630 12:36:08.547782  7731 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } }
I20260630 12:36:08.548801  7731 raft_consensus.cc:3060] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.744515  7516 raft_consensus.cc:1240] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Rejecting Update request from peer 3cbdc063b48448e088a6631ccc091d8b for earlier term 2. Current term is 3. Ops: []
I20260630 12:36:08.745996  7731 consensus_queue.cc:1059] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.746717  7731 consensus_queue.cc:1243] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [LEADER]: Peer 1fb4b019fedf44bca96128e6d15633cf log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:36:08.747189  7728 raft_consensus.cc:3055] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:36:08.747727  7728 raft_consensus.cc:740] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 3cbdc063b48448e088a6631ccc091d8b, State: Running, Role: LEADER
I20260630 12:36:08.748708  7728 consensus_queue.cc:260] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [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: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } }
I20260630 12:36:08.750049  7728 raft_consensus.cc:3060] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:08.787505  7678 raft_consensus.cc:1275] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.788825  7715 consensus_queue.cc:1048] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.789834  7715 consensus_queue.cc:1243] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Peer 3cbdc063b48448e088a6631ccc091d8b 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
I20260630 12:36:08.792783  7678 pending_rounds.cc:85] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Aborting all ops after (but not including) 0
I20260630 12:36:08.793130  7678 pending_rounds.cc:107] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:36:08.793426  7678 raft_consensus.cc:2889] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:08.799738  7597 raft_consensus.cc:1275] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.801723  7711 consensus_queue.cc:1048] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.843456  7748 ts_tablet_manager.cc:933] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: Initiating tablet copy from peer 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:36:08.845130  7748 tablet_copy_client.cc:323] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:41513
I20260630 12:36:08.855610  7528 tablet_copy_service.cc:140] P 1fb4b019fedf44bca96128e6d15633cf: Received BeginTabletCopySession request for tablet 2f08ca3704bc4315b55f98c7499fd7dd from peer cdc23a9f0e7b43438434921419db56b8 ({username='slave'} at 127.0.0.1:49366)
I20260630 12:36:08.856371  7528 tablet_copy_service.cc:161] P 1fb4b019fedf44bca96128e6d15633cf: Beginning new tablet copy session on tablet 2f08ca3704bc4315b55f98c7499fd7dd from peer cdc23a9f0e7b43438434921419db56b8 at {username='slave'} at 127.0.0.1:49366: session id = cdc23a9f0e7b43438434921419db56b8-2f08ca3704bc4315b55f98c7499fd7dd
I20260630 12:36:08.864915  7528 tablet_copy_source_session.cc:215] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:08.868064  7748 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2f08ca3704bc4315b55f98c7499fd7dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:08.883774  7748 tablet_copy_client.cc:806] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:08.884483  7748 tablet_copy_client.cc:670] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:08.888052  7748 tablet_copy_client.cc:538] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:08.896345  7748 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: Bootstrap starting.
I20260630 12:36:08.909686  7748 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: 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
I20260630 12:36:08.910429  7748 tablet_bootstrap.cc:492] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: Bootstrap complete.
I20260630 12:36:08.911020  7748 ts_tablet_manager.cc:1403] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.006s
I20260630 12:36:08.913115  7748 raft_consensus.cc:359] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:08.913901  7748 raft_consensus.cc:740] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: cdc23a9f0e7b43438434921419db56b8, State: Initialized, Role: LEARNER
I20260630 12:36:08.914510  7748 consensus_queue.cc:260] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:08.917107  7748 ts_tablet_manager.cc:1434] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:08.918953  7528 tablet_copy_service.cc:342] P 1fb4b019fedf44bca96128e6d15633cf: Request end of tablet copy session cdc23a9f0e7b43438434921419db56b8-2f08ca3704bc4315b55f98c7499fd7dd received from {username='slave'} at 127.0.0.1:49366
I20260630 12:36:08.919548  7528 tablet_copy_service.cc:434] P 1fb4b019fedf44bca96128e6d15633cf: ending tablet copy session cdc23a9f0e7b43438434921419db56b8-2f08ca3704bc4315b55f98c7499fd7dd on tablet 2f08ca3704bc4315b55f98c7499fd7dd with peer cdc23a9f0e7b43438434921419db56b8
I20260630 12:36:08.922081  7516 raft_consensus.cc:1275] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Refusing update from remote peer b28bd692b54845a083211e141e1bb0ef: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.923596  7721 consensus_queue.cc:1048] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.928154  7678 raft_consensus.cc:1275] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Refusing update from remote peer b28bd692b54845a083211e141e1bb0ef: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:08.930536  7721 consensus_queue.cc:1048] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.931842  7721 consensus_queue.cc:1243] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [LEADER]: Peer 3cbdc063b48448e088a6631ccc091d8b 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
I20260630 12:36:08.935101  7678 pending_rounds.cc:85] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Aborting all ops after (but not including) 0
I20260630 12:36:08.935556  7678 pending_rounds.cc:107] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:36:08.935948  7678 raft_consensus.cc:2889] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:09.222620  7433 raft_consensus.cc:1217] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:36:09.633134  7736 raft_consensus.cc:1064] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf: attempting to promote NON_VOTER cdc23a9f0e7b43438434921419db56b8 to VOTER
I20260630 12:36:09.635752  7736 consensus_queue.cc:237] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } }
I20260630 12:36:09.642505  7433 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 LEARNER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:09.642745  7678 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:09.643326  7597 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:36:09.643954  7715 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:09.644893  7711 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:09.646114  7736 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:09.664553  7736 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.666705  7678 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.668028  7432 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.676719  7597 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.680788  7059 catalog_manager.cc:5697] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf reported cstate change: config changed from index 2 to 3, cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:09.721246  7516 consensus_queue.cc:237] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } }
I20260630 12:36:09.725760  7432 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:09.727028  7678 raft_consensus.cc:1275] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:36:09.727226  7711 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:09.728427  7736 consensus_queue.cc:1048] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:09.735131  7432 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b28bd692b54845a083211e141e1bb0ef (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.736860  7678 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b28bd692b54845a083211e141e1bb0ef (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.733551  7711 raft_consensus.cc:2955] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER b28bd692b54845a083211e141e1bb0ef (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.748417  7060 catalog_manager.cc:5697] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 reported cstate change: config changed from index 3 to 4, VOTER b28bd692b54845a083211e141e1bb0ef (127.0.111.66) evicted. New cstate: current_term: 2 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: false } } }
I20260630 12:36:09.750257  7049 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2f08ca3704bc4315b55f98c7499fd7dd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:09.768262  7588 tablet_service.cc:1558] Processing DeleteTablet for tablet 2f08ca3704bc4315b55f98c7499fd7dd with delete_type TABLET_DATA_TOMBSTONED (TS b28bd692b54845a083211e141e1bb0ef not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33554
I20260630 12:36:09.769932  7770 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:09.770566  7770 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:09.771080  7770 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:09.773452  7770 ts_tablet_manager.cc:1916] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:09.783058  7770 ts_tablet_manager.cc:1929] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:36:09.783371  7770 log.cc:1199] T 2f08ca3704bc4315b55f98c7499fd7dd P b28bd692b54845a083211e141e1bb0ef: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822785200141-445-0/minicluster-data/ts-1-root/wals/2f08ca3704bc4315b55f98c7499fd7dd
I20260630 12:36:09.784631  7047 catalog_manager.cc:5028] TS b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999): tablet 2f08ca3704bc4315b55f98c7499fd7dd (table test-workload [id=832165133ce7464c8a35921655bba6ce]) successfully deleted
I20260630 12:36:10.767729  7597 consensus_queue.cc:237] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:10.774602  7678 raft_consensus.cc:1275] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Refusing update from remote peer b28bd692b54845a083211e141e1bb0ef: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:10.776110  7721 consensus_queue.cc:1048] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:10.776991  7516 raft_consensus.cc:1275] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Refusing update from remote peer b28bd692b54845a083211e141e1bb0ef: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:10.778309  7721 consensus_queue.cc:1048] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:10.784323  7772 raft_consensus.cc:2955] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
W20260630 12:36:10.785461  7560 consensus_peers.cc:597] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef -> Peer cdc23a9f0e7b43438434921419db56b8 (127.0.111.68:44661): Couldn't send request to peer cdc23a9f0e7b43438434921419db56b8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cff0c92651e748d888464a1a966d185d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:10.786199  7678 raft_consensus.cc:2955] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:10.790454  7516 raft_consensus.cc:2955] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:10.796509  7062 catalog_manager.cc:5697] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef reported cstate change: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New cstate: current_term: 3 leader_uuid: "b28bd692b54845a083211e141e1bb0ef" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:10.797439  7517 consensus_queue.cc:237] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:10.811285  7678 raft_consensus.cc:1275] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:10.813472  7597 raft_consensus.cc:1275] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Refusing update from remote peer 1fb4b019fedf44bca96128e6d15633cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:10.813308  7711 consensus_queue.cc:1048] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:10.814886  7479 consensus_peers.cc:597] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf -> Peer cdc23a9f0e7b43438434921419db56b8 (127.0.111.68:44661): Couldn't send request to peer cdc23a9f0e7b43438434921419db56b8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fe1201ff28d04bc5af1ebd01695a1eea. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:10.815860  7711 consensus_queue.cc:1048] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:10.826539  7678 raft_consensus.cc:2955] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:10.826659  7597 raft_consensus.cc:2955] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:10.825209  7786 raft_consensus.cc:2955] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:10.837344  7059 catalog_manager.cc:5697] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef reported cstate change: config changed from index -1 to 3, NON_VOTER cdc23a9f0e7b43438434921419db56b8 (127.0.111.68) added. New cstate: current_term: 3 leader_uuid: "1fb4b019fedf44bca96128e6d15633cf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } } }
I20260630 12:36:11.223241  7787 ts_tablet_manager.cc:933] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: Initiating tablet copy from peer 1fb4b019fedf44bca96128e6d15633cf (127.0.111.65:41513)
I20260630 12:36:11.224813  7787 tablet_copy_client.cc:323] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:41513
I20260630 12:36:11.226161  7528 tablet_copy_service.cc:140] P 1fb4b019fedf44bca96128e6d15633cf: Received BeginTabletCopySession request for tablet fe1201ff28d04bc5af1ebd01695a1eea from peer cdc23a9f0e7b43438434921419db56b8 ({username='slave'} at 127.0.0.1:49366)
I20260630 12:36:11.226574  7528 tablet_copy_service.cc:161] P 1fb4b019fedf44bca96128e6d15633cf: Beginning new tablet copy session on tablet fe1201ff28d04bc5af1ebd01695a1eea from peer cdc23a9f0e7b43438434921419db56b8 at {username='slave'} at 127.0.0.1:49366: session id = cdc23a9f0e7b43438434921419db56b8-fe1201ff28d04bc5af1ebd01695a1eea
I20260630 12:36:11.231531  7528 tablet_copy_source_session.cc:215] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:11.233960  7787 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe1201ff28d04bc5af1ebd01695a1eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.244941  7787 tablet_copy_client.cc:806] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:11.245446  7787 tablet_copy_client.cc:670] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:11.247608  7789 ts_tablet_manager.cc:933] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: Initiating tablet copy from peer b28bd692b54845a083211e141e1bb0ef (127.0.111.66:43999)
I20260630 12:36:11.249207  7787 tablet_copy_client.cc:538] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:11.249395  7789 tablet_copy_client.cc:323] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:43999
I20260630 12:36:11.257434  7787 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: Bootstrap starting.
I20260630 12:36:11.269903  7609 tablet_copy_service.cc:140] P b28bd692b54845a083211e141e1bb0ef: Received BeginTabletCopySession request for tablet cff0c92651e748d888464a1a966d185d from peer cdc23a9f0e7b43438434921419db56b8 ({username='slave'} at 127.0.0.1:48788)
I20260630 12:36:11.270381  7609 tablet_copy_service.cc:161] P b28bd692b54845a083211e141e1bb0ef: Beginning new tablet copy session on tablet cff0c92651e748d888464a1a966d185d from peer cdc23a9f0e7b43438434921419db56b8 at {username='slave'} at 127.0.0.1:48788: session id = cdc23a9f0e7b43438434921419db56b8-cff0c92651e748d888464a1a966d185d
I20260630 12:36:11.277246  7609 tablet_copy_source_session.cc:215] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:11.279659  7789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cff0c92651e748d888464a1a966d185d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.283268  7787 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: 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
I20260630 12:36:11.284200  7787 tablet_bootstrap.cc:492] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: Bootstrap complete.
I20260630 12:36:11.284852  7787 ts_tablet_manager.cc:1403] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: Time spent bootstrapping tablet: real 0.028s	user 0.027s	sys 0.001s
I20260630 12:36:11.287628  7787 raft_consensus.cc:359] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:11.288429  7787 raft_consensus.cc:740] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: cdc23a9f0e7b43438434921419db56b8, State: Initialized, Role: LEARNER
I20260630 12:36:11.289085  7787 consensus_queue.cc:260] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } attrs { replace: true } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:11.291069  7789 tablet_copy_client.cc:806] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:11.291635  7789 tablet_copy_client.cc:670] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:11.291960  7787 ts_tablet_manager.cc:1434] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:36:11.293897  7528 tablet_copy_service.cc:342] P 1fb4b019fedf44bca96128e6d15633cf: Request end of tablet copy session cdc23a9f0e7b43438434921419db56b8-fe1201ff28d04bc5af1ebd01695a1eea received from {username='slave'} at 127.0.0.1:49366
I20260630 12:36:11.294296  7528 tablet_copy_service.cc:434] P 1fb4b019fedf44bca96128e6d15633cf: ending tablet copy session cdc23a9f0e7b43438434921419db56b8-fe1201ff28d04bc5af1ebd01695a1eea on tablet fe1201ff28d04bc5af1ebd01695a1eea with peer cdc23a9f0e7b43438434921419db56b8
I20260630 12:36:11.296283  7789 tablet_copy_client.cc:538] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:11.303396  7789 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: Bootstrap starting.
I20260630 12:36:11.318508  7789 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: 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
I20260630 12:36:11.319178  7789 tablet_bootstrap.cc:492] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: Bootstrap complete.
I20260630 12:36:11.319720  7789 ts_tablet_manager.cc:1403] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.008s
I20260630 12:36:11.321734  7789 raft_consensus.cc:359] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:11.322317  7789 raft_consensus.cc:740] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: cdc23a9f0e7b43438434921419db56b8, State: Initialized, Role: LEARNER
I20260630 12:36:11.322784  7789 consensus_queue.cc:260] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [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: "1fb4b019fedf44bca96128e6d15633cf" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 41513 } attrs { replace: true } } peers { permanent_uuid: "b28bd692b54845a083211e141e1bb0ef" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 43999 } } peers { permanent_uuid: "3cbdc063b48448e088a6631ccc091d8b" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 32785 } } peers { permanent_uuid: "cdc23a9f0e7b43438434921419db56b8" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44661 } attrs { promote: true } }
I20260630 12:36:11.324461  7789 ts_tablet_manager.cc:1434] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:11.326052  7609 tablet_copy_service.cc:342] P b28bd692b54845a083211e141e1bb0ef: Request end of tablet copy session cdc23a9f0e7b43438434921419db56b8-cff0c92651e748d888464a1a966d185d received from {username='slave'} at 127.0.0.1:48788
I20260630 12:36:11.326440  7609 tablet_copy_service.cc:434] P b28bd692b54845a083211e141e1bb0ef: ending tablet copy session cdc23a9f0e7b43438434921419db56b8-cff0c92651e748d888464a1a966d185d on tablet cff0c92651e748d888464a1a966d185d with peer cdc23a9f0e7b43438434921419db56b8
I20260630 12:36:11.669111  7432 raft_consensus.cc:1217] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:36:11.705030  7432 raft_consensus.cc:1217] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:36:11.965328   445 tablet_server.cc:179] TabletServer@127.0.111.65:41513 shutting down...
I20260630 12:36:11.989301   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:11.989920   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:11.990499   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:11.991396   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:11.993309   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:11.993810   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:11.994557   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P 1fb4b019fedf44bca96128e6d15633cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:11.996531   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:11.997046   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:11.997985   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:11.999788   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.000221   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.000641   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P 1fb4b019fedf44bca96128e6d15633cf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.014815   445 tablet_server.cc:196] TabletServer@127.0.111.65:41513 shutdown complete.
I20260630 12:36:12.027872   445 tablet_server.cc:179] TabletServer@127.0.111.66:43999 shutting down...
I20260630 12:36:12.051586   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:12.052341   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.053069   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.053617   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.056166   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.056852   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.057438   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.059839   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.060503   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 LEADER]: Raft consensus shutting down.
W20260630 12:36:12.061050  7560 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:41513: connect: Connection refused (error 111) [suppressed 4 similar messages]
I20260630 12:36:12.061664   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P b28bd692b54845a083211e141e1bb0ef [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.077999   445 tablet_server.cc:196] TabletServer@127.0.111.66:43999 shutdown complete.
I20260630 12:36:12.090649   445 tablet_server.cc:179] TabletServer@127.0.111.67:32785 shutting down...
I20260630 12:36:12.108668   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:12.109279   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.109807   445 raft_consensus.cc:2243] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.110241   445 raft_consensus.cc:2272] T 1f124620aef745bc85de825752ccc5f0 P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.112118   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.112596   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.113086   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P 3cbdc063b48448e088a6631ccc091d8b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.114832   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.115345   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.115784   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.117517   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:12.118059   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.118528   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P 3cbdc063b48448e088a6631ccc091d8b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.141310   445 tablet_server.cc:196] TabletServer@127.0.111.67:32785 shutdown complete.
I20260630 12:36:12.160844   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:36:12.193684   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:12.194324   445 tablet_replica.cc:333] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8: stopping tablet replica
I20260630 12:36:12.195070   445 raft_consensus.cc:2243] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Raft consensus shutting down.
I20260630 12:36:12.195523   445 raft_consensus.cc:2272] T cff0c92651e748d888464a1a966d185d P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Raft consensus is shut down!
I20260630 12:36:12.197345   445 tablet_replica.cc:333] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8: stopping tablet replica
I20260630 12:36:12.197822   445 raft_consensus.cc:2243] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Raft consensus shutting down.
I20260630 12:36:12.198172   445 raft_consensus.cc:2272] T fe1201ff28d04bc5af1ebd01695a1eea P cdc23a9f0e7b43438434921419db56b8 [term 3 LEARNER]: Raft consensus is shut down!
I20260630 12:36:12.199954   445 tablet_replica.cc:333] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8: stopping tablet replica
I20260630 12:36:12.200397   445 raft_consensus.cc:2243] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.200861   445 raft_consensus.cc:2272] T 2f08ca3704bc4315b55f98c7499fd7dd P cdc23a9f0e7b43438434921419db56b8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.222158   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:36:12.235044   445 master.cc:562] Master@127.0.111.126:41351 shutting down...
W20260630 12:36:12.254446  7110 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:12.255609   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:12.256070   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.256376   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P df0da74f69004a00a06602415071f17e: stopping tablet replica
I20260630 12:36:12.274504   445 master.cc:584] Master@127.0.111.126:41351 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (15217 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:36:12.310972   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:46521
I20260630 12:36:12.312080   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:12.316876  7803 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
W20260630 12:36:12.316958  7804 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
W20260630 12:36:12.317902  7806 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
I20260630 12:36:12.319198   445 server_base.cc:1061] running on GCE node
I20260630 12:36:12.319912   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:12.320086   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:12.320243   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822972320226 us; error 0 us; skew 500 ppm
I20260630 12:36:12.320729   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:12.322749   445 webserver.cc:533] Webserver started at http://127.0.111.126:46029/ using document root <none> and password file <none>
I20260630 12:36:12.323230   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:12.323395   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:12.323654   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:12.324635   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "413694b98e5544579527d4de124e4df7"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.328784   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:12.331718  7811 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.332360   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:12.332604   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "413694b98e5544579527d4de124e4df7"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.332844   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:12.358963   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:12.360064   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:12.394411   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:46521
I20260630 12:36:12.394500  7862 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:46521 every 8 connection(s)
I20260630 12:36:12.397943  7863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:12.407590  7863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Bootstrap starting.
I20260630 12:36:12.411989  7863 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:12.415755  7863 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: No bootstrap required, opened a new log
I20260630 12:36:12.417691  7863 raft_consensus.cc:359] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "413694b98e5544579527d4de124e4df7" member_type: VOTER }
I20260630 12:36:12.418036  7863 raft_consensus.cc:385] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:12.418215  7863 raft_consensus.cc:740] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 413694b98e5544579527d4de124e4df7, State: Initialized, Role: FOLLOWER
I20260630 12:36:12.418740  7863 consensus_queue.cc:260] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "413694b98e5544579527d4de124e4df7" member_type: VOTER }
I20260630 12:36:12.419188  7863 raft_consensus.cc:399] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:12.419386  7863 raft_consensus.cc:493] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:12.419588  7863 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:12.423792  7863 raft_consensus.cc:515] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "413694b98e5544579527d4de124e4df7" member_type: VOTER }
I20260630 12:36:12.424252  7863 leader_election.cc:304] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [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: 413694b98e5544579527d4de124e4df7; no voters: 
I20260630 12:36:12.425241  7863 leader_election.cc:290] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:12.425618  7866 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:12.426795  7866 raft_consensus.cc:697] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 1 LEADER]: Becoming Leader. State: Replica: 413694b98e5544579527d4de124e4df7, State: Running, Role: LEADER
I20260630 12:36:12.427429  7866 consensus_queue.cc:237] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [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: "413694b98e5544579527d4de124e4df7" member_type: VOTER }
I20260630 12:36:12.427822  7863 sys_catalog.cc:565] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:12.430347  7868 sys_catalog.cc:455] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 413694b98e5544579527d4de124e4df7. Latest consensus state: current_term: 1 leader_uuid: "413694b98e5544579527d4de124e4df7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "413694b98e5544579527d4de124e4df7" member_type: VOTER } }
I20260630 12:36:12.431085  7868 sys_catalog.cc:458] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:12.430298  7867 sys_catalog.cc:455] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "413694b98e5544579527d4de124e4df7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "413694b98e5544579527d4de124e4df7" member_type: VOTER } }
I20260630 12:36:12.431933  7867 sys_catalog.cc:458] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:12.434713  7873 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:12.441829  7873 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:12.442780   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:12.450014  7873 catalog_manager.cc:1383] Generated new cluster ID: 05c34a24c8674cc9b10000b7299ef5a2
I20260630 12:36:12.450287  7873 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:12.469933  7873 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:12.471122  7873 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:12.485000  7873 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Generated new TSK 0
I20260630 12:36:12.485526  7873 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:12.509057   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:12.514374  7884 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
W20260630 12:36:12.515175  7885 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
W20260630 12:36:12.516527  7887 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
I20260630 12:36:12.516975   445 server_base.cc:1061] running on GCE node
I20260630 12:36:12.517764   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:12.517935   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:12.518069   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822972518053 us; error 0 us; skew 500 ppm
I20260630 12:36:12.518543   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:12.520542   445 webserver.cc:533] Webserver started at http://127.0.111.65:35293/ using document root <none> and password file <none>
I20260630 12:36:12.520968   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:12.521136   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:12.521378   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:12.522347   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.526306   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
I20260630 12:36:12.529287  7892 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.529925   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:12.530174   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.530417   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:12.545714   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:12.546800   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:12.548168   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:12.550221   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:12.550405   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.550607   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:12.550762   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.588321   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:34703
I20260630 12:36:12.588404  7954 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:34703 every 8 connection(s)
I20260630 12:36:12.593993   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:12.601305  7959 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
I20260630 12:36:12.606328  7955 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46521
I20260630 12:36:12.606783  7955 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:12.607580  7955 heartbeater.cc:507] Master 127.0.111.126:46521 requested a full tablet report, sending...
W20260630 12:36:12.608990  7960 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
I20260630 12:36:12.612926  7828 ts_manager.cc:194] Registered new tserver with Master: faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703)
W20260630 12:36:12.613281  7962 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
I20260630 12:36:12.615551  7828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46262
I20260630 12:36:12.619302   445 server_base.cc:1061] running on GCE node
I20260630 12:36:12.619993   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:12.620198   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:12.620358   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822972620340 us; error 0 us; skew 500 ppm
I20260630 12:36:12.620817   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:12.622866   445 webserver.cc:533] Webserver started at http://127.0.111.66:46059/ using document root <none> and password file <none>
I20260630 12:36:12.623330   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:12.623510   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:12.623759   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:12.624691   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "dfd84bd0565e46d1b3a507e3005aca52"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.628539   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
I20260630 12:36:12.631500  7967 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.632257   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:36:12.632508   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "dfd84bd0565e46d1b3a507e3005aca52"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.632767   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:12.650800   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:12.651804   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:12.653050   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:12.655054   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:12.655282   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.655494   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:12.655650   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.690310   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:34111
I20260630 12:36:12.690398  8029 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:34111 every 8 connection(s)
I20260630 12:36:12.694737   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:12.700830  8033 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
W20260630 12:36:12.701530  8034 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
W20260630 12:36:12.704509  8036 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
I20260630 12:36:12.705065   445 server_base.cc:1061] running on GCE node
I20260630 12:36:12.705827   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:12.706027   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:12.706084  8030 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46521
I20260630 12:36:12.706210   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822972706192 us; error 0 us; skew 500 ppm
I20260630 12:36:12.706538  8030 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:12.706893   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:12.707304  8030 heartbeater.cc:507] Master 127.0.111.126:46521 requested a full tablet report, sending...
I20260630 12:36:12.709314  7828 ts_manager.cc:194] Registered new tserver with Master: dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:12.709343   445 webserver.cc:533] Webserver started at http://127.0.111.67:41929/ using document root <none> and password file <none>
I20260630 12:36:12.710018   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:12.710216   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:12.710443   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:12.710822  7828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46276
I20260630 12:36:12.711483   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "ceaf9f9d619043609dbe0cc589266e88"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.715473   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:36:12.718209  8041 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.718894   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:12.719211   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "ceaf9f9d619043609dbe0cc589266e88"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:12.719475   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:12.736313   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:12.737478   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:12.738746   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:12.740784   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:12.740957   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.741189   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:12.741338   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:12.775929   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:38201
I20260630 12:36:12.776031  8103 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:38201 every 8 connection(s)
I20260630 12:36:12.787997  8104 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46521
I20260630 12:36:12.788376  8104 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:12.789026  8104 heartbeater.cc:507] Master 127.0.111.126:46521 requested a full tablet report, sending...
I20260630 12:36:12.790704  7828 ts_manager.cc:194] Registered new tserver with Master: ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:12.791105   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012222s
I20260630 12:36:12.791982  7828 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46288
I20260630 12:36:13.618162  7955 heartbeater.cc:499] Master 127.0.111.126:46521 was elected leader, sending a full tablet report...
I20260630 12:36:13.713040  8030 heartbeater.cc:499] Master 127.0.111.126:46521 was elected leader, sending a full tablet report...
I20260630 12:36:13.794332  8104 heartbeater.cc:499] Master 127.0.111.126:46521 was elected leader, sending a full tablet report...
I20260630 12:36:13.844184  7828 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46298:
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"
    }
  }
}
W20260630 12:36:13.846410  7828 catalog_manager.cc:7077] 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.
I20260630 12:36:13.895097  7995 tablet_service.cc:1511] Processing CreateTablet for tablet ced27cd134e9406faa3663eda6abfc44 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:13.896649  7995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ced27cd134e9406faa3663eda6abfc44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.901155  7994 tablet_service.cc:1511] Processing CreateTablet for tablet 0f01e5ed001140adbe53ae8171a1da60 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:13.902577  7994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f01e5ed001140adbe53ae8171a1da60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.908087  7920 tablet_service.cc:1511] Processing CreateTablet for tablet ced27cd134e9406faa3663eda6abfc44 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:13.909456  7920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ced27cd134e9406faa3663eda6abfc44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.911619  7919 tablet_service.cc:1511] Processing CreateTablet for tablet 0f01e5ed001140adbe53ae8171a1da60 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:13.912266  7993 tablet_service.cc:1511] Processing CreateTablet for tablet 9ea259890aad4a0cbdd486d77e05fae6 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:13.912948  7919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f01e5ed001140adbe53ae8171a1da60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.913499  7993 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ea259890aad4a0cbdd486d77e05fae6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.918723  7992 tablet_service.cc:1511] Processing CreateTablet for tablet 056fb311644e48d58aacc6031cbcee2f (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:13.920071  7992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 056fb311644e48d58aacc6031cbcee2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.922358  7918 tablet_service.cc:1511] Processing CreateTablet for tablet 9ea259890aad4a0cbdd486d77e05fae6 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:13.922691  7917 tablet_service.cc:1511] Processing CreateTablet for tablet 056fb311644e48d58aacc6031cbcee2f (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:13.923663  7918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ea259890aad4a0cbdd486d77e05fae6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.924237  7917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 056fb311644e48d58aacc6031cbcee2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.935983  8066 tablet_service.cc:1511] Processing CreateTablet for tablet 056fb311644e48d58aacc6031cbcee2f (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:13.937635  8066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 056fb311644e48d58aacc6031cbcee2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.938279  8069 tablet_service.cc:1511] Processing CreateTablet for tablet ced27cd134e9406faa3663eda6abfc44 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:13.939720  8069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ced27cd134e9406faa3663eda6abfc44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.941211  8067 tablet_service.cc:1511] Processing CreateTablet for tablet 9ea259890aad4a0cbdd486d77e05fae6 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:13.942479  8067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ea259890aad4a0cbdd486d77e05fae6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.936071  8068 tablet_service.cc:1511] Processing CreateTablet for tablet 0f01e5ed001140adbe53ae8171a1da60 (DEFAULT_TABLE table=test-workload [id=266876e5603c44c5a389614b08ccda48]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:13.946296  8068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f01e5ed001140adbe53ae8171a1da60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:13.962476  8125 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Bootstrap starting.
I20260630 12:36:13.969749  8125 tablet_bootstrap.cc:654] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:13.973326  8126 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: Bootstrap starting.
I20260630 12:36:13.973845  8124 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:13.982458  8125 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: No bootstrap required, opened a new log
I20260630 12:36:13.982163  8126 tablet_bootstrap.cc:654] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:13.982959  8125 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.000s
I20260630 12:36:13.983228  8124 tablet_bootstrap.cc:654] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:13.985024  8125 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.985569  8125 raft_consensus.cc:385] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:13.985837  8125 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Initialized, Role: FOLLOWER
I20260630 12:36:13.986590  8125 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.988621  8124 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:13.988644  8126 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: No bootstrap required, opened a new log
I20260630 12:36:13.989241  8124 ts_tablet_manager.cc:1403] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.016s	user 0.000s	sys 0.012s
I20260630 12:36:13.989383  8126 ts_tablet_manager.cc:1403] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:36:13.990099  8125 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:13.991070  8125 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Bootstrap starting.
I20260630 12:36:13.992204  8126 raft_consensus.cc:359] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.992890  8126 raft_consensus.cc:385] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:13.993206  8126 raft_consensus.cc:740] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Initialized, Role: FOLLOWER
I20260630 12:36:13.993256  8124 raft_consensus.cc:359] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.994185  8124 raft_consensus.cc:385] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:13.994161  8126 consensus_queue.cc:260] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.995313  8124 raft_consensus.cc:740] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:13.996315  8124 consensus_queue.cc:260] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:13.997264  8125 tablet_bootstrap.cc:654] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.002568  8124 ts_tablet_manager.cc:1434] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:36:14.005106  8124 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:14.006479  8125 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: No bootstrap required, opened a new log
I20260630 12:36:14.006965  8125 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:36:14.009536  8125 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.010203  8125 raft_consensus.cc:385] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.010471  8125 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.010897  8124 tablet_bootstrap.cc:654] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.011119  8125 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.012924  8126 ts_tablet_manager.cc:1434] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.014s
I20260630 12:36:14.014082  8126 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Bootstrap starting.
I20260630 12:36:14.016201  8125 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.002s
I20260630 12:36:14.017233  8125 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Bootstrap starting.
I20260630 12:36:14.019783  8126 tablet_bootstrap.cc:654] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.022667  8125 tablet_bootstrap.cc:654] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:14.030597  8105 tablet.cc:2406] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:14.041500  8126 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: No bootstrap required, opened a new log
I20260630 12:36:14.041831  8125 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: No bootstrap required, opened a new log
I20260630 12:36:14.041857  8124 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:14.041965  8126 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Time spent bootstrapping tablet: real 0.028s	user 0.017s	sys 0.008s
I20260630 12:36:14.042550  8125 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.011s
I20260630 12:36:14.042647  8124 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.038s	user 0.017s	sys 0.017s
I20260630 12:36:14.044449  8126 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.044984  8126 raft_consensus.cc:385] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.045197  8126 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.045259  8125 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.045465  8124 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.046057  8125 raft_consensus.cc:385] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.045866  8126 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.046180  8124 raft_consensus.cc:385] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.046438  8125 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.046643  8124 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.047400  8125 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.047946  8126 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.001s
I20260630 12:36:14.047492  8124 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.048974  8126 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Bootstrap starting.
I20260630 12:36:14.049991  8124 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:14.054304  8125 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.005s
I20260630 12:36:14.055049  8126 tablet_bootstrap.cc:654] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.055855  8125 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: Bootstrap starting.
I20260630 12:36:14.057667  8124 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:14.062420  8125 tablet_bootstrap.cc:654] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.063632  8124 tablet_bootstrap.cc:654] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.067443  8126 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: No bootstrap required, opened a new log
I20260630 12:36:14.067963  8126 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.013s
I20260630 12:36:14.070736  8126 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.071540  8126 raft_consensus.cc:385] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.071734  8125 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: No bootstrap required, opened a new log
I20260630 12:36:14.071893  8126 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.072614  8125 ts_tablet_manager.cc:1403] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.004s
I20260630 12:36:14.073165  8126 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.075659  8126 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:14.075525  8125 raft_consensus.cc:359] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.076363  8125 raft_consensus.cc:385] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.076670  8125 raft_consensus.cc:740] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.076894  8126 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: Bootstrap starting.
I20260630 12:36:14.078648  8125 consensus_queue.cc:260] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.079396  8124 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:14.079890  8124 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.013s
I20260630 12:36:14.082758  8126 tablet_bootstrap.cc:654] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.082506  8124 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.083040  8125 ts_tablet_manager.cc:1434] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260630 12:36:14.083290  8124 raft_consensus.cc:385] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.083614  8124 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.084408  8124 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.086262  8124 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:14.087019  8124 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:14.092378  8124 tablet_bootstrap.cc:654] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.101135  8126 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: No bootstrap required, opened a new log
I20260630 12:36:14.101544  8126 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.011s
I20260630 12:36:14.101841  8124 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:14.102244  8124 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260630 12:36:14.103586  8126 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.104290  8126 raft_consensus.cc:385] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.104125  8124 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.104553  8126 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.104887  8124 raft_consensus.cc:385] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.105223  8124 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.105546  8130 raft_consensus.cc:493] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.105347  8126 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.106240  8130 raft_consensus.cc:515] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.106335  8124 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.108646  8124 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:14.109884  8126 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260630 12:36:14.112830  8130 leader_election.cc:290] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:14.114629  8130 raft_consensus.cc:493] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.115072  8130 raft_consensus.cc:515] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.117013  8130 leader_election.cc:290] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:14.117725  8132 raft_consensus.cc:493] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.118203  8132 raft_consensus.cc:515] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.120260  8131 raft_consensus.cc:493] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.120756  8131 raft_consensus.cc:515] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.123643  8132 leader_election.cc:290] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.126009  8131 leader_election.cc:290] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.126452  8005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52" is_pre_election: true
I20260630 12:36:14.127185  8005 raft_consensus.cc:2468] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 0.
I20260630 12:36:14.127962  8004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52" is_pre_election: true
I20260630 12:36:14.128477  8043 leader_election.cc:304] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52; no voters: 
I20260630 12:36:14.128630  8004 raft_consensus.cc:2468] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 0.
I20260630 12:36:14.129612  7930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" is_pre_election: true
I20260630 12:36:14.130334  7930 raft_consensus.cc:2468] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 0.
I20260630 12:36:14.131582  7929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" is_pre_election: true
I20260630 12:36:14.132292  7929 raft_consensus.cc:2468] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 0.
I20260630 12:36:14.133288  8043 leader_election.cc:304] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52; no voters: 
I20260630 12:36:14.134066  8132 raft_consensus.cc:493] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.134564  8132 raft_consensus.cc:515] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.135154  8130 raft_consensus.cc:2804] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:14.135532  8130 raft_consensus.cc:493] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:14.135869  8130 raft_consensus.cc:3060] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.137032  8132 leader_election.cc:290] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.144690  8149 raft_consensus.cc:2804] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:14.145123  8149 raft_consensus.cc:493] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:14.145368  8149 raft_consensus.cc:3060] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.146576  8130 raft_consensus.cc:515] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.148437  8079 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88" is_pre_election: true
I20260630 12:36:14.149513  8078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88" is_pre_election: true
I20260630 12:36:14.150173  8078 raft_consensus.cc:2468] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate faa18c7dd8c241459a5fb7bea0ad91d9 in term 0.
I20260630 12:36:14.150506  8130 leader_election.cc:290] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 1 election: Requested vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:14.151124  8004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52"
I20260630 12:36:14.151674  7896 leader_election.cc:304] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: ceaf9f9d619043609dbe0cc589266e88, faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.152500  7929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
I20260630 12:36:14.153059  7929 raft_consensus.cc:3060] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.154353  8132 raft_consensus.cc:2804] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:14.154728  8132 raft_consensus.cc:493] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:14.155042  8132 raft_consensus.cc:3060] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.151880  8004 raft_consensus.cc:3060] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.162412  8132 raft_consensus.cc:515] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.163519  8149 raft_consensus.cc:515] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.164651  8079 raft_consensus.cc:2393] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate faa18c7dd8c241459a5fb7bea0ad91d9 in current term 1: Already voted for candidate ceaf9f9d619043609dbe0cc589266e88 in this term.
I20260630 12:36:14.165664  7930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" is_pre_election: true
I20260630 12:36:14.165887  8078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88"
I20260630 12:36:14.166496  8078 raft_consensus.cc:3060] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.168062  8004 raft_consensus.cc:2468] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 1.
I20260630 12:36:14.169450  8149 leader_election.cc:290] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 1 election: Requested vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:14.169432  8043 leader_election.cc:304] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52; no voters: 
I20260630 12:36:14.170768  8130 raft_consensus.cc:2804] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.170858  8132 leader_election.cc:290] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 1 election: Requested vote from peers dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.171257  7930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
I20260630 12:36:14.171901  7930 raft_consensus.cc:3060] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.173092  7929 raft_consensus.cc:2468] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 1.
I20260630 12:36:14.173280  8078 raft_consensus.cc:2468] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate faa18c7dd8c241459a5fb7bea0ad91d9 in term 1.
I20260630 12:36:14.173969  8004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52"
I20260630 12:36:14.174402  7896 leader_election.cc:304] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: ceaf9f9d619043609dbe0cc589266e88, faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.174791  8004 raft_consensus.cc:3060] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.176492  8132 raft_consensus.cc:2804] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.180896  7930 raft_consensus.cc:2468] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 1.
I20260630 12:36:14.183518  8003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52" is_pre_election: true
I20260630 12:36:14.184362  8002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52"
I20260630 12:36:14.186034  8003 raft_consensus.cc:2468] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate faa18c7dd8c241459a5fb7bea0ad91d9 in term 0.
I20260630 12:36:14.186702  8044 leader_election.cc:304] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.187597  8150 raft_consensus.cc:2804] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.184522  8004 raft_consensus.cc:2468] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 1.
I20260630 12:36:14.184947  8005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "056fb311644e48d58aacc6031cbcee2f" candidate_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52" is_pre_election: true
I20260630 12:36:14.188071  8150 raft_consensus.cc:697] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Becoming Leader. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Running, Role: LEADER
I20260630 12:36:14.185312  8130 raft_consensus.cc:697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Becoming Leader. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Running, Role: LEADER
I20260630 12:36:14.188725  8005 raft_consensus.cc:2393] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate faa18c7dd8c241459a5fb7bea0ad91d9 in current term 1: Already voted for candidate ceaf9f9d619043609dbe0cc589266e88 in this term.
I20260630 12:36:14.189109  8130 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.189059  8150 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.189872  7894 leader_election.cc:304] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [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: faa18c7dd8c241459a5fb7bea0ad91d9; no voters: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52
I20260630 12:36:14.190752  8151 raft_consensus.cc:2749] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:14.188118  8132 raft_consensus.cc:697] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Becoming Leader. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Running, Role: LEADER
I20260630 12:36:14.192269  8132 consensus_queue.cc:237] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.198279  7826 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: term changed from 0 to 1, leader changed from <none> to ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.201381  8078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ea259890aad4a0cbdd486d77e05fae6" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88" is_pre_election: true
I20260630 12:36:14.203239  7971 leader_election.cc:304] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [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: dfd84bd0565e46d1b3a507e3005aca52; no voters: ceaf9f9d619043609dbe0cc589266e88, faa18c7dd8c241459a5fb7bea0ad91d9
I20260630 12:36:14.204327  8131 raft_consensus.cc:2749] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:14.206308  7827 catalog_manager.cc:5697] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:14.212281  7826 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: term changed from 0 to 1, leader changed from <none> to ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.309196  8131 raft_consensus.cc:493] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:14.309675  8131 raft_consensus.cc:515] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.311429  8131 leader_election.cc:290] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.312211  7930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ced27cd134e9406faa3663eda6abfc44" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" is_pre_election: true
I20260630 12:36:14.312374  8078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ced27cd134e9406faa3663eda6abfc44" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88" is_pre_election: true
I20260630 12:36:14.312757  7930 raft_consensus.cc:2468] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfd84bd0565e46d1b3a507e3005aca52 in term 0.
I20260630 12:36:14.312933  8078 raft_consensus.cc:2468] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfd84bd0565e46d1b3a507e3005aca52 in term 0.
I20260630 12:36:14.313796  7970 leader_election.cc:304] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: dfd84bd0565e46d1b3a507e3005aca52, faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.314467  8131 raft_consensus.cc:2804] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:14.314800  8131 raft_consensus.cc:493] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:14.315068  8131 raft_consensus.cc:3060] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.319587  8131 raft_consensus.cc:515] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.321138  8131 leader_election.cc:290] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [CANDIDATE]: Term 1 election: Requested vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:14.321703  7930 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ced27cd134e9406faa3663eda6abfc44" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
I20260630 12:36:14.322223  7930 raft_consensus.cc:3060] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.322157  8078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ced27cd134e9406faa3663eda6abfc44" candidate_uuid: "dfd84bd0565e46d1b3a507e3005aca52" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ceaf9f9d619043609dbe0cc589266e88"
I20260630 12:36:14.322724  8078 raft_consensus.cc:3060] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.326762  7930 raft_consensus.cc:2468] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfd84bd0565e46d1b3a507e3005aca52 in term 1.
I20260630 12:36:14.327113  8078 raft_consensus.cc:2468] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfd84bd0565e46d1b3a507e3005aca52 in term 1.
I20260630 12:36:14.327710  7970 leader_election.cc:304] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: dfd84bd0565e46d1b3a507e3005aca52, faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.328410  8131 raft_consensus.cc:2804] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.329382  8131 raft_consensus.cc:697] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Becoming Leader. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Running, Role: LEADER
I20260630 12:36:14.329998  8131 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.336215  7826 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 reported cstate change: term changed from 0 to 1, leader changed from <none> to dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:14.393843  7826 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46310:
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: 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"
    }
  }
}
I20260630 12:36:14.419265  7919 tablet_service.cc:1511] Processing CreateTablet for tablet f98751a5138743a8affd5ae0694628b1 (DEFAULT_TABLE table=dugtrio [id=2299f6b243cf4a218eef236407bfb68f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:14.420389  7919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f98751a5138743a8affd5ae0694628b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.420521  7992 tablet_service.cc:1511] Processing CreateTablet for tablet fd4eee92634b49dc9a1b90d709ff7a19 (DEFAULT_TABLE table=dugtrio [id=2299f6b243cf4a218eef236407bfb68f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:14.421676  7992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd4eee92634b49dc9a1b90d709ff7a19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.421836  8068 tablet_service.cc:1511] Processing CreateTablet for tablet baa0e649a8ca479cb1d350a3973954cc (DEFAULT_TABLE table=dugtrio [id=2299f6b243cf4a218eef236407bfb68f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:14.423022  8068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet baa0e649a8ca479cb1d350a3973954cc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.423947  7920 tablet_service.cc:1511] Processing CreateTablet for tablet d1b26f789414468fbfa8d92eb05aa040 (DEFAULT_TABLE table=dugtrio [id=2299f6b243cf4a218eef236407bfb68f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:14.425093  7920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1b26f789414468fbfa8d92eb05aa040. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.436425  8126 tablet_bootstrap.cc:492] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Bootstrap starting.
I20260630 12:36:14.437280  8125 tablet_bootstrap.cc:492] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Bootstrap starting.
W20260630 12:36:14.439318  7876 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:14.439569  8124 tablet_bootstrap.cc:492] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:14.442519  8126 tablet_bootstrap.cc:654] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.443298  8125 tablet_bootstrap.cc:654] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.444806  8124 tablet_bootstrap.cc:654] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.452191  8126 tablet_bootstrap.cc:492] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: No bootstrap required, opened a new log
I20260630 12:36:14.452474  8125 tablet_bootstrap.cc:492] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: No bootstrap required, opened a new log
I20260630 12:36:14.452649  8126 ts_tablet_manager.cc:1403] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:36:14.452869  8125 ts_tablet_manager.cc:1403] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.003s
I20260630 12:36:14.452914  8124 tablet_bootstrap.cc:492] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:14.453665  8124 ts_tablet_manager.cc:1403] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.002s
I20260630 12:36:14.455351  8126 raft_consensus.cc:359] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } }
I20260630 12:36:14.455863  8126 raft_consensus.cc:385] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.456074  8126 raft_consensus.cc:740] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.456143  8124 raft_consensus.cc:359] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.456669  8126 consensus_queue.cc:260] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } }
I20260630 12:36:14.457186  8126 raft_consensus.cc:399] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:14.456638  8124 raft_consensus.cc:385] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.457435  8126 raft_consensus.cc:493] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:14.457664  8124 raft_consensus.cc:740] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.457806  8126 raft_consensus.cc:3060] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.458344  8124 consensus_queue.cc:260] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.458839  8124 raft_consensus.cc:399] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:14.459048  8124 raft_consensus.cc:493] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:14.459347  8124 raft_consensus.cc:3060] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.462344  8126 raft_consensus.cc:515] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } }
I20260630 12:36:14.457258  8125 raft_consensus.cc:359] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.463119  8125 raft_consensus.cc:385] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.463050  8126 leader_election.cc:304] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [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: dfd84bd0565e46d1b3a507e3005aca52; no voters: 
I20260630 12:36:14.463553  8125 raft_consensus.cc:740] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.463850  8126 leader_election.cc:290] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:14.463996  8131 raft_consensus.cc:2804] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.464967  8125 consensus_queue.cc:260] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.465618  8126 ts_tablet_manager.cc:1434] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:36:14.465638  8125 raft_consensus.cc:399] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:14.466037  8131 raft_consensus.cc:697] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Becoming Leader. State: Replica: dfd84bd0565e46d1b3a507e3005aca52, State: Running, Role: LEADER
I20260630 12:36:14.466317  8125 raft_consensus.cc:493] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:14.466702  8125 raft_consensus.cc:3060] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.466871  8124 raft_consensus.cc:515] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.466760  8131 consensus_queue.cc:237] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } }
I20260630 12:36:14.467645  8124 leader_election.cc:304] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.468138  8124 leader_election.cc:290] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:14.468290  8132 raft_consensus.cc:2804] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.468842  8132 raft_consensus.cc:697] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Becoming Leader. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Running, Role: LEADER
I20260630 12:36:14.469488  8132 consensus_queue.cc:237] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.470556  8124 ts_tablet_manager.cc:1434] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.003s
I20260630 12:36:14.471503  8124 tablet_bootstrap.cc:492] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:14.477097  8125 raft_consensus.cc:515] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.477856  8125 leader_election.cc:304] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88; no voters: 
I20260630 12:36:14.478652  8150 raft_consensus.cc:2804] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.479105  8150 raft_consensus.cc:697] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Becoming Leader. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Running, Role: LEADER
I20260630 12:36:14.477088  8124 tablet_bootstrap.cc:654] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:14.479851  8150 consensus_queue.cc:237] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [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: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:14.481747  8125 leader_election.cc:290] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:14.485574  8125 ts_tablet_manager.cc:1434] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Time spent starting tablet: real 0.032s	user 0.015s	sys 0.000s
I20260630 12:36:14.486063  7827 catalog_manager.cc:5697] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.490654  7826 catalog_manager.cc:5697] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 reported cstate change: term changed from 0 to 1, leader changed from <none> to dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.503444  7828 catalog_manager.cc:5697] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: term changed from 0 to 1, leader changed from <none> to ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.540611  8124 tablet_bootstrap.cc:492] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: No bootstrap required, opened a new log
I20260630 12:36:14.541254  8124 ts_tablet_manager.cc:1403] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.070s	user 0.028s	sys 0.020s
I20260630 12:36:14.543649  8124 raft_consensus.cc:359] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.544167  8124 raft_consensus.cc:385] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:14.544443  8124 raft_consensus.cc:740] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:14.545120  8124 consensus_queue.cc:260] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.545549  8124 raft_consensus.cc:399] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:14.545751  8124 raft_consensus.cc:493] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:14.545955  8124 raft_consensus.cc:3060] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:14.550230  8124 raft_consensus.cc:515] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.550688  8124 leader_election.cc:304] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:14.551118  8124 leader_election.cc:290] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:14.551282  8132 raft_consensus.cc:2804] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:14.551781  8132 raft_consensus.cc:697] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Becoming Leader. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Running, Role: LEADER
I20260630 12:36:14.552353  8132 consensus_queue.cc:237] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:14.552524  8124 ts_tablet_manager.cc:1434] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.003s
I20260630 12:36:14.559334  7824 catalog_manager.cc:5697] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.591723   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:14.608057   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:14.608805   445 tablet_replica.cc:333] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.609433   445 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.609807   445 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.611578   445 tablet_replica.cc:333] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.612082   445 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.612421   445 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.614034   445 tablet_replica.cc:333] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.614507   445 raft_consensus.cc:2243] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.614871   445 raft_consensus.cc:2272] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.617074   445 tablet_replica.cc:333] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.617539   445 raft_consensus.cc:2243] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.617899   445 raft_consensus.cc:2272] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.620115   445 tablet_replica.cc:333] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.620565   445 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.620888   445 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.622454   445 tablet_replica.cc:333] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: stopping tablet replica
I20260630 12:36:14.622864   445 raft_consensus.cc:2243] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.623448   445 pending_rounds.cc:70] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Trying to abort 1 pending ops.
I20260630 12:36:14.623665   445 pending_rounds.cc:77] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442902320181248 op_type: NO_OP noop_request { }
I20260630 12:36:14.623942   445 raft_consensus.cc:2889] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:14.624223   445 raft_consensus.cc:2272] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.638527   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:14.667672  8150 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:14.677140  8044 consensus_peers.cc:597] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:14.680015  8044 consensus_peers.cc:597] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.704393  8130 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:14.831583  8166 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:14.845633  7970 consensus_peers.cc:597] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:15.217357  8130 consensus_queue.cc:579] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Leader has been unable to successfully communicate with peer faa18c7dd8c241459a5fb7bea0ad91d9 for more than 1 seconds (1.027s)
W20260630 12:36:15.224296  7825 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 056fb311644e48d58aacc6031cbcee2f with cas_config_opid_index -1: no extra replica candidate found for tablet 056fb311644e48d58aacc6031cbcee2f (table test-workload [id=266876e5603c44c5a389614b08ccda48]): 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
I20260630 12:36:15.649227  8131 consensus_queue.cc:579] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Leader has been unable to successfully communicate with peer faa18c7dd8c241459a5fb7bea0ad91d9 for more than 1 seconds (1.318s)
I20260630 12:36:15.680058  8183 consensus_queue.cc:579] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Leader has been unable to successfully communicate with peer faa18c7dd8c241459a5fb7bea0ad91d9 for more than 1 seconds (1.489s)
I20260630 12:36:15.697147  7825 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:46298:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:36:15.697661  7825 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:46298:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:36:15.711757  7825 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Sending DeleteTablet for 1 replicas of tablet f98751a5138743a8affd5ae0694628b1
I20260630 12:36:15.712715  7825 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Sending DeleteTablet for 1 replicas of tablet fd4eee92634b49dc9a1b90d709ff7a19
I20260630 12:36:15.713567  7825 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Sending DeleteTablet for 1 replicas of tablet baa0e649a8ca479cb1d350a3973954cc
I20260630 12:36:15.714885  7992 tablet_service.cc:1558] Processing DeleteTablet for tablet fd4eee92634b49dc9a1b90d709ff7a19 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:36:15 UTC) from {username='slave'} at 127.0.0.1:54250
I20260630 12:36:15.715256  7825 catalog_manager.cc:5984] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: Sending DeleteTablet for 1 replicas of tablet d1b26f789414468fbfa8d92eb05aa040
I20260630 12:36:15.715366  8068 tablet_service.cc:1558] Processing DeleteTablet for tablet baa0e649a8ca479cb1d350a3973954cc with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:36:15 UTC) from {username='slave'} at 127.0.0.1:40348
W20260630 12:36:15.719332  7814 catalog_manager.cc:4755] TS faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet f98751a5138743a8affd5ae0694628b1: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111)
I20260630 12:36:15.720077   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:36:15.724109  8193 tablet_replica.cc:333] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: stopping tablet replica
I20260630 12:36:15.724632  8195 tablet_replica.cc:333] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: stopping tablet replica
I20260630 12:36:15.725091  8193 raft_consensus.cc:2243] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:15.725687  8195 raft_consensus.cc:2243] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:15.725888  8193 raft_consensus.cc:2272] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.726394  8195 raft_consensus.cc:2272] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:15.727094  8196 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
I20260630 12:36:15.729142  8193 ts_tablet_manager.cc:1916] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:36:15.729494  8195 ts_tablet_manager.cc:1916] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:36:15.734494  8197 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
I20260630 12:36:15.743688   445 server_base.cc:1061] running on GCE node
W20260630 12:36:15.743443  8199 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
I20260630 12:36:15.745186   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:15.745393   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:15.745587   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822975745561 us; error 0 us; skew 500 ppm
I20260630 12:36:15.746071   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.748409  8193 ts_tablet_manager.cc:1929] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:36:15.748409  8195 ts_tablet_manager.cc:1929] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:36:15.749076  8193 log.cc:1199] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root/wals/fd4eee92634b49dc9a1b90d709ff7a19
I20260630 12:36:15.749169  8195 log.cc:1199] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root/wals/baa0e649a8ca479cb1d350a3973954cc
I20260630 12:36:15.749722  8193 ts_tablet_manager.cc:1950] T fd4eee92634b49dc9a1b90d709ff7a19 P dfd84bd0565e46d1b3a507e3005aca52: Deleting consensus metadata
I20260630 12:36:15.749826  8195 ts_tablet_manager.cc:1950] T baa0e649a8ca479cb1d350a3973954cc P ceaf9f9d619043609dbe0cc589266e88: Deleting consensus metadata
I20260630 12:36:15.752609  7815 catalog_manager.cc:5028] TS ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201): tablet baa0e649a8ca479cb1d350a3973954cc (table dugtrio [id=2299f6b243cf4a218eef236407bfb68f]) successfully deleted
I20260630 12:36:15.753237  7813 catalog_manager.cc:5028] TS dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111): tablet fd4eee92634b49dc9a1b90d709ff7a19 (table dugtrio [id=2299f6b243cf4a218eef236407bfb68f]) successfully deleted
I20260630 12:36:15.755591   445 webserver.cc:533] Webserver started at http://127.0.111.68:36783/ using document root <none> and password file <none>
I20260630 12:36:15.756079   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.756261   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:15.756546   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:15.757653   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "124c1b62e70e44ddaed050e4dbe3a1e4"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-rw3v"
I20260630 12:36:15.761974   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:15.765071  8204 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.766048   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:15.766325   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "124c1b62e70e44ddaed050e4dbe3a1e4"
format_stamp: "Formatted at 2026-06-30 12:36:15 on dist-test-slave-rw3v"
I20260630 12:36:15.766575   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:15.779278   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.780234   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.781626   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:15.783843   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:15.784058   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.784279   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:15.784432   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.827421   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:42455
I20260630 12:36:15.827641  8266 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:42455 every 8 connection(s)
I20260630 12:36:15.836293   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:15.843497  8271 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
W20260630 12:36:15.844446  8270 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
I20260630 12:36:15.847517  8267 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46521
I20260630 12:36:15.847805   445 server_base.cc:1061] running on GCE node
I20260630 12:36:15.847995  8267 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:15.849264  8267 heartbeater.cc:507] Master 127.0.111.126:46521 requested a full tablet report, sending...
W20260630 12:36:15.849367  8274 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
I20260630 12:36:15.850597   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:15.850907   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:15.851156   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822975851117 us; error 0 us; skew 500 ppm
I20260630 12:36:15.851666  7825 ts_manager.cc:194] Registered new tserver with Master: 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455)
I20260630 12:36:15.851869   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:15.853747  7825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46320
I20260630 12:36:15.857168   445 webserver.cc:533] Webserver started at http://127.0.111.65:35293/ using document root <none> and password file <none>
I20260630 12:36:15.857638   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:15.857834   445 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:36:15.857486  8078 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:15.861650   445 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:15.866107  8279 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:15.868278   445 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
I20260630 12:36:15.869103   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "faa18c7dd8c241459a5fb7bea0ad91d9"
format_stamp: "Formatted at 2026-06-30 12:36:12 on dist-test-slave-rw3v"
I20260630 12:36:15.869463   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-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)
I20260630 12:36:15.869958  8005 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:15.871640  8182 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:15.880504  8043 consensus_peers.cc:597] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9ea259890aad4a0cbdd486d77e05fae6. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:15.883401  8044 consensus_peers.cc:597] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:15.882570  8183 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:15.887085  8005 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:15.893461  7815 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 9ea259890aad4a0cbdd486d77e05fae6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260630 12:36:15.899586  7825 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:15.902683   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:15.904250   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:15.904598  8078 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:15.907662   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
W20260630 12:36:15.913194  8043 consensus_peers.cc:597] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 056fb311644e48d58aacc6031cbcee2f. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:15.917670  8044 consensus_peers.cc:597] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:15.913906  8005 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:15.919404  8290 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:36:15.919607  8183 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:15.927179  8182 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:15.928970  8005 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:15.936911  7815 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 056fb311644e48d58aacc6031cbcee2f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:36:15.938827  8130 raft_consensus.cc:493] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:15.939353  8130 raft_consensus.cc:515] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:15.941504  8130 leader_election.cc:290] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:15.942436  7824 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 reported cstate change: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:15.943161  8005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52" is_pre_election: true
I20260630 12:36:15.944152  8005 raft_consensus.cc:2468] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 0.
I20260630 12:36:15.945345  8043 leader_election.cc:304] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52; no voters: 
W20260630 12:36:15.945876  8044 leader_election.cc:336] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111)
I20260630 12:36:15.946273  8182 raft_consensus.cc:2804] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:15.946705  8182 raft_consensus.cc:493] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:15.946988  8182 raft_consensus.cc:3060] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:15.953497  8182 raft_consensus.cc:515] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:15.955200  8182 leader_election.cc:290] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 2 election: Requested vote from peers faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703), dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:15.957051  8005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f01e5ed001140adbe53ae8171a1da60" candidate_uuid: "ceaf9f9d619043609dbe0cc589266e88" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dfd84bd0565e46d1b3a507e3005aca52"
I20260630 12:36:15.957634  8005 raft_consensus.cc:3060] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 0 FOLLOWER]: Advancing to term 2
I20260630 12:36:15.958835   445 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:36:15.959206   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.046s	user 0.006s	sys 0.001s
I20260630 12:36:15.959520   445 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
W20260630 12:36:15.959743  8044 leader_election.cc:336] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111)
I20260630 12:36:15.962787  8005 raft_consensus.cc:2468] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ceaf9f9d619043609dbe0cc589266e88 in term 2.
I20260630 12:36:15.963742  8043 leader_election.cc:304] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [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: ceaf9f9d619043609dbe0cc589266e88, dfd84bd0565e46d1b3a507e3005aca52; no voters: faa18c7dd8c241459a5fb7bea0ad91d9
I20260630 12:36:15.964533  8182 raft_consensus.cc:2804] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:15.964927  8182 raft_consensus.cc:697] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 2 LEADER]: Becoming Leader. State: Replica: ceaf9f9d619043609dbe0cc589266e88, State: Running, Role: LEADER
I20260630 12:36:15.965583  8182 consensus_queue.cc:237] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:15.967551  8290 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:15.972448  7825 catalog_manager.cc:5697] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: term changed from 1 to 2, leader changed from faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65) to ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67). New cstate: current_term: 2 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.984190  8005 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:15.985679  8290 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:15.986630  8290 tablet_bootstrap.cc:492] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:15.987310  8290 ts_tablet_manager.cc:1403] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:36:15.989959  8290 raft_consensus.cc:359] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:15.990666   445 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:36:15.990811  8290 raft_consensus.cc:740] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:15.990991   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.031s	user 0.028s	sys 0.000s
I20260630 12:36:15.991802  8290 consensus_queue.cc:260] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:15.996964  8078 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:15.998557  8131 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:16.005075  7969 consensus_peers.cc:597] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ced27cd134e9406faa3663eda6abfc44. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:16.010946  8185 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:16.012988  8078 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:16.012044  8290 ts_tablet_manager.cc:1434] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.024s	user 0.012s	sys 0.009s
I20260630 12:36:16.017745  8290 tablet_bootstrap.cc:492] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
W20260630 12:36:16.023881  7970 consensus_peers.cc:597] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 -> Peer faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): Couldn't send request to peer faa18c7dd8c241459a5fb7bea0ad91d9. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:34703: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:16.025039  7825 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 reported cstate change: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:16.027395  7813 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ced27cd134e9406faa3663eda6abfc44 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:36:16.034468  8290 tablet_bootstrap.cc:492] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:16.035394  8290 tablet_bootstrap.cc:492] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:16.035974  8290 ts_tablet_manager.cc:1403] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.009s
I20260630 12:36:16.038584  8290 raft_consensus.cc:359] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.039124  8290 raft_consensus.cc:740] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:16.039906  8290 consensus_queue.cc:260] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.040508  8290 raft_consensus.cc:399] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:16.040800  8290 raft_consensus.cc:493] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:16.041126  8290 raft_consensus.cc:3060] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:16.048132  8290 raft_consensus.cc:515] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.048811  8290 leader_election.cc:304] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:16.049425  8290 leader_election.cc:290] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:36:16.049553  8297 raft_consensus.cc:2804] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:16.059640  8297 raft_consensus.cc:697] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 LEADER]: Becoming Leader. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Running, Role: LEADER
I20260630 12:36:16.060492  8297 consensus_queue.cc:237] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.065483  8290 ts_tablet_manager.cc:1434] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.029s	user 0.017s	sys 0.012s
I20260630 12:36:16.066488  8290 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:16.077684  8290 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:16.078351  8290 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:16.078895  8290 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:36:16.080905  8290 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.081460  8290 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:16.082240  8290 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.083880  8290 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:36:16.084563  8290 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:16.094732  8290 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:16.095453  8290 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:16.096016  8290 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:36:16.098042  8290 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.098531  8290 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:16.098843   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:34703
I20260630 12:36:16.098939  8360 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:34703 every 8 connection(s)
I20260630 12:36:16.099112  8290 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.100682  8290 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:16.101266  8290 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:16.111430  8290 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:16.112021  8290 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:16.112752  8290 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:36:16.114174  8361 heartbeater.cc:344] Connected to a master server at 127.0.111.126:46521
I20260630 12:36:16.114514  8361 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:16.114945  8290 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.115221  8361 heartbeater.cc:507] Master 127.0.111.126:46521 requested a full tablet report, sending...
I20260630 12:36:16.115515  8290 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:16.116122  8290 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.117491  8290 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
I20260630 12:36:16.118100  8290 tablet_bootstrap.cc:492] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap starting.
I20260630 12:36:16.120003  7824 ts_manager.cc:194] Re-registered known tserver with Master: faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703)
I20260630 12:36:16.129050  7824 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46326
I20260630 12:36:16.130853  8290 tablet_bootstrap.cc:492] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: 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
I20260630 12:36:16.131510  8361 heartbeater.cc:499] Master 127.0.111.126:46521 was elected leader, sending a full tablet report...
I20260630 12:36:16.131532  8290 tablet_bootstrap.cc:492] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Bootstrap complete.
I20260630 12:36:16.132228  8290 ts_tablet_manager.cc:1403] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:36:16.133929  8290 raft_consensus.cc:359] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.134342  8290 raft_consensus.cc:740] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:16.134919  8290 consensus_queue.cc:260] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.135365  8290 raft_consensus.cc:399] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:16.135553  8290 raft_consensus.cc:493] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:16.135797  8290 raft_consensus.cc:3060] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:16.139814  8290 raft_consensus.cc:515] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.140286  8290 leader_election.cc:304] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: faa18c7dd8c241459a5fb7bea0ad91d9; no voters: 
I20260630 12:36:16.140693  8290 leader_election.cc:290] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:36:16.140833  8297 raft_consensus.cc:2804] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:16.141340  8297 raft_consensus.cc:697] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 LEADER]: Becoming Leader. State: Replica: faa18c7dd8c241459a5fb7bea0ad91d9, State: Running, Role: LEADER
I20260630 12:36:16.141958  8290 ts_tablet_manager.cc:1434] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:16.142020  8297 consensus_queue.cc:237] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [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: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } }
I20260630 12:36:16.206228  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet f98751a5138743a8affd5ae0694628b1 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:36:15 UTC) from {username='slave'} at 127.0.0.1:58566
I20260630 12:36:16.208246  8369 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:16.209347  8369 raft_consensus.cc:2243] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:16.210553  8369 raft_consensus.cc:2272] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.215554  8369 ts_tablet_manager.cc:1916] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:36:16.228354  8369 ts_tablet_manager.cc:1929] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:36:16.228653  8369 log.cc:1199] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root/wals/f98751a5138743a8affd5ae0694628b1
I20260630 12:36:16.229341  8369 ts_tablet_manager.cc:1950] T f98751a5138743a8affd5ae0694628b1 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting consensus metadata
I20260630 12:36:16.232076  7814 catalog_manager.cc:5028] TS faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): tablet f98751a5138743a8affd5ae0694628b1 (table dugtrio [id=2299f6b243cf4a218eef236407bfb68f]) successfully deleted
I20260630 12:36:16.261775  8370 ts_tablet_manager.cc:933] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:16.263491  8370 tablet_copy_client.cc:323] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:38201
I20260630 12:36:16.273614  8089 tablet_copy_service.cc:140] P ceaf9f9d619043609dbe0cc589266e88: Received BeginTabletCopySession request for tablet 9ea259890aad4a0cbdd486d77e05fae6 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:40372)
I20260630 12:36:16.274120  8089 tablet_copy_service.cc:161] P ceaf9f9d619043609dbe0cc589266e88: Beginning new tablet copy session on tablet 9ea259890aad4a0cbdd486d77e05fae6 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:40372: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6
I20260630 12:36:16.280277  8089 tablet_copy_source_session.cc:215] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:16.283210  8370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ea259890aad4a0cbdd486d77e05fae6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:16.294462  8370 tablet_copy_client.cc:806] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:16.294984  8370 tablet_copy_client.cc:670] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:16.298867  8370 tablet_copy_client.cc:538] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.304577  8370 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:16.317399  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet d1b26f789414468fbfa8d92eb05aa040 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:36:15 UTC) from {username='slave'} at 127.0.0.1:58566
I20260630 12:36:16.318212  8369 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:16.319061  8370 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:16.319509  8369 raft_consensus.cc:2243] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:16.320003  8370 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:16.320438  8369 raft_consensus.cc:2272] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.320755  8370 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.002s
I20260630 12:36:16.325155  8369 ts_tablet_manager.cc:1916] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:36:16.324489  8370 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.325625  8370 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:16.326354  8370 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.328694  8267 heartbeater.cc:499] Master 127.0.111.126:46521 was elected leader, sending a full tablet report...
I20260630 12:36:16.329201  8370 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:36:16.331131  8089 tablet_copy_service.cc:342] P ceaf9f9d619043609dbe0cc589266e88: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6 received from {username='slave'} at 127.0.0.1:40372
I20260630 12:36:16.331553  8089 tablet_copy_service.cc:434] P ceaf9f9d619043609dbe0cc589266e88: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6 on tablet 9ea259890aad4a0cbdd486d77e05fae6 with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:16.341459  8369 ts_tablet_manager.cc:1929] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:36:16.341789  8369 log.cc:1199] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root/wals/d1b26f789414468fbfa8d92eb05aa040
I20260630 12:36:16.342340  8369 ts_tablet_manager.cc:1950] T d1b26f789414468fbfa8d92eb05aa040 P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting consensus metadata
I20260630 12:36:16.344971  7814 catalog_manager.cc:5028] TS faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): tablet d1b26f789414468fbfa8d92eb05aa040 (table dugtrio [id=2299f6b243cf4a218eef236407bfb68f]) successfully deleted
I20260630 12:36:16.387255  8335 raft_consensus.cc:3060] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:16.391539  8130 consensus_queue.cc:1050] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:16.393060  8005 raft_consensus.cc:1275] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 2 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:36:16.394696  8130 consensus_queue.cc:1048] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:16.396787  8335 raft_consensus.cc:1275] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260630 12:36:16.397168  8335 pending_rounds.cc:85] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Aborting all ops after (but not including) 0
I20260630 12:36:16.397404  8335 pending_rounds.cc:107] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:36:16.397748  8335 raft_consensus.cc:2889] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:16.400796  8130 consensus_queue.cc:1048] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:16.405153  8184 consensus_queue.cc:1050] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:16.404109  8334 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:16.419358  8333 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:16.436030  8183 consensus_queue.cc:1050] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:16.442636  8333 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
W20260630 12:36:16.461724  7876 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 266876e5603c44c5a389614b08ccda48: could not find any suitable replica to move from server ceaf9f9d619043609dbe0cc589266e88 to server 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:16.500837  8370 ts_tablet_manager.cc:933] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:16.502127  8370 tablet_copy_client.cc:323] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:38201
I20260630 12:36:16.503440  8089 tablet_copy_service.cc:140] P ceaf9f9d619043609dbe0cc589266e88: Received BeginTabletCopySession request for tablet 056fb311644e48d58aacc6031cbcee2f from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:40372)
I20260630 12:36:16.503854  8089 tablet_copy_service.cc:161] P ceaf9f9d619043609dbe0cc589266e88: Beginning new tablet copy session on tablet 056fb311644e48d58aacc6031cbcee2f from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:40372: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f
I20260630 12:36:16.509023  8089 tablet_copy_source_session.cc:215] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:16.511317  8370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 056fb311644e48d58aacc6031cbcee2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:16.521797  8370 tablet_copy_client.cc:806] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:16.522215  8370 tablet_copy_client.cc:670] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:16.525187  8370 tablet_copy_client.cc:538] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.531574  8370 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:16.532651  8383 ts_tablet_manager.cc:933] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:16.534210  8383 tablet_copy_client.cc:323] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:34111
I20260630 12:36:16.545219  8015 tablet_copy_service.cc:140] P dfd84bd0565e46d1b3a507e3005aca52: Received BeginTabletCopySession request for tablet ced27cd134e9406faa3663eda6abfc44 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:54260)
I20260630 12:36:16.545782  8015 tablet_copy_service.cc:161] P dfd84bd0565e46d1b3a507e3005aca52: Beginning new tablet copy session on tablet ced27cd134e9406faa3663eda6abfc44 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:54260: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44
I20260630 12:36:16.550169  8370 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:16.551065  8370 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:16.551788  8370 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:36:16.553813  8015 tablet_copy_source_session.cc:215] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:16.554044  8370 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.554667  8370 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:16.555254  8370 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.556823  8383 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ced27cd134e9406faa3663eda6abfc44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:16.557206  8370 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:36:16.558813  8089 tablet_copy_service.cc:342] P ceaf9f9d619043609dbe0cc589266e88: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f received from {username='slave'} at 127.0.0.1:40372
I20260630 12:36:16.559167  8089 tablet_copy_service.cc:434] P ceaf9f9d619043609dbe0cc589266e88: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f on tablet 056fb311644e48d58aacc6031cbcee2f with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:16.570181  8383 tablet_copy_client.cc:806] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:16.570670  8383 tablet_copy_client.cc:670] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:16.573940  8383 tablet_copy_client.cc:538] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.579864  8383 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:16.594192  8383 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:16.594851  8383 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:16.595392  8383 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.003s
I20260630 12:36:16.597453  8383 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.598022  8383 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:16.598510  8383 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:16.600080  8383 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:36:16.602010  8015 tablet_copy_service.cc:342] P dfd84bd0565e46d1b3a507e3005aca52: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44 received from {username='slave'} at 127.0.0.1:54260
I20260630 12:36:16.602365  8015 tablet_copy_service.cc:434] P dfd84bd0565e46d1b3a507e3005aca52: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44 on tablet ced27cd134e9406faa3663eda6abfc44 with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:16.685170  8242 raft_consensus.cc:1217] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:16.792032  8078 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.796428  8005 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:16.796692  8333 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:16.797691  8182 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:16.798290  8183 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:16.804076  8182 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.806003  8333 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.805905  8005 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.814252  7815 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 056fb311644e48d58aacc6031cbcee2f with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:16.816946  7824 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.840440  8232 tablet_service.cc:1558] Processing DeleteTablet for tablet 056fb311644e48d58aacc6031cbcee2f with delete_type TABLET_DATA_TOMBSTONED (TS 124c1b62e70e44ddaed050e4dbe3a1e4 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34018
I20260630 12:36:16.842051  8393 tablet_replica.cc:333] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:16.842669  8393 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.843062  8393 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.845505  8393 ts_tablet_manager.cc:1916] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:16.856014  8393 ts_tablet_manager.cc:1929] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:36:16.856271  8393 log.cc:1199] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root/wals/056fb311644e48d58aacc6031cbcee2f
I20260630 12:36:16.857465  7813 catalog_manager.cc:5028] TS 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): tablet 056fb311644e48d58aacc6031cbcee2f (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
I20260630 12:36:16.966588  8078 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:16.971568  8333 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:16.971597  8005 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:16.973047  8183 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:16.973662  8130 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:16.979255  8183 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.980975  8333 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.984417  8005 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:16.989921  7815 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9ea259890aad4a0cbdd486d77e05fae6 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:16.992334  7827 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:17.003400  8005 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } }
I20260630 12:36:17.006057  8232 tablet_service.cc:1558] Processing DeleteTablet for tablet 9ea259890aad4a0cbdd486d77e05fae6 with delete_type TABLET_DATA_TOMBSTONED (TS 124c1b62e70e44ddaed050e4dbe3a1e4 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34018
I20260630 12:36:17.007012  8393 tablet_replica.cc:333] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:17.008791  8393 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:17.009342  8393 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:17.010807  8078 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:17.010891  8333 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:17.012151  8393 ts_tablet_manager.cc:1916] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:17.012660  8131 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:17.013293  8397 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:17.018901  8131 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:17.020687  8333 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:17.022010  8078 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:17.027341  8393 ts_tablet_manager.cc:1929] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:36:17.027773  8393 log.cc:1199] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root/wals/9ea259890aad4a0cbdd486d77e05fae6
I20260630 12:36:17.028833  7813 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ced27cd134e9406faa3663eda6abfc44 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:17.029688  7813 catalog_manager.cc:5028] TS 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): tablet 9ea259890aad4a0cbdd486d77e05fae6 (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
I20260630 12:36:17.034408  7824 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: config changed from index 2 to 3, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } }
I20260630 12:36:17.043231  8232 tablet_service.cc:1558] Processing DeleteTablet for tablet ced27cd134e9406faa3663eda6abfc44 with delete_type TABLET_DATA_TOMBSTONED (TS 124c1b62e70e44ddaed050e4dbe3a1e4 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34018
I20260630 12:36:17.045558  8393 tablet_replica.cc:333] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:17.046419  8393 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:17.046808  8393 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:17.049561  8393 ts_tablet_manager.cc:1916] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:17.060330  8393 ts_tablet_manager.cc:1929] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:36:17.060611  8393 log.cc:1199] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-3-root/wals/ced27cd134e9406faa3663eda6abfc44
I20260630 12:36:17.061759  7813 catalog_manager.cc:5028] TS 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): tablet ced27cd134e9406faa3663eda6abfc44 (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
I20260630 12:36:17.483884  8078 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:17.489099  8005 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:36:17.489549  8043 consensus_peers.cc:597] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.489545  8333 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:17.490556  8183 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.491374  8182 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.497023  8130 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.498744  8333 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.498930  8005 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.508816  7827 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:17.511776  8078 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
W20260630 12:36:17.518386  8043 consensus_peers.cc:597] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.518760  8005 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:17.518873  8333 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:17.520360  8182 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.522223  8130 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.527474  8183 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.533250  8005 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.537834  8333 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.541996  7827 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:17.564178  8005 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:17.569802  8078 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:36:17.570591  7969 consensus_peers.cc:597] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 -> Peer 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68:42455): Couldn't send request to peer 124c1b62e70e44ddaed050e4dbe3a1e4. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.570710  8333 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:17.571270  8401 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.572044  8396 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:17.579198  8402 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.580668  8333 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.580504  8078 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } } }
I20260630 12:36:17.596529  7827 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 reported cstate change: config changed from index 3 to 4, NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:18.023520  8403 ts_tablet_manager.cc:933] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:18.025126  8403 tablet_copy_client.cc:323] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:38201
I20260630 12:36:18.026542  8089 tablet_copy_service.cc:140] P ceaf9f9d619043609dbe0cc589266e88: Received BeginTabletCopySession request for tablet 9ea259890aad4a0cbdd486d77e05fae6 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:40372)
I20260630 12:36:18.026953  8089 tablet_copy_service.cc:161] P ceaf9f9d619043609dbe0cc589266e88: Beginning new tablet copy session on tablet 9ea259890aad4a0cbdd486d77e05fae6 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:40372: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6
I20260630 12:36:18.031958  8089 tablet_copy_source_session.cc:215] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:18.034165  8403 ts_tablet_manager.cc:1916] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:36:18.044966  8403 ts_tablet_manager.cc:1929] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:36:18.045544  8403 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ea259890aad4a0cbdd486d77e05fae6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:18.050439  8403 tablet_copy_client.cc:806] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:18.050885  8403 tablet_copy_client.cc:670] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:18.053999  8403 tablet_copy_client.cc:538] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:18.059362  8403 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:18.077566  8403 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:18.078243  8403 tablet_bootstrap.cc:492] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:18.078768  8403 ts_tablet_manager.cc:1403] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.000s
I20260630 12:36:18.080787  8403 raft_consensus.cc:359] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.081357  8403 raft_consensus.cc:740] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:18.081831  8403 consensus_queue.cc:260] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.084055  8403 ts_tablet_manager.cc:1434] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:36:18.085673  8089 tablet_copy_service.cc:342] P ceaf9f9d619043609dbe0cc589266e88: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6 received from {username='slave'} at 127.0.0.1:40372
I20260630 12:36:18.086050  8089 tablet_copy_service.cc:434] P ceaf9f9d619043609dbe0cc589266e88: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-9ea259890aad4a0cbdd486d77e05fae6 on tablet 9ea259890aad4a0cbdd486d77e05fae6 with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:18.107889  8403 ts_tablet_manager.cc:933] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201)
I20260630 12:36:18.109508  8403 tablet_copy_client.cc:323] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:38201
I20260630 12:36:18.110927  8089 tablet_copy_service.cc:140] P ceaf9f9d619043609dbe0cc589266e88: Received BeginTabletCopySession request for tablet 056fb311644e48d58aacc6031cbcee2f from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:40372)
I20260630 12:36:18.111495  8089 tablet_copy_service.cc:161] P ceaf9f9d619043609dbe0cc589266e88: Beginning new tablet copy session on tablet 056fb311644e48d58aacc6031cbcee2f from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:40372: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f
I20260630 12:36:18.112303  8410 ts_tablet_manager.cc:933] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Initiating tablet copy from peer dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111)
I20260630 12:36:18.113991  8410 tablet_copy_client.cc:323] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:34111
I20260630 12:36:18.115516  8015 tablet_copy_service.cc:140] P dfd84bd0565e46d1b3a507e3005aca52: Received BeginTabletCopySession request for tablet ced27cd134e9406faa3663eda6abfc44 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 ({username='slave'} at 127.0.0.1:54260)
I20260630 12:36:18.115918  8015 tablet_copy_service.cc:161] P dfd84bd0565e46d1b3a507e3005aca52: Beginning new tablet copy session on tablet ced27cd134e9406faa3663eda6abfc44 from peer 124c1b62e70e44ddaed050e4dbe3a1e4 at {username='slave'} at 127.0.0.1:54260: session id = 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44
I20260630 12:36:18.117484  8089 tablet_copy_source_session.cc:215] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:18.119777  8403 ts_tablet_manager.cc:1916] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:36:18.120829  8015 tablet_copy_source_session.cc:215] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:18.122852  8410 ts_tablet_manager.cc:1916] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:36:18.133463  8410 ts_tablet_manager.cc:1929] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:36:18.134462  8410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ced27cd134e9406faa3663eda6abfc44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:18.134532  8403 ts_tablet_manager.cc:1929] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:36:18.135499  8403 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 056fb311644e48d58aacc6031cbcee2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:18.140048  8410 tablet_copy_client.cc:806] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:18.140564  8410 tablet_copy_client.cc:670] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:18.142650  8403 tablet_copy_client.cc:806] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:18.143126  8403 tablet_copy_client.cc:670] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:18.143819  8410 tablet_copy_client.cc:538] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:18.146603  8403 tablet_copy_client.cc:538] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:18.151547  8410 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:18.154704  8403 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap starting.
I20260630 12:36:18.177376  8410 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:18.178287  8410 tablet_bootstrap.cc:492] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:18.178318  8403 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: 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
I20260630 12:36:18.179162  8410 ts_tablet_manager.cc:1403] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.005s
I20260630 12:36:18.179265  8403 tablet_bootstrap.cc:492] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Bootstrap complete.
I20260630 12:36:18.179919  8403 ts_tablet_manager.cc:1403] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent bootstrapping tablet: real 0.025s	user 0.024s	sys 0.004s
I20260630 12:36:18.182101  8410 raft_consensus.cc:359] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.182288  8403 raft_consensus.cc:359] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.183040  8410 raft_consensus.cc:740] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:18.183188  8403 raft_consensus.cc:740] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 124c1b62e70e44ddaed050e4dbe3a1e4, State: Initialized, Role: LEARNER
I20260630 12:36:18.183764  8403 consensus_queue.cc:260] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.183765  8410 consensus_queue.cc:260] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: true } }
I20260630 12:36:18.186173  8403 ts_tablet_manager.cc:1434] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:36:18.188557  8089 tablet_copy_service.cc:342] P ceaf9f9d619043609dbe0cc589266e88: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f received from {username='slave'} at 127.0.0.1:40372
I20260630 12:36:18.189036  8089 tablet_copy_service.cc:434] P ceaf9f9d619043609dbe0cc589266e88: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-056fb311644e48d58aacc6031cbcee2f on tablet 056fb311644e48d58aacc6031cbcee2f with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:18.198863  8410 ts_tablet_manager.cc:1434] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: Time spent starting tablet: real 0.019s	user 0.015s	sys 0.003s
I20260630 12:36:18.200613  8015 tablet_copy_service.cc:342] P dfd84bd0565e46d1b3a507e3005aca52: Request end of tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44 received from {username='slave'} at 127.0.0.1:54260
I20260630 12:36:18.201069  8015 tablet_copy_service.cc:434] P dfd84bd0565e46d1b3a507e3005aca52: ending tablet copy session 124c1b62e70e44ddaed050e4dbe3a1e4-ced27cd134e9406faa3663eda6abfc44 on tablet ced27cd134e9406faa3663eda6abfc44 with peer 124c1b62e70e44ddaed050e4dbe3a1e4
I20260630 12:36:18.490809  8242 raft_consensus.cc:1217] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:36:18.627646  8242 raft_consensus.cc:1217] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:36:18.658399  8242 raft_consensus.cc:1217] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:36:18.986447  8130 raft_consensus.cc:1064] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: attempting to promote NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 to VOTER
I20260630 12:36:18.988296  8130 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:18.994827  8005 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:18.994933  8333 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:18.995616  8242 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:18.996402  8130 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:18.997185  8407 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:18.998030  8418 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.008679  8418 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.016528  8333 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.017446  8005 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.022895  7824 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:19.023128  8242 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } attrs { replace: true } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.052795  8078 consensus_queue.cc:237] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:19.058020  8242 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.058020  8333 raft_consensus.cc:1275] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.059471  8418 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.060304  8130 consensus_queue.cc:1048] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.066390  8408 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.072008  8333 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.074580  8242 raft_consensus.cc:2955] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.081260  8407 raft_consensus.cc:1064] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: attempting to promote NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 to VOTER
I20260630 12:36:19.081772  7815 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9ea259890aad4a0cbdd486d77e05fae6 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:19.083873  8407 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:19.089651  7827 catalog_manager.cc:5697] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index 5 to 6, VOTER dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:19.099248  8242 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.101789  8005 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.102424  8333 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.103348  8418 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.104592  7992 tablet_service.cc:1558] Processing DeleteTablet for tablet 9ea259890aad4a0cbdd486d77e05fae6 with delete_type TABLET_DATA_TOMBSTONED (TS dfd84bd0565e46d1b3a507e3005aca52 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:54250
I20260630 12:36:19.105187  8418 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.106833  8418 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.120337  8428 tablet_replica.cc:333] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: stopping tablet replica
I20260630 12:36:19.121462  8428 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:19.122553  8428 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.126935  8428 ts_tablet_manager.cc:1916] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:19.129501  8408 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.130846  8333 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.131875  8005 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.140038  8242 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.143069  7827 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 reported cstate change: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:19.148622  8428 ts_tablet_manager.cc:1929] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:36:19.149042  8428 log.cc:1199] T 9ea259890aad4a0cbdd486d77e05fae6 P dfd84bd0565e46d1b3a507e3005aca52: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-1-root/wals/9ea259890aad4a0cbdd486d77e05fae6
I20260630 12:36:19.150605  7813 catalog_manager.cc:5028] TS dfd84bd0565e46d1b3a507e3005aca52 (127.0.111.66:34111): tablet 9ea259890aad4a0cbdd486d77e05fae6 (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
I20260630 12:36:19.158841  8078 consensus_queue.cc:237] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:19.171983  8005 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.172052  8242 raft_consensus.cc:1275] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Refusing update from remote peer ceaf9f9d619043609dbe0cc589266e88: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.173383  8407 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.174785  8130 consensus_queue.cc:1048] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.180155  8407 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.181892  8242 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.186053  8005 raft_consensus.cc:2955] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.196281  7815 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 056fb311644e48d58aacc6031cbcee2f with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:19.196260  8416 raft_consensus.cc:1064] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: attempting to promote NON_VOTER 124c1b62e70e44ddaed050e4dbe3a1e4 to VOTER
I20260630 12:36:19.195957  7824 catalog_manager.cc:5697] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 reported cstate change: config changed from index 5 to 6, VOTER faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "ceaf9f9d619043609dbe0cc589266e88" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.201206  8416 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:19.207459  8324 tablet_service.cc:1558] Processing DeleteTablet for tablet 056fb311644e48d58aacc6031cbcee2f with delete_type TABLET_DATA_TOMBSTONED (TS faa18c7dd8c241459a5fb7bea0ad91d9 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:58566
I20260630 12:36:19.213389  8242 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 LEARNER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.218930  8434 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:19.219944  8434 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:19.221112  8434 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.223259  8078 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.225092  8434 ts_tablet_manager.cc:1916] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:19.225783  8432 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.230971  8436 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:36:19.241070  8434 ts_tablet_manager.cc:1929] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:36:19.241556  8434 log.cc:1199] T 056fb311644e48d58aacc6031cbcee2f P faa18c7dd8c241459a5fb7bea0ad91d9: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-0-root/wals/056fb311644e48d58aacc6031cbcee2f
I20260630 12:36:19.243314  7814 catalog_manager.cc:5028] TS faa18c7dd8c241459a5fb7bea0ad91d9 (127.0.111.65:34703): tablet 056fb311644e48d58aacc6031cbcee2f (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
I20260630 12:36:19.254783  8333 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:36:19.256053  8436 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:19.259225  8242 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.262205  8435 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.273382  8333 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.273922  7824 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 reported cstate change: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.275923  8078 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 124c1b62e70e44ddaed050e4dbe3a1e4 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "ceaf9f9d619043609dbe0cc589266e88" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38201 } attrs { replace: true } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.864722  8005 consensus_queue.cc:237] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [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: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } }
I20260630 12:36:19.869650  8333 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.869650  8242 raft_consensus.cc:1275] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Refusing update from remote peer dfd84bd0565e46d1b3a507e3005aca52: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:36:19.871028  8440 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.871908  8441 consensus_queue.cc:1048] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [LEADER]: Connected to new peer: Peer: permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:36:19.878255  8435 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.880123  8333 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.881068  8242 raft_consensus.cc:2955] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.891415  7813 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ced27cd134e9406faa3663eda6abfc44 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:19.898941  7827 catalog_manager.cc:5697] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 reported cstate change: config changed from index 5 to 6, VOTER ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "dfd84bd0565e46d1b3a507e3005aca52" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "dfd84bd0565e46d1b3a507e3005aca52" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 34111 } } peers { permanent_uuid: "faa18c7dd8c241459a5fb7bea0ad91d9" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 34703 } } peers { permanent_uuid: "124c1b62e70e44ddaed050e4dbe3a1e4" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 42455 } attrs { promote: false } } }
I20260630 12:36:19.911046  8068 tablet_service.cc:1558] Processing DeleteTablet for tablet ced27cd134e9406faa3663eda6abfc44 with delete_type TABLET_DATA_TOMBSTONED (TS ceaf9f9d619043609dbe0cc589266e88 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:40348
I20260630 12:36:19.912982  8447 tablet_replica.cc:333] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: stopping tablet replica
I20260630 12:36:19.913796  8447 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:19.914595  8447 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.917948  8447 ts_tablet_manager.cc:1916] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:19.928234  8447 ts_tablet_manager.cc:1929] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:36:19.928500  8447 log.cc:1199] T ced27cd134e9406faa3663eda6abfc44 P ceaf9f9d619043609dbe0cc589266e88: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822785200141-445-0/minicluster-data/ts-2-root/wals/ced27cd134e9406faa3663eda6abfc44
I20260630 12:36:19.929832  7815 catalog_manager.cc:5028] TS ceaf9f9d619043609dbe0cc589266e88 (127.0.111.67:38201): tablet ced27cd134e9406faa3663eda6abfc44 (table test-workload [id=266876e5603c44c5a389614b08ccda48]) successfully deleted
W20260630 12:36:20.910907  7876 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver faa18c7dd8c241459a5fb7bea0ad91d9 not available for placement
I20260630 12:36:21.157248   445 tablet_server.cc:179] TabletServer@127.0.111.65:34703 shutting down...
I20260630 12:36:21.174742   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:21.175459   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:21.176095   445 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.176648   445 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.178828   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:21.179358   445 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.179980   445 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.181866   445 tablet_replica.cc:333] stopping tablet replica
I20260630 12:36:21.182299   445 raft_consensus.cc:2243] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.182665   445 raft_consensus.cc:2272] T 0f01e5ed001140adbe53ae8171a1da60 P faa18c7dd8c241459a5fb7bea0ad91d9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.204003   445 tablet_server.cc:196] TabletServer@127.0.111.65:34703 shutdown complete.
I20260630 12:36:21.219969   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:21.239017   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:21.239743   445 tablet_replica.cc:333] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52: stopping tablet replica
I20260630 12:36:21.240316   445 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.241032   445 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.243021   445 tablet_replica.cc:333] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52: stopping tablet replica
I20260630 12:36:21.243557   445 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:21.244311   445 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P dfd84bd0565e46d1b3a507e3005aca52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.246294   445 tablet_replica.cc:333] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52: stopping tablet replica
I20260630 12:36:21.246737   445 raft_consensus.cc:2243] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.247133   445 raft_consensus.cc:2272] T 0f01e5ed001140adbe53ae8171a1da60 P dfd84bd0565e46d1b3a507e3005aca52 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.270088   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:21.285418   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:21.306358   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:21.307057   445 tablet_replica.cc:333] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88: stopping tablet replica
I20260630 12:36:21.307648   445 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:21.308384   445 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.310433   445 tablet_replica.cc:333] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88: stopping tablet replica
I20260630 12:36:21.310869   445 raft_consensus.cc:2243] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:21.311578   445 raft_consensus.cc:2272] T 0f01e5ed001140adbe53ae8171a1da60 P ceaf9f9d619043609dbe0cc589266e88 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.313277   445 tablet_replica.cc:333] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88: stopping tablet replica
I20260630 12:36:21.313699   445 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:21.314361   445 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P ceaf9f9d619043609dbe0cc589266e88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.336692   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:21.351480   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:36:21.371407   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:21.372092   445 tablet_replica.cc:333] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:21.372658   445 raft_consensus.cc:2243] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.373193   445 raft_consensus.cc:2272] T 056fb311644e48d58aacc6031cbcee2f P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.374953   445 tablet_replica.cc:333] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:21.375473   445 raft_consensus.cc:2243] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.375943   445 raft_consensus.cc:2272] T ced27cd134e9406faa3663eda6abfc44 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.377552   445 tablet_replica.cc:333] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4: stopping tablet replica
I20260630 12:36:21.377955   445 raft_consensus.cc:2243] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.378399   445 raft_consensus.cc:2272] T 9ea259890aad4a0cbdd486d77e05fae6 P 124c1b62e70e44ddaed050e4dbe3a1e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.397961   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:36:21.409353   445 master.cc:562] Master@127.0.111.126:46521 shutting down...
I20260630 12:36:21.424788   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:21.425302   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.425603   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 413694b98e5544579527d4de124e4df7: stopping tablet replica
I20260630 12:36:21.445190   445 master.cc:584] Master@127.0.111.126:46521 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9167 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:36:21.478613   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:38053
I20260630 12:36:21.479727   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:21.484943  8449 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
W20260630 12:36:21.484964  8450 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
W20260630 12:36:21.485553  8452 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
I20260630 12:36:21.486729   445 server_base.cc:1061] running on GCE node
I20260630 12:36:21.487571   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:21.487741   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:21.487849   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822981487839 us; error 0 us; skew 500 ppm
I20260630 12:36:21.488265   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:21.490409   445 webserver.cc:533] Webserver started at http://127.0.111.126:46811/ using document root <none> and password file <none>
I20260630 12:36:21.490828   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:21.490972   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:21.491384   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:21.492410   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "d2a588ce42324a65826e8b5f67a6a2cb"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.496459   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:21.499432  8457 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.500087   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:21.500332   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "d2a588ce42324a65826e8b5f67a6a2cb"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.500584   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-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)
I20260630 12:36:21.512643   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:21.513713   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:21.548576   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:38053
I20260630 12:36:21.548676  8508 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:38053 every 8 connection(s)
I20260630 12:36:21.552364  8509 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.562027  8509 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb: Bootstrap starting.
I20260630 12:36:21.566290  8509 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.569984  8509 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb: No bootstrap required, opened a new log
I20260630 12:36:21.571877  8509 raft_consensus.cc:359] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER }
I20260630 12:36:21.572248  8509 raft_consensus.cc:385] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.572425  8509 raft_consensus.cc:740] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2a588ce42324a65826e8b5f67a6a2cb, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.572943  8509 consensus_queue.cc:260] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER }
I20260630 12:36:21.573357  8509 raft_consensus.cc:399] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:21.573546  8509 raft_consensus.cc:493] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:21.573747  8509 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.577981  8509 raft_consensus.cc:515] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER }
I20260630 12:36:21.578449  8509 leader_election.cc:304] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [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: d2a588ce42324a65826e8b5f67a6a2cb; no voters: 
I20260630 12:36:21.579474  8509 leader_election.cc:290] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:21.579771  8512 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.580969  8512 raft_consensus.cc:697] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 1 LEADER]: Becoming Leader. State: Replica: d2a588ce42324a65826e8b5f67a6a2cb, State: Running, Role: LEADER
I20260630 12:36:21.581573  8512 consensus_queue.cc:237] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [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: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER }
I20260630 12:36:21.582137  8509 sys_catalog.cc:565] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:21.586042  8513 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER } }
I20260630 12:36:21.586087  8514 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [sys.catalog]: SysCatalogTable state changed. Reason: New leader d2a588ce42324a65826e8b5f67a6a2cb. Latest consensus state: current_term: 1 leader_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2a588ce42324a65826e8b5f67a6a2cb" member_type: VOTER } }
I20260630 12:36:21.586894  8513 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:21.586948  8514 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:21.588788  8519 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:21.596259  8519 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:21.600642   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:21.605927  8519 catalog_manager.cc:1383] Generated new cluster ID: 55e75507596f4b1280f65b22fbc0f164
I20260630 12:36:21.606206  8519 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:21.626627  8519 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:21.627914  8519 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:21.638912  8519 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb: Generated new TSK 0
I20260630 12:36:21.639514  8519 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:21.667455   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:21.673128  8530 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
W20260630 12:36:21.674093  8531 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
I20260630 12:36:21.675369   445 server_base.cc:1061] running on GCE node
W20260630 12:36:21.675341  8533 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
I20260630 12:36:21.676469   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:21.676657   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:21.676775   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822981676764 us; error 0 us; skew 500 ppm
I20260630 12:36:21.677248   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:21.679311   445 webserver.cc:533] Webserver started at http://127.0.111.65:37391/ using document root <none> and password file <none>
I20260630 12:36:21.679728   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:21.679873   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:21.680070   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:21.681035   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "742941927c4045a5bb5121fd275d3b77"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.685122   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:21.688292  8538 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.688989   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:21.689242   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "742941927c4045a5bb5121fd275d3b77"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.689495   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-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)
I20260630 12:36:21.709432   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:21.710568   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:21.711969   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:21.714033   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:21.714217   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.714430   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:21.714607   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.751369   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:45523
I20260630 12:36:21.751456  8600 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:45523 every 8 connection(s)
I20260630 12:36:21.756210   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:21.762235  8605 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
W20260630 12:36:21.763264  8606 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
W20260630 12:36:21.765892  8608 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
I20260630 12:36:21.768376   445 server_base.cc:1061] running on GCE node
I20260630 12:36:21.769395   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:21.769680   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:21.769884   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822981769865 us; error 0 us; skew 500 ppm
I20260630 12:36:21.770368   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:21.770920  8601 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38053
I20260630 12:36:21.771274  8601 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:21.771991  8601 heartbeater.cc:507] Master 127.0.111.126:38053 requested a full tablet report, sending...
I20260630 12:36:21.772987   445 webserver.cc:533] Webserver started at http://127.0.111.66:46043/ using document root <none> and password file <none>
I20260630 12:36:21.773483   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:21.773674   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:21.773916   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:21.773864  8474 ts_manager.cc:194] Registered new tserver with Master: 742941927c4045a5bb5121fd275d3b77 (127.0.111.65:45523)
I20260630 12:36:21.775063   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "f5b1edb38c964b6bb43972e6b9bd371c"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.775743  8474 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41586
I20260630 12:36:21.779290   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:36:21.782409  8613 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.783083   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:21.783375   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "f5b1edb38c964b6bb43972e6b9bd371c"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.783624   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-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)
I20260630 12:36:21.791178   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:21.792078   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:21.793288   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:21.795306   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:21.795521   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.795735   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:21.795881   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.831389   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:33251
I20260630 12:36:21.831487  8675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:33251 every 8 connection(s)
I20260630 12:36:21.835820   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:21.842412  8679 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
W20260630 12:36:21.844102  8680 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
W20260630 12:36:21.846879  8682 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
I20260630 12:36:21.847985   445 server_base.cc:1061] running on GCE node
I20260630 12:36:21.848706  8676 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38053
I20260630 12:36:21.849170  8676 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:21.849761   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:21.850047   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:21.850023  8676 heartbeater.cc:507] Master 127.0.111.126:38053 requested a full tablet report, sending...
I20260630 12:36:21.850479   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822981850457 us; error 0 us; skew 500 ppm
I20260630 12:36:21.851235   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:21.852487  8474 ts_manager.cc:194] Registered new tserver with Master: f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251)
I20260630 12:36:21.853746   445 webserver.cc:533] Webserver started at http://127.0.111.67:44747/ using document root <none> and password file <none>
I20260630 12:36:21.854285  8474 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41588
I20260630 12:36:21.854383   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:21.854764   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:21.855103   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:21.856472   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "a225b84c9cce491aa03bed707f9566ac"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.860517   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:21.863363  8687 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.864048   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:21.864316   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "a225b84c9cce491aa03bed707f9566ac"
format_stamp: "Formatted at 2026-06-30 12:36:21 on dist-test-slave-rw3v"
I20260630 12:36:21.864553   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-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)
I20260630 12:36:21.882550   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:21.883708   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:21.885025   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:21.887157   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:21.887356   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.887564   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:21.887712   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:21.924597   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:38487
I20260630 12:36:21.924705  8749 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:38487 every 8 connection(s)
I20260630 12:36:21.937011  8750 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38053
I20260630 12:36:21.937386  8750 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:21.938060  8750 heartbeater.cc:507] Master 127.0.111.126:38053 requested a full tablet report, sending...
I20260630 12:36:21.939810  8474 ts_manager.cc:194] Registered new tserver with Master: a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:21.939908   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012386663s
I20260630 12:36:21.941119  8474 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41596
I20260630 12:36:22.778258  8601 heartbeater.cc:499] Master 127.0.111.126:38053 was elected leader, sending a full tablet report...
I20260630 12:36:22.857048  8676 heartbeater.cc:499] Master 127.0.111.126:38053 was elected leader, sending a full tablet report...
I20260630 12:36:22.943660  8750 heartbeater.cc:499] Master 127.0.111.126:38053 was elected leader, sending a full tablet report...
I20260630 12:36:22.993399  8474 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41606:
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"
    }
  }
}
W20260630 12:36:22.995723  8474 catalog_manager.cc:7077] 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.
I20260630 12:36:23.048162  8640 tablet_service.cc:1511] Processing CreateTablet for tablet 84e4bb4395db4e40b111eaac0117742a (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:23.048168  8639 tablet_service.cc:1511] Processing CreateTablet for tablet e11a34d7dcaa4ae39bcad5032f309a32 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:23.048357  8641 tablet_service.cc:1511] Processing CreateTablet for tablet 240f680e350d40b8a4fed7ececc9b2d8 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:23.049716  8640 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84e4bb4395db4e40b111eaac0117742a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.050304  8641 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 240f680e350d40b8a4fed7ececc9b2d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.050988  8639 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e11a34d7dcaa4ae39bcad5032f309a32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.053460  8638 tablet_service.cc:1511] Processing CreateTablet for tablet 6a25a42971cb4b24be6b8bf771effb8e (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:23.054836  8638 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a25a42971cb4b24be6b8bf771effb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.082162  8715 tablet_service.cc:1511] Processing CreateTablet for tablet 240f680e350d40b8a4fed7ececc9b2d8 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:23.083559  8715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 240f680e350d40b8a4fed7ececc9b2d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.086298  8714 tablet_service.cc:1511] Processing CreateTablet for tablet 84e4bb4395db4e40b111eaac0117742a (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:23.086539  8563 tablet_service.cc:1511] Processing CreateTablet for tablet 6a25a42971cb4b24be6b8bf771effb8e (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:23.087102  8566 tablet_service.cc:1511] Processing CreateTablet for tablet 240f680e350d40b8a4fed7ececc9b2d8 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:23.087673  8714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84e4bb4395db4e40b111eaac0117742a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.087882  8563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a25a42971cb4b24be6b8bf771effb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.088555  8566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 240f680e350d40b8a4fed7ececc9b2d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.088989  8712 tablet_service.cc:1511] Processing CreateTablet for tablet 6a25a42971cb4b24be6b8bf771effb8e (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:23.089246  8565 tablet_service.cc:1511] Processing CreateTablet for tablet 84e4bb4395db4e40b111eaac0117742a (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:23.090209  8712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a25a42971cb4b24be6b8bf771effb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.090530  8565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 84e4bb4395db4e40b111eaac0117742a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.091629  8564 tablet_service.cc:1511] Processing CreateTablet for tablet e11a34d7dcaa4ae39bcad5032f309a32 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:23.092312  8713 tablet_service.cc:1511] Processing CreateTablet for tablet e11a34d7dcaa4ae39bcad5032f309a32 (DEFAULT_TABLE table=test-workload [id=d20f469b02bd4bd1a3377d9531e8d62e]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:23.092828  8564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e11a34d7dcaa4ae39bcad5032f309a32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.093554  8713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e11a34d7dcaa4ae39bcad5032f309a32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.110827  8770 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: Bootstrap starting.
I20260630 12:36:23.118505  8770 tablet_bootstrap.cc:654] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.119935  8772 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: Bootstrap starting.
I20260630 12:36:23.129307  8772 tablet_bootstrap.cc:654] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.130692  8771 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: Bootstrap starting.
I20260630 12:36:23.139938  8772 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: No bootstrap required, opened a new log
I20260630 12:36:23.140026  8770 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: No bootstrap required, opened a new log
I20260630 12:36:23.140255  8771 tablet_bootstrap.cc:654] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.140367  8772 ts_tablet_manager.cc:1403] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.006s
I20260630 12:36:23.140590  8770 ts_tablet_manager.cc:1403] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: Time spent bootstrapping tablet: real 0.038s	user 0.012s	sys 0.000s
I20260630 12:36:23.143182  8772 raft_consensus.cc:359] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.143466  8770 raft_consensus.cc:359] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.143972  8772 raft_consensus.cc:385] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.144377  8770 raft_consensus.cc:385] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.144433  8772 raft_consensus.cc:740] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.144907  8770 raft_consensus.cc:740] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5b1edb38c964b6bb43972e6b9bd371c, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.145712  8772 consensus_queue.cc:260] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.145833  8770 consensus_queue.cc:260] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.146776  8771 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: No bootstrap required, opened a new log
I20260630 12:36:23.147246  8771 ts_tablet_manager.cc:1403] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:36:23.148671  8772 ts_tablet_manager.cc:1434] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:23.149712  8772 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: Bootstrap starting.
I20260630 12:36:23.149993  8771 raft_consensus.cc:359] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.150728  8771 raft_consensus.cc:385] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.151047  8771 raft_consensus.cc:740] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a225b84c9cce491aa03bed707f9566ac, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.151850  8771 consensus_queue.cc:260] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.154837  8770 ts_tablet_manager.cc:1434] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260630 12:36:23.155947  8770 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: Bootstrap starting.
I20260630 12:36:23.156572  8772 tablet_bootstrap.cc:654] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.160907  8771 ts_tablet_manager.cc:1434] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: Time spent starting tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:36:23.161914  8771 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: Bootstrap starting.
I20260630 12:36:23.167268  8771 tablet_bootstrap.cc:654] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.169438  8770 tablet_bootstrap.cc:654] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.174237  8772 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: No bootstrap required, opened a new log
I20260630 12:36:23.174782  8772 ts_tablet_manager.cc:1403] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.006s
I20260630 12:36:23.176810  8771 tablet_bootstrap.cc:492] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: No bootstrap required, opened a new log
I20260630 12:36:23.177175  8772 raft_consensus.cc:359] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.177306  8770 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: No bootstrap required, opened a new log
I20260630 12:36:23.177338  8771 ts_tablet_manager.cc:1403] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:36:23.177752  8772 raft_consensus.cc:385] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.178030  8770 ts_tablet_manager.cc:1403] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.007s
I20260630 12:36:23.178077  8772 raft_consensus.cc:740] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.178956  8772 consensus_queue.cc:260] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.181290  8772 ts_tablet_manager.cc:1434] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:23.182261  8772 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: Bootstrap starting.
I20260630 12:36:23.182039  8770 raft_consensus.cc:359] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.182762  8770 raft_consensus.cc:385] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.183048  8770 raft_consensus.cc:740] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5b1edb38c964b6bb43972e6b9bd371c, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.181250  8771 raft_consensus.cc:359] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.183929  8771 raft_consensus.cc:385] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.184441  8771 raft_consensus.cc:740] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a225b84c9cce491aa03bed707f9566ac, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.184008  8770 consensus_queue.cc:260] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.185338  8771 consensus_queue.cc:260] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.188705  8770 ts_tablet_manager.cc:1434] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:36:23.188808  8772 tablet_bootstrap.cc:654] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.189842  8770 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: Bootstrap starting.
I20260630 12:36:23.190943  8771 ts_tablet_manager.cc:1434] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:36:23.192049  8771 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: Bootstrap starting.
I20260630 12:36:23.196455  8770 tablet_bootstrap.cc:654] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.200382  8772 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: No bootstrap required, opened a new log
I20260630 12:36:23.200984  8772 ts_tablet_manager.cc:1403] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:36:23.203691  8771 tablet_bootstrap.cc:654] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.203902  8772 raft_consensus.cc:359] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.204710  8772 raft_consensus.cc:385] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.205036  8772 raft_consensus.cc:740] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.205837  8772 consensus_queue.cc:260] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.208323  8772 ts_tablet_manager.cc:1434] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:23.209230  8771 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: No bootstrap required, opened a new log
I20260630 12:36:23.209367  8772 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: Bootstrap starting.
I20260630 12:36:23.209787  8771 ts_tablet_manager.cc:1403] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.000s
I20260630 12:36:23.211005  8770 tablet_bootstrap.cc:492] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: No bootstrap required, opened a new log
I20260630 12:36:23.211541  8770 ts_tablet_manager.cc:1403] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.004s
I20260630 12:36:23.212705  8771 raft_consensus.cc:359] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.213460  8771 raft_consensus.cc:385] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.213766  8771 raft_consensus.cc:740] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a225b84c9cce491aa03bed707f9566ac, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.214555  8771 consensus_queue.cc:260] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.215999  8772 tablet_bootstrap.cc:654] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.216715  8771 ts_tablet_manager.cc:1434] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:23.217777  8771 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: Bootstrap starting.
I20260630 12:36:23.214437  8770 raft_consensus.cc:359] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.218649  8770 raft_consensus.cc:385] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.218993  8770 raft_consensus.cc:740] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5b1edb38c964b6bb43972e6b9bd371c, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.219915  8770 consensus_queue.cc:260] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.223196  8776 raft_consensus.cc:493] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:23.223984  8770 ts_tablet_manager.cc:1434] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:36:23.223729  8776 raft_consensus.cc:515] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.225020  8770 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: Bootstrap starting.
I20260630 12:36:23.225672  8771 tablet_bootstrap.cc:654] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.231865  8770 tablet_bootstrap.cc:654] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:23.234823  8776 leader_election.cc:290] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.238554  8771 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: No bootstrap required, opened a new log
I20260630 12:36:23.239107  8771 ts_tablet_manager.cc:1403] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.008s
I20260630 12:36:23.242084  8771 raft_consensus.cc:359] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.242830  8771 raft_consensus.cc:385] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.243109  8771 raft_consensus.cc:740] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a225b84c9cce491aa03bed707f9566ac, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.244004  8771 consensus_queue.cc:260] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.248301  8770 tablet_bootstrap.cc:492] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: No bootstrap required, opened a new log
I20260630 12:36:23.249056  8770 ts_tablet_manager.cc:1403] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.004s
I20260630 12:36:23.251281  8772 tablet_bootstrap.cc:492] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: No bootstrap required, opened a new log
I20260630 12:36:23.251819  8772 ts_tablet_manager.cc:1403] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: Time spent bootstrapping tablet: real 0.043s	user 0.007s	sys 0.010s
I20260630 12:36:23.251997  8770 raft_consensus.cc:359] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.252767  8770 raft_consensus.cc:385] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.253047  8770 raft_consensus.cc:740] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5b1edb38c964b6bb43972e6b9bd371c, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.253460  8771 ts_tablet_manager.cc:1434] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: Time spent starting tablet: real 0.014s	user 0.000s	sys 0.006s
I20260630 12:36:23.253990  8770 consensus_queue.cc:260] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.255239  8772 raft_consensus.cc:359] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.259450  8772 raft_consensus.cc:385] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:23.259779  8772 raft_consensus.cc:740] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Initialized, Role: FOLLOWER
I20260630 12:36:23.257197  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "240f680e350d40b8a4fed7ececc9b2d8" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac" is_pre_election: true
I20260630 12:36:23.260551  8772 consensus_queue.cc:260] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.261415  8725 raft_consensus.cc:2468] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 0.
I20260630 12:36:23.256734  8770 ts_tablet_manager.cc:1434] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:23.262876  8772 ts_tablet_manager.cc:1434] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.003s
I20260630 12:36:23.262861  8541 leader_election.cc:304] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: 742941927c4045a5bb5121fd275d3b77, a225b84c9cce491aa03bed707f9566ac; no voters: 
I20260630 12:36:23.264690  8776 raft_consensus.cc:2804] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:23.265036  8776 raft_consensus.cc:493] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:23.265358  8776 raft_consensus.cc:3060] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.267297  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "240f680e350d40b8a4fed7ececc9b2d8" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" is_pre_election: true
I20260630 12:36:23.267987  8651 raft_consensus.cc:2468] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 0.
I20260630 12:36:23.271744  8776 raft_consensus.cc:515] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.273432  8776 leader_election.cc:290] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [CANDIDATE]: Term 1 election: Requested vote from peers f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.273919  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "240f680e350d40b8a4fed7ececc9b2d8" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c"
I20260630 12:36:23.274370  8651 raft_consensus.cc:3060] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.274377  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "240f680e350d40b8a4fed7ececc9b2d8" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac"
I20260630 12:36:23.274964  8725 raft_consensus.cc:3060] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.279511  8651 raft_consensus.cc:2468] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 1.
I20260630 12:36:23.280191  8725 raft_consensus.cc:2468] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 1.
I20260630 12:36:23.280481  8542 leader_election.cc:304] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: 742941927c4045a5bb5121fd275d3b77, f5b1edb38c964b6bb43972e6b9bd371c; no voters: 
I20260630 12:36:23.281221  8776 raft_consensus.cc:2804] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:23.282182  8776 raft_consensus.cc:697] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Becoming Leader. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Running, Role: LEADER
I20260630 12:36:23.282856  8776 consensus_queue.cc:237] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.283587  8790 raft_consensus.cc:493] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:23.284080  8790 raft_consensus.cc:515] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.286417  8790 leader_election.cc:290] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.287102  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a25a42971cb4b24be6b8bf771effb8e" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" is_pre_election: true
I20260630 12:36:23.287842  8651 raft_consensus.cc:2468] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 0.
I20260630 12:36:23.288148  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a25a42971cb4b24be6b8bf771effb8e" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac" is_pre_election: true
I20260630 12:36:23.288681  8725 raft_consensus.cc:2468] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 0.
I20260630 12:36:23.288937  8542 leader_election.cc:304] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: 742941927c4045a5bb5121fd275d3b77, f5b1edb38c964b6bb43972e6b9bd371c; no voters: 
I20260630 12:36:23.290570  8790 raft_consensus.cc:2804] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:23.290869  8790 raft_consensus.cc:493] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:23.291224  8790 raft_consensus.cc:3060] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.292058  8472 catalog_manager.cc:5697] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 reported cstate change: term changed from 0 to 1, leader changed from <none> to 742941927c4045a5bb5121fd275d3b77 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:23.296177  8790 raft_consensus.cc:515] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.298094  8790 leader_election.cc:290] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [CANDIDATE]: Term 1 election: Requested vote from peers f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.298776  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a25a42971cb4b24be6b8bf771effb8e" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c"
I20260630 12:36:23.299211  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a25a42971cb4b24be6b8bf771effb8e" candidate_uuid: "742941927c4045a5bb5121fd275d3b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac"
I20260630 12:36:23.299405  8651 raft_consensus.cc:3060] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.299744  8725 raft_consensus.cc:3060] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.306268  8725 raft_consensus.cc:2468] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 1.
I20260630 12:36:23.306675  8651 raft_consensus.cc:2468] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 742941927c4045a5bb5121fd275d3b77 in term 1.
I20260630 12:36:23.307328  8541 leader_election.cc:304] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: 742941927c4045a5bb5121fd275d3b77, a225b84c9cce491aa03bed707f9566ac; no voters: 
I20260630 12:36:23.307978  8790 raft_consensus.cc:2804] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:23.308355  8790 raft_consensus.cc:697] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Becoming Leader. State: Replica: 742941927c4045a5bb5121fd275d3b77, State: Running, Role: LEADER
I20260630 12:36:23.308987  8790 consensus_queue.cc:237] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.314937  8472 catalog_manager.cc:5697] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 reported cstate change: term changed from 0 to 1, leader changed from <none> to 742941927c4045a5bb5121fd275d3b77 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:23.398485  8777 raft_consensus.cc:493] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:23.398985  8777 raft_consensus.cc:515] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.401141  8777 leader_election.cc:290] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 742941927c4045a5bb5121fd275d3b77 (127.0.111.65:45523), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.411854  8576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84e4bb4395db4e40b111eaac0117742a" candidate_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "742941927c4045a5bb5121fd275d3b77" is_pre_election: true
I20260630 12:36:23.412276  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84e4bb4395db4e40b111eaac0117742a" candidate_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac" is_pre_election: true
I20260630 12:36:23.412467  8576 raft_consensus.cc:2468] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5b1edb38c964b6bb43972e6b9bd371c in term 0.
I20260630 12:36:23.412837  8725 raft_consensus.cc:2468] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5b1edb38c964b6bb43972e6b9bd371c in term 0.
I20260630 12:36:23.413524  8614 leader_election.cc:304] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [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: 742941927c4045a5bb5121fd275d3b77, f5b1edb38c964b6bb43972e6b9bd371c; no voters: 
I20260630 12:36:23.414279  8777 raft_consensus.cc:2804] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:23.414556  8777 raft_consensus.cc:493] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:23.414798  8777 raft_consensus.cc:3060] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.419410  8777 raft_consensus.cc:515] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.419620  8778 raft_consensus.cc:493] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:23.420022  8778 raft_consensus.cc:515] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.420986  8777 leader_election.cc:290] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [CANDIDATE]: Term 1 election: Requested vote from peers 742941927c4045a5bb5121fd275d3b77 (127.0.111.65:45523), a225b84c9cce491aa03bed707f9566ac (127.0.111.67:38487)
I20260630 12:36:23.421916  8576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84e4bb4395db4e40b111eaac0117742a" candidate_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "742941927c4045a5bb5121fd275d3b77"
I20260630 12:36:23.421999  8725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "84e4bb4395db4e40b111eaac0117742a" candidate_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a225b84c9cce491aa03bed707f9566ac"
I20260630 12:36:23.422472  8778 leader_election.cc:290] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 742941927c4045a5bb5121fd275d3b77 (127.0.111.65:45523), f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251)
I20260630 12:36:23.422609  8576 raft_consensus.cc:3060] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.422688  8725 raft_consensus.cc:3060] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.430764  8576 raft_consensus.cc:2468] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5b1edb38c964b6bb43972e6b9bd371c in term 1.
I20260630 12:36:23.431722  8725 raft_consensus.cc:2468] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5b1edb38c964b6bb43972e6b9bd371c in term 1.
I20260630 12:36:23.432107  8614 leader_election.cc:304] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [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: 742941927c4045a5bb5121fd275d3b77, f5b1edb38c964b6bb43972e6b9bd371c; no voters: 
I20260630 12:36:23.433043  8777 raft_consensus.cc:2804] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:23.434440  8777 raft_consensus.cc:697] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 1 LEADER]: Becoming Leader. State: Replica: f5b1edb38c964b6bb43972e6b9bd371c, State: Running, Role: LEADER
I20260630 12:36:23.435253  8777 consensus_queue.cc:237] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.437150  8576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e11a34d7dcaa4ae39bcad5032f309a32" candidate_uuid: "a225b84c9cce491aa03bed707f9566ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "742941927c4045a5bb5121fd275d3b77" is_pre_election: true
I20260630 12:36:23.437654  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e11a34d7dcaa4ae39bcad5032f309a32" candidate_uuid: "a225b84c9cce491aa03bed707f9566ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" is_pre_election: true
I20260630 12:36:23.437772  8576 raft_consensus.cc:2468] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a225b84c9cce491aa03bed707f9566ac in term 0.
I20260630 12:36:23.438337  8651 raft_consensus.cc:2468] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a225b84c9cce491aa03bed707f9566ac in term 0.
I20260630 12:36:23.438989  8688 leader_election.cc:304] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: 742941927c4045a5bb5121fd275d3b77, a225b84c9cce491aa03bed707f9566ac; no voters: 
I20260630 12:36:23.440102  8778 raft_consensus.cc:2804] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:23.440419  8778 raft_consensus.cc:493] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:23.440667  8778 raft_consensus.cc:3060] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.444314  8472 catalog_manager.cc:5697] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c reported cstate change: term changed from 0 to 1, leader changed from <none> to f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66). New cstate: current_term: 1 leader_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:23.447098  8778 raft_consensus.cc:515] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.448675  8778 leader_election.cc:290] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [CANDIDATE]: Term 1 election: Requested vote from peers 742941927c4045a5bb5121fd275d3b77 (127.0.111.65:45523), f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251)
I20260630 12:36:23.449527  8576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e11a34d7dcaa4ae39bcad5032f309a32" candidate_uuid: "a225b84c9cce491aa03bed707f9566ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "742941927c4045a5bb5121fd275d3b77"
I20260630 12:36:23.449800  8651 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e11a34d7dcaa4ae39bcad5032f309a32" candidate_uuid: "a225b84c9cce491aa03bed707f9566ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5b1edb38c964b6bb43972e6b9bd371c"
I20260630 12:36:23.450119  8576 raft_consensus.cc:3060] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.450399  8651 raft_consensus.cc:3060] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:23.456956  8651 raft_consensus.cc:2468] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a225b84c9cce491aa03bed707f9566ac in term 1.
I20260630 12:36:23.456956  8576 raft_consensus.cc:2468] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a225b84c9cce491aa03bed707f9566ac in term 1.
I20260630 12:36:23.458148  8688 leader_election.cc:304] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 742941927c4045a5bb5121fd275d3b77, a225b84c9cce491aa03bed707f9566ac, f5b1edb38c964b6bb43972e6b9bd371c; no voters: 
I20260630 12:36:23.458765  8778 raft_consensus.cc:2804] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:23.459792  8778 raft_consensus.cc:697] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 LEADER]: Becoming Leader. State: Replica: a225b84c9cce491aa03bed707f9566ac, State: Running, Role: LEADER
I20260630 12:36:23.460616  8778 consensus_queue.cc:237] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:23.467020  8472 catalog_manager.cc:5697] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac reported cstate change: term changed from 0 to 1, leader changed from <none> to a225b84c9cce491aa03bed707f9566ac (127.0.111.67). New cstate: current_term: 1 leader_uuid: "a225b84c9cce491aa03bed707f9566ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:23.552865   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:23.558451  8801 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
W20260630 12:36:23.559288  8802 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
W20260630 12:36:23.560547  8804 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
I20260630 12:36:23.560992   445 server_base.cc:1061] running on GCE node
I20260630 12:36:23.562270   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:23.562496   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:23.562671   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822983562656 us; error 0 us; skew 500 ppm
I20260630 12:36:23.563388   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:23.565747   445 webserver.cc:533] Webserver started at http://127.0.111.68:43223/ using document root <none> and password file <none>
I20260630 12:36:23.566213   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:23.566395   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:23.566640   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:23.567736   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "1b1b38e31b974ea49659e810e031bb2a"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-rw3v"
I20260630 12:36:23.572108   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:36:23.575477  8809 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.576203   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:23.576490   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "1b1b38e31b974ea49659e810e031bb2a"
format_stamp: "Formatted at 2026-06-30 12:36:23 on dist-test-slave-rw3v"
I20260630 12:36:23.576754   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822785200141-445-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)
I20260630 12:36:23.594237   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:23.595405   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:23.596918   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:23.599370   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:23.599591   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.599807   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:23.600133   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:23.640241   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:34229
I20260630 12:36:23.640340  8871 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:34229 every 8 connection(s)
I20260630 12:36:23.653744  8872 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38053
I20260630 12:36:23.654104  8872 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:23.654811  8872 heartbeater.cc:507] Master 127.0.111.126:38053 requested a full tablet report, sending...
I20260630 12:36:23.656628  8472 ts_manager.cc:194] Registered new tserver with Master: 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229)
I20260630 12:36:23.657941  8472 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41616
I20260630 12:36:23.731437  8790 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.742697  8790 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:23.768765  8878 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.779567  8776 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.958884  8778 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.959813  8777 consensus_queue.cc:1048] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [LEADER]: Connected to new peer: Peer: permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.974249  8890 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:23.978799  8891 consensus_queue.cc:1048] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:36:24.622186  8725 consensus_queue.cc:237] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.627617  8651 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.628866  8576 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.629369  8895 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:36:24.630445  8894 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:24.637022  8896 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.638698  8576 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
W20260630 12:36:24.639714  8690 consensus_peers.cc:597] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e11a34d7dcaa4ae39bcad5032f309a32. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.639055  8651 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.650801  8473 catalog_manager.cc:5697] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac reported cstate change: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "a225b84c9cce491aa03bed707f9566ac" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:24.660153  8872 heartbeater.cc:499] Master 127.0.111.126:38053 was elected leader, sending a full tablet report...
I20260630 12:36:24.666463  8576 consensus_queue.cc:237] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.672870  8651 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.674203  8776 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:24.675417  8725 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.676787  8776 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:24.680730  8878 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.683498  8651 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
W20260630 12:36:24.684885  8541 consensus_peers.cc:597] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6a25a42971cb4b24be6b8bf771effb8e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.685606  8725 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.696010  8472 catalog_manager.cc:5697] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:24.696592  8576 consensus_queue.cc:237] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.702721  8651 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.703243  8725 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:24.704272  8776 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:24.705197  8541 consensus_peers.cc:597] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 240f680e350d40b8a4fed7ececc9b2d8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.705176  8878 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:24.712489  8790 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.715240  8725 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.721758  8651 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.725927  8472 catalog_manager.cc:5697] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index -1 to 2, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:24.726682  8724 consensus_queue.cc:237] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.735090  8650 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:36:24.735838  8690 consensus_peers.cc:597] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e11a34d7dcaa4ae39bcad5032f309a32. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.736831  8894 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.737812  8576 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.740168  8894 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.743108  8896 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.747411  8576 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.748879  8650 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
W20260630 12:36:24.751920  8522 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:36:24.752266  8522 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:36:24.757014  8575 consensus_queue.cc:237] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.757097  8473 catalog_manager.cc:5697] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "a225b84c9cce491aa03bed707f9566ac" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:24.764317  8650 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:36:24.765141  8541 consensus_peers.cc:597] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6a25a42971cb4b24be6b8bf771effb8e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.765957  8790 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.765911  8724 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.768232  8790 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.771842  8776 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.776618  8725 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.777884  8724 consensus_queue.cc:237] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:24.778713  8651 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.784475  8649 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.784725  8575 raft_consensus.cc:1275] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Refusing update from remote peer a225b84c9cce491aa03bed707f9566ac: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.786062  8895 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.786978  8896 consensus_queue.cc:1048] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.795423  8473 catalog_manager.cc:5697] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
W20260630 12:36:24.797426  8522 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
I20260630 12:36:24.796841  8575 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.796046  8895 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.803128  8649 raft_consensus.cc:2955] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
W20260630 12:36:24.797863  8522 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:36:24.811473  8575 consensus_queue.cc:237] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } }
I20260630 12:36:24.814389  8576 consensus_queue.cc:237] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [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: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } }
I20260630 12:36:24.819024  8725 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.821612  8651 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:36:24.818339  8541 consensus_peers.cc:597] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 -> Peer 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): Couldn't send request to peer 1b1b38e31b974ea49659e810e031bb2a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 240f680e350d40b8a4fed7ececc9b2d8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:24.819407  8650 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.822958  8790 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.823659  8725 raft_consensus.cc:1275] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.824072  8460 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e11a34d7dcaa4ae39bcad5032f309a32 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:24.825320  8776 consensus_queue.cc:1048] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.826607  8474 catalog_manager.cc:5697] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "a225b84c9cce491aa03bed707f9566ac" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } attrs { replace: false } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.824174  8878 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.006s
I20260630 12:36:24.833128  8776 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } }
I20260630 12:36:24.834873  8790 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.841394  8878 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.856633  8473 catalog_manager.cc:5697] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:24.859866  8458 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6a25a42971cb4b24be6b8bf771effb8e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:24.862054  8725 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } }
I20260630 12:36:24.870059  8650 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.875264  8473 catalog_manager.cc:5697] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:24.879053  8522 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:36:24.879477  8522 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:36:24.878890  8651 raft_consensus.cc:2955] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } attrs { replace: false } } }
I20260630 12:36:24.884424  8837 tablet_service.cc:1558] Processing DeleteTablet for tablet e11a34d7dcaa4ae39bcad5032f309a32 with delete_type TABLET_DATA_TOMBSTONED (TS 1b1b38e31b974ea49659e810e031bb2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45592
I20260630 12:36:24.887811  8725 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } peers { permanent_uuid: "1b1b38e31b974ea49659e810e031bb2a" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 34229 } attrs { promote: true } } }
I20260630 12:36:24.891427  8836 tablet_service.cc:1558] Processing DeleteTablet for tablet 6a25a42971cb4b24be6b8bf771effb8e with delete_type TABLET_DATA_TOMBSTONED (TS 1b1b38e31b974ea49659e810e031bb2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45592
W20260630 12:36:24.896261  8460 catalog_manager.cc:4995] TS 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): delete failed for tablet e11a34d7dcaa4ae39bcad5032f309a32 because the tablet was not found. No further retry: Not found: Tablet not found: e11a34d7dcaa4ae39bcad5032f309a32
W20260630 12:36:24.899212  8460 catalog_manager.cc:4995] TS 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): delete failed for tablet 6a25a42971cb4b24be6b8bf771effb8e because the tablet was not found. No further retry: Not found: Tablet not found: 6a25a42971cb4b24be6b8bf771effb8e
I20260630 12:36:24.908090  8576 consensus_queue.cc:237] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [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: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } }
I20260630 12:36:24.912472  8725 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.912472  8651 raft_consensus.cc:1275] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Refusing update from remote peer 742941927c4045a5bb5121fd275d3b77: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.913945  8909 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.914511  8907 consensus_queue.cc:1048] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.920042  8790 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.921556  8725 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.921782  8651 raft_consensus.cc:2955] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } } }
I20260630 12:36:24.927359  8458 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 240f680e350d40b8a4fed7ececc9b2d8 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:24.931421  8474 catalog_manager.cc:5697] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 reported cstate change: config changed from index 3 to 4, NON_VOTER 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68) evicted. New cstate: current_term: 1 leader_uuid: "742941927c4045a5bb5121fd275d3b77" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f5b1edb38c964b6bb43972e6b9bd371c" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33251 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "742941927c4045a5bb5121fd275d3b77" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 45523 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a225b84c9cce491aa03bed707f9566ac" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 38487 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:24.940429  8837 tablet_service.cc:1558] Processing DeleteTablet for tablet 240f680e350d40b8a4fed7ececc9b2d8 with delete_type TABLET_DATA_TOMBSTONED (TS 1b1b38e31b974ea49659e810e031bb2a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45592
W20260630 12:36:24.941744  8460 catalog_manager.cc:4995] TS 1b1b38e31b974ea49659e810e031bb2a (127.0.111.68:34229): delete failed for tablet 240f680e350d40b8a4fed7ececc9b2d8 because the tablet was not found. No further retry: Not found: Tablet not found: 240f680e350d40b8a4fed7ececc9b2d8
I20260630 12:36:25.721015   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:25.737344   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:25.737931   445 tablet_replica.cc:333] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77: stopping tablet replica
I20260630 12:36:25.738438   445 raft_consensus.cc:2243] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.738986   445 raft_consensus.cc:2272] T e11a34d7dcaa4ae39bcad5032f309a32 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.741287   445 tablet_replica.cc:333] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77: stopping tablet replica
I20260630 12:36:25.741859   445 raft_consensus.cc:2243] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:25.742585   445 raft_consensus.cc:2272] T 6a25a42971cb4b24be6b8bf771effb8e P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.744637   445 tablet_replica.cc:333] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77: stopping tablet replica
I20260630 12:36:25.745105   445 raft_consensus.cc:2243] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.745442   445 raft_consensus.cc:2272] T 84e4bb4395db4e40b111eaac0117742a P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.747051   445 tablet_replica.cc:333] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77: stopping tablet replica
I20260630 12:36:25.747476   445 raft_consensus.cc:2243] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:25.748162   445 raft_consensus.cc:2272] T 240f680e350d40b8a4fed7ececc9b2d8 P 742941927c4045a5bb5121fd275d3b77 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.770305   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:25.782287   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:25.799515   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:25.800134   445 tablet_replica.cc:333] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c: stopping tablet replica
I20260630 12:36:25.800694   445 raft_consensus.cc:2243] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.801252   445 raft_consensus.cc:2272] T 6a25a42971cb4b24be6b8bf771effb8e P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.803627   445 tablet_replica.cc:333] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c: stopping tablet replica
I20260630 12:36:25.804108   445 raft_consensus.cc:2243] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.804579   445 raft_consensus.cc:2272] T e11a34d7dcaa4ae39bcad5032f309a32 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.806905   445 tablet_replica.cc:333] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c: stopping tablet replica
I20260630 12:36:25.807385   445 raft_consensus.cc:2243] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:25.808090   445 raft_consensus.cc:2272] T 84e4bb4395db4e40b111eaac0117742a P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.809796   445 tablet_replica.cc:333] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c: stopping tablet replica
I20260630 12:36:25.810216   445 raft_consensus.cc:2243] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.810688   445 raft_consensus.cc:2272] T 240f680e350d40b8a4fed7ececc9b2d8 P f5b1edb38c964b6bb43972e6b9bd371c [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:25.817441  8691 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 23 similar messages]
W20260630 12:36:25.821748  8691 consensus_peers.cc:597] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac -> Peer f5b1edb38c964b6bb43972e6b9bd371c (127.0.111.66:33251): Couldn't send request to peer f5b1edb38c964b6bb43972e6b9bd371c. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.66:33251: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:25.832645   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:25.844923   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:25.863631   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:25.864295   445 tablet_replica.cc:333] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac: stopping tablet replica
I20260630 12:36:25.864882   445 raft_consensus.cc:2243] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:25.865644   445 raft_consensus.cc:2272] T e11a34d7dcaa4ae39bcad5032f309a32 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.867614   445 tablet_replica.cc:333] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac: stopping tablet replica
I20260630 12:36:25.868085   445 raft_consensus.cc:2243] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.868455   445 raft_consensus.cc:2272] T 84e4bb4395db4e40b111eaac0117742a P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.870143   445 tablet_replica.cc:333] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac: stopping tablet replica
I20260630 12:36:25.870568   445 raft_consensus.cc:2243] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.871088   445 raft_consensus.cc:2272] T 240f680e350d40b8a4fed7ececc9b2d8 P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.873287   445 tablet_replica.cc:333] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac: stopping tablet replica
I20260630 12:36:25.873721   445 raft_consensus.cc:2243] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:25.874240   445 raft_consensus.cc:2272] T 6a25a42971cb4b24be6b8bf771effb8e P a225b84c9cce491aa03bed707f9566ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.895715   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:25.908159   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:36:25.929121   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:25.945180   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:36:25.953747   445 master.cc:562] Master@127.0.111.126:38053 shutting down...
I20260630 12:36:25.965914   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:25.966382   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:25.966667   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P d2a588ce42324a65826e8b5f67a6a2cb: stopping tablet replica
I20260630 12:36:25.984118   445 master.cc:584] Master@127.0.111.126:38053 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4530 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:36:26.009529   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:41145
I20260630 12:36:26.010456   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.015004  8917 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
W20260630 12:36:26.015251  8918 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
W20260630 12:36:26.016149  8920 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
I20260630 12:36:26.017230   445 server_base.cc:1061] running on GCE node
I20260630 12:36:26.018019   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.018191   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:26.018340   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822986018324 us; error 0 us; skew 500 ppm
I20260630 12:36:26.018824   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.020892   445 webserver.cc:533] Webserver started at http://127.0.111.126:32819/ using document root <none> and password file <none>
I20260630 12:36:26.021328   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.021503   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.021754   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.022740   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "e2320f40eb5644fb8843b4b4a0423a9d"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.026757   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:36:26.029956  8925 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.030664   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:26.030908   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "e2320f40eb5644fb8843b4b4a0423a9d"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.031191   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-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)
I20260630 12:36:26.042263   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.043223   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.074982   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:41145
I20260630 12:36:26.075067  8976 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:41145 every 8 connection(s)
I20260630 12:36:26.078464  8977 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.087968  8977 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d: Bootstrap starting.
I20260630 12:36:26.091938  8977 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.096105  8977 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d: No bootstrap required, opened a new log
I20260630 12:36:26.097890  8977 raft_consensus.cc:359] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER }
I20260630 12:36:26.098261  8977 raft_consensus.cc:385] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.098465  8977 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2320f40eb5644fb8843b4b4a0423a9d, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.099031  8977 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER }
I20260630 12:36:26.099475  8977 raft_consensus.cc:399] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:26.099685  8977 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:26.099928  8977 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.104018  8977 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER }
I20260630 12:36:26.104466  8977 leader_election.cc:304] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [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: e2320f40eb5644fb8843b4b4a0423a9d; no voters: 
I20260630 12:36:26.105453  8977 leader_election.cc:290] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:26.105702  8980 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.106870  8980 raft_consensus.cc:697] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 1 LEADER]: Becoming Leader. State: Replica: e2320f40eb5644fb8843b4b4a0423a9d, State: Running, Role: LEADER
I20260630 12:36:26.107487  8980 consensus_queue.cc:237] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [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: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER }
I20260630 12:36:26.108029  8977 sys_catalog.cc:565] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:26.110075  8981 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER } }
I20260630 12:36:26.110153  8982 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2320f40eb5644fb8843b4b4a0423a9d. Latest consensus state: current_term: 1 leader_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2320f40eb5644fb8843b4b4a0423a9d" member_type: VOTER } }
I20260630 12:36:26.110766  8981 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:26.110826  8982 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:26.115710  8986 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:26.122593  8986 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:26.123534   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:26.130390  8986 catalog_manager.cc:1383] Generated new cluster ID: 95cbd72e68d149c485ca2bd7c890abf9
I20260630 12:36:26.130645  8986 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:26.146585  8986 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:26.147778  8986 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:26.168320  8986 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d: Generated new TSK 0
I20260630 12:36:26.168874  8986 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:26.189553   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.194725  8998 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
W20260630 12:36:26.196132  8999 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
W20260630 12:36:26.196841  9001 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
I20260630 12:36:26.197247   445 server_base.cc:1061] running on GCE node
I20260630 12:36:26.198123   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.198297   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:26.198414   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822986198404 us; error 0 us; skew 500 ppm
I20260630 12:36:26.198833   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.200816   445 webserver.cc:533] Webserver started at http://127.0.111.65:42095/ using document root <none> and password file <none>
I20260630 12:36:26.201231   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.201376   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.201566   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.202525   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "81dc86bdc9c44019ab9262d2e1e3471a"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.224182   445 fs_manager.cc:696] Time spent creating directory manager: real 0.021s	user 0.001s	sys 0.005s
I20260630 12:36:26.229054  9007 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.229779   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:26.230036   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "81dc86bdc9c44019ab9262d2e1e3471a"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.230374   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-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)
I20260630 12:36:26.261471   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.262665   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.264108   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.266433   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.266620   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.266873   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.267021   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.305441   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:32811
I20260630 12:36:26.305526  9069 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:32811 every 8 connection(s)
I20260630 12:36:26.311453   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.319571  9074 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
W20260630 12:36:26.319804  9075 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
I20260630 12:36:26.324460   445 server_base.cc:1061] running on GCE node
W20260630 12:36:26.324425  9077 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
I20260630 12:36:26.325394  9070 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41145
I20260630 12:36:26.325784   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:26.325786  9070 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:26.326164   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:26.326359   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822986326342 us; error 0 us; skew 500 ppm
I20260630 12:36:26.326866  9070 heartbeater.cc:507] Master 127.0.111.126:41145 requested a full tablet report, sending...
I20260630 12:36:26.326942   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.329393  8942 ts_manager.cc:194] Registered new tserver with Master: 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811)
I20260630 12:36:26.329900   445 webserver.cc:533] Webserver started at http://127.0.111.66:44439/ using document root <none> and password file <none>
I20260630 12:36:26.330427   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.330626   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.330904   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.331722  8942 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48594
I20260630 12:36:26.332417   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "1841bac94ad2440ea4568873f09a2fbb"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.336907   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:26.339977  9082 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.340637   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:26.340888   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "1841bac94ad2440ea4568873f09a2fbb"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.341151   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-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)
I20260630 12:36:26.364713   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.365974   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.367427   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.369592   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.369789   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.370002   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.370151   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.408934   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:46067
I20260630 12:36:26.409052  9144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:46067 every 8 connection(s)
I20260630 12:36:26.413751   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.420228  9148 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
W20260630 12:36:26.420858  9149 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
I20260630 12:36:26.423914   445 server_base.cc:1061] running on GCE node
I20260630 12:36:26.424712  9145 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41145
I20260630 12:36:26.425069  9145 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:26.425486  9151 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
I20260630 12:36:26.425801  9145 heartbeater.cc:507] Master 127.0.111.126:41145 requested a full tablet report, sending...
I20260630 12:36:26.426337   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.426570   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:26.426767   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822986426749 us; error 0 us; skew 500 ppm
I20260630 12:36:26.427416   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.427719  8942 ts_manager.cc:194] Registered new tserver with Master: 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:26.429103  8942 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48602
I20260630 12:36:26.430212   445 webserver.cc:533] Webserver started at http://127.0.111.67:43197/ using document root <none> and password file <none>
I20260630 12:36:26.430699   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.430858   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.431115   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.432379   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.436471   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:26.439611  9156 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.440286   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:26.440549   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-rw3v"
I20260630 12:36:26.440798   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822785200141-445-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)
I20260630 12:36:26.454797   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.455900   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.457237   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.459342   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.459528   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.459729   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.459875   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.496913   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:39519
I20260630 12:36:26.497020  9218 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:39519 every 8 connection(s)
I20260630 12:36:26.509872  9219 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41145
I20260630 12:36:26.510260  9219 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:26.511003  9219 heartbeater.cc:507] Master 127.0.111.126:41145 requested a full tablet report, sending...
I20260630 12:36:26.512828  8942 ts_manager.cc:194] Registered new tserver with Master: b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:26.513381   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013329622s
I20260630 12:36:26.514148  8942 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48604
I20260630 12:36:27.334607  9070 heartbeater.cc:499] Master 127.0.111.126:41145 was elected leader, sending a full tablet report...
I20260630 12:36:27.431530  9145 heartbeater.cc:499] Master 127.0.111.126:41145 was elected leader, sending a full tablet report...
I20260630 12:36:27.516749  9219 heartbeater.cc:499] Master 127.0.111.126:41145 was elected leader, sending a full tablet report...
I20260630 12:36:27.569447  8942 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48620:
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"
    }
  }
}
W20260630 12:36:27.572001  8942 catalog_manager.cc:7077] 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.
I20260630 12:36:27.631300  9035 tablet_service.cc:1511] Processing CreateTablet for tablet 22060b384bae4abcb0b772c36b10d822 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:27.632932  9035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22060b384bae4abcb0b772c36b10d822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.635922  9184 tablet_service.cc:1511] Processing CreateTablet for tablet 22060b384bae4abcb0b772c36b10d822 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:27.636297  9034 tablet_service.cc:1511] Processing CreateTablet for tablet 5a5c51d818904c3994863251b8e8e30c (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:27.637264  9184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22060b384bae4abcb0b772c36b10d822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.637616  9034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a5c51d818904c3994863251b8e8e30c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.640251  9033 tablet_service.cc:1511] Processing CreateTablet for tablet 3296655125074ce988ee573f8fceee90 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:27.641507  9033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3296655125074ce988ee573f8fceee90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.642820  9183 tablet_service.cc:1511] Processing CreateTablet for tablet 5a5c51d818904c3994863251b8e8e30c (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:27.644192  9183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a5c51d818904c3994863251b8e8e30c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.643913  9032 tablet_service.cc:1511] Processing CreateTablet for tablet fd8f45ba028242398cffe67afa059e33 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:27.645205  9032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd8f45ba028242398cffe67afa059e33. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.645416  9031 tablet_service.cc:1511] Processing CreateTablet for tablet 7b7ed522d4914644bc71522664e38666 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:27.646633  9031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b7ed522d4914644bc71522664e38666. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.649305  9182 tablet_service.cc:1511] Processing CreateTablet for tablet 3296655125074ce988ee573f8fceee90 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:27.650632  9182 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3296655125074ce988ee573f8fceee90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.652392  9030 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7d8e4bd88c457d9cd8338c50099b1e (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:27.653671  9030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7d8e4bd88c457d9cd8338c50099b1e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.665117  9181 tablet_service.cc:1511] Processing CreateTablet for tablet fd8f45ba028242398cffe67afa059e33 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:27.666582  9181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd8f45ba028242398cffe67afa059e33. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.681519  9180 tablet_service.cc:1511] Processing CreateTablet for tablet 7b7ed522d4914644bc71522664e38666 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:27.682880  9180 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b7ed522d4914644bc71522664e38666. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.684464  9108 tablet_service.cc:1511] Processing CreateTablet for tablet 3296655125074ce988ee573f8fceee90 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:27.685956  9108 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3296655125074ce988ee573f8fceee90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.688247  9179 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7d8e4bd88c457d9cd8338c50099b1e (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:27.689522  9179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7d8e4bd88c457d9cd8338c50099b1e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.692268  9109 tablet_service.cc:1511] Processing CreateTablet for tablet 5a5c51d818904c3994863251b8e8e30c (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:27.693495  9109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a5c51d818904c3994863251b8e8e30c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.696221  9110 tablet_service.cc:1511] Processing CreateTablet for tablet 22060b384bae4abcb0b772c36b10d822 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:27.697431  9110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22060b384bae4abcb0b772c36b10d822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.705065  9107 tablet_service.cc:1511] Processing CreateTablet for tablet fd8f45ba028242398cffe67afa059e33 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:27.706557  9107 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd8f45ba028242398cffe67afa059e33. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.720775  9106 tablet_service.cc:1511] Processing CreateTablet for tablet 7b7ed522d4914644bc71522664e38666 (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:27.722299  9106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b7ed522d4914644bc71522664e38666. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.744774  9105 tablet_service.cc:1511] Processing CreateTablet for tablet 2d7d8e4bd88c457d9cd8338c50099b1e (DEFAULT_TABLE table=test-workload [id=2044f9c0b0254bd1815a873517c75a7c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:27.746228  9105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d7d8e4bd88c457d9cd8338c50099b1e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.760218  9241 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:27.772835  9241 tablet_bootstrap.cc:654] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.786554  9240 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:27.787953  9239 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.789230  9241 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:27.789788  9241 ts_tablet_manager.cc:1403] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.006s
I20260630 12:36:27.793108  9240 tablet_bootstrap.cc:654] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.792796  9241 raft_consensus.cc:359] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.793808  9241 raft_consensus.cc:385] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.794162  9241 raft_consensus.cc:740] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.794656  9239 tablet_bootstrap.cc:654] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.795025  9241 consensus_queue.cc:260] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.798161  9241 ts_tablet_manager.cc:1434] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:36:27.799129  9241 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:27.802680  9240 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:27.802724  9239 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
I20260630 12:36:27.803444  9240 ts_tablet_manager.cc:1403] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260630 12:36:27.803612  9239 ts_tablet_manager.cc:1403] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:36:27.805948  9241 tablet_bootstrap.cc:654] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.806488  9240 raft_consensus.cc:359] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.806826  9239 raft_consensus.cc:359] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:27.807330  9240 raft_consensus.cc:385] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.807654  9239 raft_consensus.cc:385] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.807693  9240 raft_consensus.cc:740] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.808151  9239 raft_consensus.cc:740] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.808658  9240 consensus_queue.cc:260] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.810052  9239 consensus_queue.cc:260] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:27.811916  9240 ts_tablet_manager.cc:1434] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:36:27.812985  9240 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:27.817324  9239 ts_tablet_manager.cc:1434] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:36:27.819278  9240 tablet_bootstrap.cc:654] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.823863  9239 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.824704  9240 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:27.825214  9240 ts_tablet_manager.cc:1403] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.007s
I20260630 12:36:27.826120  9241 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:27.826655  9241 ts_tablet_manager.cc:1403] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.015s
I20260630 12:36:27.828022  9240 raft_consensus.cc:359] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.828805  9240 raft_consensus.cc:385] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.829115  9240 raft_consensus.cc:740] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.829375  9241 raft_consensus.cc:359] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:27.829851  9239 tablet_bootstrap.cc:654] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.830000  9241 raft_consensus.cc:385] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.830562  9241 raft_consensus.cc:740] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.829842  9240 consensus_queue.cc:260] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.832465  9240 ts_tablet_manager.cc:1434] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:36:27.831221  9241 consensus_queue.cc:260] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:27.833765  9240 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:27.840922  9240 tablet_bootstrap.cc:654] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.844100  9241 ts_tablet_manager.cc:1434] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.003s
I20260630 12:36:27.845175  9241 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:27.849815  9239 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
I20260630 12:36:27.850117  9240 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:27.850404  9239 ts_tablet_manager.cc:1403] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.027s	user 0.007s	sys 0.018s
I20260630 12:36:27.850553  9240 ts_tablet_manager.cc:1403] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:36:27.852749  9240 raft_consensus.cc:359] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.853252  9240 raft_consensus.cc:385] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.853463  9241 tablet_bootstrap.cc:654] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.853515  9240 raft_consensus.cc:740] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.853304  9239 raft_consensus.cc:359] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.854166  9239 raft_consensus.cc:385] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.854472  9239 raft_consensus.cc:740] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.855185  9240 consensus_queue.cc:260] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.855242  9239 consensus_queue.cc:260] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.857446  9240 ts_tablet_manager.cc:1434] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.008s
I20260630 12:36:27.857502  9247 raft_consensus.cc:493] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:27.858112  9247 raft_consensus.cc:515] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.859325  9239 ts_tablet_manager.cc:1434] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:36:27.860414  9239 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.860407  9247 leader_election.cc:290] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:27.866186  9241 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:27.866851  9241 ts_tablet_manager.cc:1403] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.002s
I20260630 12:36:27.868132  9239 tablet_bootstrap.cc:654] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.870215  9240 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:27.870041  9241 raft_consensus.cc:359] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.870813  9241 raft_consensus.cc:385] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.871188  9241 raft_consensus.cc:740] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.876226  9240 tablet_bootstrap.cc:654] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.879623  9239 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
I20260630 12:36:27.880141  9239 ts_tablet_manager.cc:1403] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.006s
I20260630 12:36:27.880321  9241 consensus_queue.cc:260] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.882851  9241 ts_tablet_manager.cc:1434] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:36:27.883023  9239 raft_consensus.cc:359] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.885607  9239 raft_consensus.cc:385] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.885926  9239 raft_consensus.cc:740] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.886312  9241 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:27.886718  9239 consensus_queue.cc:260] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.888389  9120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:27.889219  9239 ts_tablet_manager.cc:1434] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:36:27.889189  9120 raft_consensus.cc:2468] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:27.890337  9239 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.890556  9010 leader_election.cc:304] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: 
I20260630 12:36:27.892271  9247 raft_consensus.cc:2804] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:27.892614  9247 raft_consensus.cc:493] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:27.892913  9247 raft_consensus.cc:3060] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.896749  9239 tablet_bootstrap.cc:654] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.897403  9241 tablet_bootstrap.cc:654] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.900315  9247 raft_consensus.cc:515] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.906262  9247 leader_election.cc:290] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 election: Requested vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:27.907610  9120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:27.906930  9240 tablet_bootstrap.cc:492] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:27.908265  9120 raft_consensus.cc:3060] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.908715  9240 ts_tablet_manager.cc:1403] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.039s	user 0.008s	sys 0.008s
I20260630 12:36:27.908739  9193 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
W20260630 12:36:27.910110  9010 leader_election.cc:343] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:27.911640  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" is_pre_election: true
I20260630 12:36:27.911841  9240 raft_consensus.cc:359] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.912603  9240 raft_consensus.cc:385] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.912978  9240 raft_consensus.cc:740] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.914013  9240 consensus_queue.cc:260] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.916095  9239 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
W20260630 12:36:27.913013  9010 leader_election.cc:343] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:27.917248  9120 raft_consensus.cc:2468] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:27.917388  9239 ts_tablet_manager.cc:1403] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.027s	user 0.017s	sys 0.007s
I20260630 12:36:27.918505  9010 leader_election.cc:304] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: b16ef44e2bb54628b4a5133d4d99f0f6
I20260630 12:36:27.920501  9239 raft_consensus.cc:359] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.921315  9239 raft_consensus.cc:385] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.921666  9239 raft_consensus.cc:740] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.922824  9258 raft_consensus.cc:493] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:27.922580  9239 consensus_queue.cc:260] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.924613  9258 raft_consensus.cc:515] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.927476  9120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd8f45ba028242398cffe67afa059e33" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:27.928710  9239 ts_tablet_manager.cc:1434] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
W20260630 12:36:27.928802  9010 leader_election.cc:343] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:27.923950  9259 raft_consensus.cc:2804] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:27.929804  9239 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.930866  9247 raft_consensus.cc:493] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:27.931386  9247 raft_consensus.cc:515] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.932668  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd8f45ba028242398cffe67afa059e33" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" is_pre_election: true
I20260630 12:36:27.933431  9194 raft_consensus.cc:2468] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:27.934306  9247 leader_election.cc:290] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:27.935712  9120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7d8e4bd88c457d9cd8338c50099b1e" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:27.936372  9120 raft_consensus.cc:2468] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:27.936611  9239 tablet_bootstrap.cc:654] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.937254  9240 ts_tablet_manager.cc:1434] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.028s	user 0.006s	sys 0.001s
I20260630 12:36:27.937695  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7d8e4bd88c457d9cd8338c50099b1e" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" is_pre_election: true
I20260630 12:36:27.929836  9259 raft_consensus.cc:697] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Becoming Leader. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Running, Role: LEADER
I20260630 12:36:27.938961  9241 tablet_bootstrap.cc:492] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:27.939224  9194 raft_consensus.cc:2468] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:27.939510  9241 ts_tablet_manager.cc:1403] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.053s	user 0.022s	sys 0.006s
I20260630 12:36:27.938378  9010 leader_election.cc:304] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [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: 81dc86bdc9c44019ab9262d2e1e3471a, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 1841bac94ad2440ea4568873f09a2fbb
I20260630 12:36:27.939683  9259 consensus_queue.cc:237] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.941416  9247 raft_consensus.cc:2804] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:27.940907  9010 leader_election.cc:304] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [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: 81dc86bdc9c44019ab9262d2e1e3471a, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 
I20260630 12:36:27.941818  9247 raft_consensus.cc:493] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:27.943238  9240 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:27.942840  9241 raft_consensus.cc:359] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.942217  9247 raft_consensus.cc:3060] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.944862  9241 raft_consensus.cc:385] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.945217  9241 raft_consensus.cc:740] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.941989  9258 leader_election.cc:290] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:27.946257  9258 raft_consensus.cc:2804] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:27.946060  9241 consensus_queue.cc:260] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.946656  9258 raft_consensus.cc:493] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:27.948029  9239 tablet_bootstrap.cc:492] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
I20260630 12:36:27.949028  9258 raft_consensus.cc:3060] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.949316  9239 ts_tablet_manager.cc:1403] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:36:27.952147  9239 raft_consensus.cc:359] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.952781  9239 raft_consensus.cc:385] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.953073  9239 raft_consensus.cc:740] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.948450  9241 ts_tablet_manager.cc:1434] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:36:27.954466  9241 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:27.957819  9240 tablet_bootstrap.cc:654] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.960939  9239 consensus_queue.cc:260] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.961685  9258 raft_consensus.cc:515] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.963817  9239 ts_tablet_manager.cc:1434] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:36:27.960928  9247 raft_consensus.cc:515] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.964648  9120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7d8e4bd88c457d9cd8338c50099b1e" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:27.964905  9239 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: Bootstrap starting.
I20260630 12:36:27.965212  9120 raft_consensus.cc:3060] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.965584  9247 leader_election.cc:290] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 election: Requested vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:27.960517  9241 tablet_bootstrap.cc:654] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.969085  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd8f45ba028242398cffe67afa059e33" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
I20260630 12:36:27.969673  9194 raft_consensus.cc:3060] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.968353  8940 catalog_manager.cc:5697] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a reported cstate change: term changed from 0 to 1, leader changed from <none> to 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:27.971415  9239 tablet_bootstrap.cc:654] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:27.976078  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd8f45ba028242398cffe67afa059e33" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:27.976706  9119 raft_consensus.cc:3060] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.977221  9241 tablet_bootstrap.cc:492] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:27.977730  9241 ts_tablet_manager.cc:1403] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.023s	user 0.006s	sys 0.006s
I20260630 12:36:27.978046  9240 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:27.978430  9240 ts_tablet_manager.cc:1403] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.003s
I20260630 12:36:27.980533  9241 raft_consensus.cc:359] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.980832  9240 raft_consensus.cc:359] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.981258  9241 raft_consensus.cc:385] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.981525  9240 raft_consensus.cc:385] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.982007  9240 raft_consensus.cc:740] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.982873  9240 consensus_queue.cc:260] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.984694  9120 raft_consensus.cc:2468] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:27.985275  9240 ts_tablet_manager.cc:1434] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:27.991034  9119 raft_consensus.cc:2468] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:27.981583  9241 raft_consensus.cc:740] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.992103  9010 leader_election.cc:304] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: 
I20260630 12:36:27.992861  9247 raft_consensus.cc:2804] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:27.992660  9241 consensus_queue.cc:260] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.993376  9247 raft_consensus.cc:697] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Becoming Leader. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Running, Role: LEADER
I20260630 12:36:27.993852  9193 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d7d8e4bd88c457d9cd8338c50099b1e" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
I20260630 12:36:27.994159  9247 consensus_queue.cc:237] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.994608  9010 leader_election.cc:304] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: 
I20260630 12:36:27.994904  9241 ts_tablet_manager.cc:1434] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.001s
I20260630 12:36:27.986728  9194 raft_consensus.cc:2468] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:27.987468  9239 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: No bootstrap required, opened a new log
I20260630 12:36:27.995697  9260 raft_consensus.cc:2804] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:27.995900  9239 ts_tablet_manager.cc:1403] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.003s
I20260630 12:36:27.996155  9260 raft_consensus.cc:697] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Becoming Leader. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Running, Role: LEADER
I20260630 12:36:27.996498  9193 raft_consensus.cc:3060] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:27.997080  9260 consensus_queue.cc:237] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.998991  9239 raft_consensus.cc:359] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:27.999697  9239 raft_consensus.cc:385] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:27.999972  9239 raft_consensus.cc:740] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Initialized, Role: FOLLOWER
I20260630 12:36:27.992086  9258 leader_election.cc:290] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 election: Requested vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:28.000730  9239 consensus_queue.cc:260] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.002671  9239 ts_tablet_manager.cc:1434] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:36:27.992069  9240 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: Bootstrap starting.
I20260630 12:36:28.008003  9193 raft_consensus.cc:2468] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:28.009742  9240 tablet_bootstrap.cc:654] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:28.011993  9241 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: Bootstrap starting.
I20260630 12:36:28.023079  9241 tablet_bootstrap.cc:654] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:28.029852  9240 tablet_bootstrap.cc:492] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: No bootstrap required, opened a new log
I20260630 12:36:28.030376  9240 ts_tablet_manager.cc:1403] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent bootstrapping tablet: real 0.039s	user 0.016s	sys 0.008s
I20260630 12:36:28.031540  9241 tablet_bootstrap.cc:492] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: No bootstrap required, opened a new log
I20260630 12:36:28.032007  9241 ts_tablet_manager.cc:1403] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.000s
I20260630 12:36:28.033200  9240 raft_consensus.cc:359] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:28.033965  9240 raft_consensus.cc:385] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:28.034281  9240 raft_consensus.cc:740] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Initialized, Role: FOLLOWER
I20260630 12:36:28.034351  9241 raft_consensus.cc:359] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.034169  8939 catalog_manager.cc:5697] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a reported cstate change: term changed from 0 to 1, leader changed from <none> to 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:28.035092  9241 raft_consensus.cc:385] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:28.035455  9241 raft_consensus.cc:740] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1841bac94ad2440ea4568873f09a2fbb, State: Initialized, Role: FOLLOWER
I20260630 12:36:28.035229  9240 consensus_queue.cc:260] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:28.036084  9241 consensus_queue.cc:260] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.036118  8939 catalog_manager.cc:5697] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a reported cstate change: term changed from 0 to 1, leader changed from <none> to 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:28.038352  9240 ts_tablet_manager.cc:1434] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:36:28.041478  9241 ts_tablet_manager.cc:1434] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:36:28.047322  9248 raft_consensus.cc:493] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:28.047780  9248 raft_consensus.cc:515] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:28.050033  9248 leader_election.cc:290] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811), 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:28.065073  9045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22060b384bae4abcb0b772c36b10d822" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" is_pre_election: true
I20260630 12:36:28.066026  9045 raft_consensus.cc:2468] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 0.
I20260630 12:36:28.067258  9160 leader_election.cc:304] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: 81dc86bdc9c44019ab9262d2e1e3471a, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 
I20260630 12:36:28.067986  9248 raft_consensus.cc:2804] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:28.068351  9248 raft_consensus.cc:493] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:28.068806  9248 raft_consensus.cc:3060] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.070531  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22060b384bae4abcb0b772c36b10d822" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:28.071226  9119 raft_consensus.cc:2468] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 0.
I20260630 12:36:28.074640  9248 raft_consensus.cc:515] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:28.076179  9248 leader_election.cc:290] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [CANDIDATE]: Term 1 election: Requested vote from peers 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811), 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:28.076838  9045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22060b384bae4abcb0b772c36b10d822" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81dc86bdc9c44019ab9262d2e1e3471a"
I20260630 12:36:28.077105  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22060b384bae4abcb0b772c36b10d822" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:28.077342  9045 raft_consensus.cc:3060] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.077620  9119 raft_consensus.cc:3060] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.082073  9119 raft_consensus.cc:2468] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 1.
I20260630 12:36:28.082122  9045 raft_consensus.cc:2468] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 1.
I20260630 12:36:28.083122  9159 leader_election.cc:304] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: 1841bac94ad2440ea4568873f09a2fbb, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 
I20260630 12:36:28.083791  9248 raft_consensus.cc:2804] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:28.084646  9248 raft_consensus.cc:697] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 LEADER]: Becoming Leader. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Running, Role: LEADER
I20260630 12:36:28.085186  9272 raft_consensus.cc:493] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:28.085353  9248 consensus_queue.cc:237] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } }
I20260630 12:36:28.085734  9272 raft_consensus.cc:515] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.088047  9272 leader_election.cc:290] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811), 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:28.089221  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b7ed522d4914644bc71522664e38666" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:28.090034  9045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b7ed522d4914644bc71522664e38666" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" is_pre_election: true
I20260630 12:36:28.090727  9045 raft_consensus.cc:2468] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 0.
I20260630 12:36:28.090780  9119 raft_consensus.cc:2468] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 0.
I20260630 12:36:28.091920  9160 leader_election.cc:304] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: 81dc86bdc9c44019ab9262d2e1e3471a, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 
I20260630 12:36:28.092581  9248 raft_consensus.cc:2804] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:28.092861  9248 raft_consensus.cc:493] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:28.093109  9248 raft_consensus.cc:3060] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.094041  8940 catalog_manager.cc:5697] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:28.097687  9248 raft_consensus.cc:515] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.099789  9248 leader_election.cc:290] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [CANDIDATE]: Term 1 election: Requested vote from peers 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811), 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:28.100538  9045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b7ed522d4914644bc71522664e38666" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81dc86bdc9c44019ab9262d2e1e3471a"
I20260630 12:36:28.101125  9045 raft_consensus.cc:3060] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.101804  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b7ed522d4914644bc71522664e38666" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:28.102258  9119 raft_consensus.cc:3060] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.106331  9045 raft_consensus.cc:2468] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 1.
I20260630 12:36:28.106807  9119 raft_consensus.cc:2468] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b16ef44e2bb54628b4a5133d4d99f0f6 in term 1.
I20260630 12:36:28.107316  9160 leader_election.cc:304] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: 81dc86bdc9c44019ab9262d2e1e3471a, b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 
I20260630 12:36:28.107959  9248 raft_consensus.cc:2804] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:28.108299  9248 raft_consensus.cc:697] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 LEADER]: Becoming Leader. State: Replica: b16ef44e2bb54628b4a5133d4d99f0f6, State: Running, Role: LEADER
I20260630 12:36:28.108955  9248 consensus_queue.cc:237] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.115567  8940 catalog_manager.cc:5697] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 reported cstate change: term changed from 0 to 1, leader changed from <none> to b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: HEALTHY } } }
W20260630 12:36:28.120518  8990 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:28.279644  9248 raft_consensus.cc:493] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:28.280112  9248 raft_consensus.cc:515] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.281668  9248 leader_election.cc:290] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65:32811), 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067)
I20260630 12:36:28.282451  9045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" is_pre_election: true
I20260630 12:36:28.282747  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a5c51d818904c3994863251b8e8e30c" candidate_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:28.283524  9119 raft_consensus.cc:2393] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b16ef44e2bb54628b4a5133d4d99f0f6 in current term 1: Already voted for candidate 81dc86bdc9c44019ab9262d2e1e3471a in this term.
I20260630 12:36:28.284291  9159 leader_election.cc:304] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [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: b16ef44e2bb54628b4a5133d4d99f0f6; no voters: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a
I20260630 12:36:28.284868  9248 raft_consensus.cc:3060] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.289641  9248 raft_consensus.cc:2749] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:28.382727  9260 raft_consensus.cc:493] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:28.383260  9260 raft_consensus.cc:515] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.384816  9260 leader_election.cc:290] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:28.385654  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3296655125074ce988ee573f8fceee90" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb" is_pre_election: true
I20260630 12:36:28.385874  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3296655125074ce988ee573f8fceee90" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" is_pre_election: true
I20260630 12:36:28.386194  9119 raft_consensus.cc:2468] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:28.386430  9194 raft_consensus.cc:2468] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 0.
I20260630 12:36:28.387133  9010 leader_election.cc:304] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: 
I20260630 12:36:28.387769  9260 raft_consensus.cc:2804] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:28.388022  9260 raft_consensus.cc:493] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:28.388299  9260 raft_consensus.cc:3060] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.393297  9260 raft_consensus.cc:515] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.394764  9260 leader_election.cc:290] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [CANDIDATE]: Term 1 election: Requested vote from peers 1841bac94ad2440ea4568873f09a2fbb (127.0.111.66:46067), b16ef44e2bb54628b4a5133d4d99f0f6 (127.0.111.67:39519)
I20260630 12:36:28.395529  9119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3296655125074ce988ee573f8fceee90" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1841bac94ad2440ea4568873f09a2fbb"
I20260630 12:36:28.395723  9194 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3296655125074ce988ee573f8fceee90" candidate_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6"
I20260630 12:36:28.396003  9119 raft_consensus.cc:3060] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.396258  9194 raft_consensus.cc:3060] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:28.400534  9119 raft_consensus.cc:2468] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:28.400694  9194 raft_consensus.cc:2468] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81dc86bdc9c44019ab9262d2e1e3471a in term 1.
I20260630 12:36:28.401470  9010 leader_election.cc:304] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [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: 1841bac94ad2440ea4568873f09a2fbb, 81dc86bdc9c44019ab9262d2e1e3471a; no voters: 
I20260630 12:36:28.402123  9260 raft_consensus.cc:2804] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:28.402510  9260 raft_consensus.cc:697] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Becoming Leader. State: Replica: 81dc86bdc9c44019ab9262d2e1e3471a, State: Running, Role: LEADER
I20260630 12:36:28.403239  9260 consensus_queue.cc:237] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [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: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } }
I20260630 12:36:28.409885  8940 catalog_manager.cc:5697] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a reported cstate change: term changed from 0 to 1, leader changed from <none> to 81dc86bdc9c44019ab9262d2e1e3471a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:28.430080  9260 consensus_queue.cc:1048] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.440881  9260 consensus_queue.cc:1048] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.477550  9248 consensus_queue.cc:1048] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.487654  9248 consensus_queue.cc:1048] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.512159  9260 consensus_queue.cc:1048] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.516973  9260 consensus_queue.cc:1048] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.524166  9260 consensus_queue.cc:1048] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.531122  9258 consensus_queue.cc:1048] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.617045  9248 consensus_queue.cc:1048] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.655174  9248 consensus_queue.cc:1048] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81dc86bdc9c44019ab9262d2e1e3471a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.798838  9192 raft_consensus.cc:1275] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Refusing update from remote peer 81dc86bdc9c44019ab9262d2e1e3471a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:28.812000  9119 raft_consensus.cc:1275] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Refusing update from remote peer 81dc86bdc9c44019ab9262d2e1e3471a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:28.813488  9258 consensus_queue.cc:1048] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b16ef44e2bb54628b4a5133d4d99f0f6" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 39519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:28.817694  9258 consensus_queue.cc:1048] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1841bac94ad2440ea4568873f09a2fbb" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:28.864089  9010 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:46067, user_credentials={real_user=slave}} blocked reactor thread for 48720.3us
I20260630 12:36:29.818200   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:29.852167   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:29.852736   445 tablet_replica.cc:333] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.853288   445 raft_consensus.cc:2243] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.853734   445 raft_consensus.cc:2272] T 22060b384bae4abcb0b772c36b10d822 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.856189   445 tablet_replica.cc:333] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.856714   445 raft_consensus.cc:2243] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:29.857466   445 raft_consensus.cc:2272] T 3296655125074ce988ee573f8fceee90 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.859993   445 tablet_replica.cc:333] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.860499   445 raft_consensus.cc:2243] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:29.861214   445 raft_consensus.cc:2272] T 2d7d8e4bd88c457d9cd8338c50099b1e P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.863384   445 tablet_replica.cc:333] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.863878   445 raft_consensus.cc:2243] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.864287   445 raft_consensus.cc:2272] T 7b7ed522d4914644bc71522664e38666 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.866446   445 tablet_replica.cc:333] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.866968   445 raft_consensus.cc:2243] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:29.867694   445 raft_consensus.cc:2272] T 5a5c51d818904c3994863251b8e8e30c P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.869832   445 tablet_replica.cc:333] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a: stopping tablet replica
I20260630 12:36:29.870282   445 raft_consensus.cc:2243] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:29.870946   445 raft_consensus.cc:2272] T fd8f45ba028242398cffe67afa059e33 P 81dc86bdc9c44019ab9262d2e1e3471a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.897372   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:29.912365   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:29.932971   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:29.933597   445 tablet_replica.cc:333] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.934170   445 raft_consensus.cc:2243] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.934672   445 raft_consensus.cc:2272] T 3296655125074ce988ee573f8fceee90 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.937552   445 tablet_replica.cc:333] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.938109   445 raft_consensus.cc:2243] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.938537   445 raft_consensus.cc:2272] T 2d7d8e4bd88c457d9cd8338c50099b1e P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.940804   445 tablet_replica.cc:333] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.941316   445 raft_consensus.cc:2243] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.941766   445 raft_consensus.cc:2272] T 7b7ed522d4914644bc71522664e38666 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.944242   445 tablet_replica.cc:333] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.944754   445 raft_consensus.cc:2243] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.945204   445 raft_consensus.cc:2272] T 22060b384bae4abcb0b772c36b10d822 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.947592   445 tablet_replica.cc:333] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.948074   445 raft_consensus.cc:2243] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.948487   445 raft_consensus.cc:2272] T fd8f45ba028242398cffe67afa059e33 P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.950730   445 tablet_replica.cc:333] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb: stopping tablet replica
I20260630 12:36:29.951236   445 raft_consensus.cc:2243] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.951654   445 raft_consensus.cc:2272] T 5a5c51d818904c3994863251b8e8e30c P 1841bac94ad2440ea4568873f09a2fbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.967027   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:29.981161   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:30.000409   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:30.001037   445 tablet_replica.cc:333] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.001663   445 raft_consensus.cc:2243] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.002154   445 raft_consensus.cc:2272] T 3296655125074ce988ee573f8fceee90 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.004681   445 tablet_replica.cc:333] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.005194   445 raft_consensus.cc:2243] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.005674   445 raft_consensus.cc:2272] T 5a5c51d818904c3994863251b8e8e30c P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.007979   445 tablet_replica.cc:333] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.008483   445 raft_consensus.cc:2243] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.008896   445 raft_consensus.cc:2272] T fd8f45ba028242398cffe67afa059e33 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.011220   445 tablet_replica.cc:333] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.011716   445 raft_consensus.cc:2243] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.012166   445 raft_consensus.cc:2272] T 2d7d8e4bd88c457d9cd8338c50099b1e P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.014319   445 tablet_replica.cc:333] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.014788   445 raft_consensus.cc:2243] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.015551   445 raft_consensus.cc:2272] T 7b7ed522d4914644bc71522664e38666 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.017719   445 tablet_replica.cc:333] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6: stopping tablet replica
I20260630 12:36:30.018464   445 raft_consensus.cc:2243] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.019300   445 raft_consensus.cc:2272] T 22060b384bae4abcb0b772c36b10d822 P b16ef44e2bb54628b4a5133d4d99f0f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.035821   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:30.050037   445 master.cc:562] Master@127.0.111.126:41145 shutting down...
I20260630 12:36:30.069842   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.070395   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.070714   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P e2320f40eb5644fb8843b4b4a0423a9d: stopping tablet replica
I20260630 12:36:30.090236   445 master.cc:584] Master@127.0.111.126:41145 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4115 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:36:30.124909   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:42865
I20260630 12:36:30.125942   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:30.130640  9332 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
W20260630 12:36:30.131810  9333 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
W20260630 12:36:30.131954  9335 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
I20260630 12:36:30.132522   445 server_base.cc:1061] running on GCE node
I20260630 12:36:30.133266   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:30.133436   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:30.133579   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822990133561 us; error 0 us; skew 500 ppm
I20260630 12:36:30.134068   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:30.136255   445 webserver.cc:533] Webserver started at http://127.0.111.126:42581/ using document root <none> and password file <none>
I20260630 12:36:30.136698   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:30.136861   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:30.137110   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:30.138123   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "ed0798f3515a4e8fb14fc65c739a0826"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.142274   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:36:30.145380  9340 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.146065   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:30.146327   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "ed0798f3515a4e8fb14fc65c739a0826"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.146589   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-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)
I20260630 12:36:30.159387   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:30.160444   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:30.195858   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:42865
I20260630 12:36:30.195950  9391 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:42865 every 8 connection(s)
I20260630 12:36:30.199577  9392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:30.209684  9392 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826: Bootstrap starting.
I20260630 12:36:30.214130  9392 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:30.218183  9392 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826: No bootstrap required, opened a new log
I20260630 12:36:30.220218  9392 raft_consensus.cc:359] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER }
I20260630 12:36:30.220587  9392 raft_consensus.cc:385] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:30.220760  9392 raft_consensus.cc:740] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed0798f3515a4e8fb14fc65c739a0826, State: Initialized, Role: FOLLOWER
I20260630 12:36:30.221256  9392 consensus_queue.cc:260] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER }
I20260630 12:36:30.221640  9392 raft_consensus.cc:399] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:30.221827  9392 raft_consensus.cc:493] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:30.222024  9392 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:30.226321  9392 raft_consensus.cc:515] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER }
I20260630 12:36:30.226768  9392 leader_election.cc:304] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [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: ed0798f3515a4e8fb14fc65c739a0826; no voters: 
I20260630 12:36:30.227795  9392 leader_election.cc:290] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:30.228088  9395 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:30.229311  9395 raft_consensus.cc:697] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 1 LEADER]: Becoming Leader. State: Replica: ed0798f3515a4e8fb14fc65c739a0826, State: Running, Role: LEADER
I20260630 12:36:30.229923  9395 consensus_queue.cc:237] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [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: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER }
I20260630 12:36:30.230485  9392 sys_catalog.cc:565] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:30.234267  9396 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ed0798f3515a4e8fb14fc65c739a0826" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER } }
I20260630 12:36:30.234500  9397 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ed0798f3515a4e8fb14fc65c739a0826. Latest consensus state: current_term: 1 leader_uuid: "ed0798f3515a4e8fb14fc65c739a0826" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed0798f3515a4e8fb14fc65c739a0826" member_type: VOTER } }
I20260630 12:36:30.235020  9396 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:30.235247  9397 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:30.240381  9402 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:30.245491  9402 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:30.246400   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:30.254050  9402 catalog_manager.cc:1383] Generated new cluster ID: a6e8d528ad7a43d8b8095aaa3cbda88a
I20260630 12:36:30.254370  9402 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:30.273257  9402 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:30.274487  9402 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:30.299674  9402 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826: Generated new TSK 0
I20260630 12:36:30.300257  9402 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:30.313158   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:30.318552  9413 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
W20260630 12:36:30.319535  9414 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
I20260630 12:36:30.321875   445 server_base.cc:1061] running on GCE node
W20260630 12:36:30.321946  9416 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
I20260630 12:36:30.322882   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:30.323112   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:30.323320   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822990323301 us; error 0 us; skew 500 ppm
I20260630 12:36:30.323796   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:30.325908   445 webserver.cc:533] Webserver started at http://127.0.111.65:33315/ using document root <none> and password file <none>
I20260630 12:36:30.326349   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:30.326519   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:30.326761   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:30.327822   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "852d30318eda4065af3a8dab8eeee587"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.332033   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:30.335114  9421 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.335839   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:30.336126   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "852d30318eda4065af3a8dab8eeee587"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.336409   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-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)
I20260630 12:36:30.355192   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:30.356246   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:30.357542   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:30.359649   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:30.359836   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.360055   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:30.360219   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.395326   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:39297
I20260630 12:36:30.395404  9483 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:39297 every 8 connection(s)
I20260630 12:36:30.399976   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:30.406061  9488 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
W20260630 12:36:30.406999  9489 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
W20260630 12:36:30.410251  9491 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
I20260630 12:36:30.410485   445 server_base.cc:1061] running on GCE node
I20260630 12:36:30.411471  9484 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42865
I20260630 12:36:30.411827  9484 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:30.412217   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:30.412431   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:30.412551  9484 heartbeater.cc:507] Master 127.0.111.126:42865 requested a full tablet report, sending...
I20260630 12:36:30.412586   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822990412569 us; error 0 us; skew 500 ppm
I20260630 12:36:30.413517   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:30.414826  9357 ts_manager.cc:194] Registered new tserver with Master: 852d30318eda4065af3a8dab8eeee587 (127.0.111.65:39297)
I20260630 12:36:30.416178   445 webserver.cc:533] Webserver started at http://127.0.111.66:46621/ using document root <none> and password file <none>
I20260630 12:36:30.416797   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:30.417006   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:30.417299   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:30.417222  9357 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35186
I20260630 12:36:30.418701   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "3b69202799944b78afff561cb2dbe846"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.422770   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:30.425900  9496 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.426653   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:36:30.426925   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "3b69202799944b78afff561cb2dbe846"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.427227   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-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)
I20260630 12:36:30.447264   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:30.448262   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:30.449595   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:30.451699   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:30.451872   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.452106   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:30.452246   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.487481   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:36935
I20260630 12:36:30.487571  9558 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:36935 every 8 connection(s)
I20260630 12:36:30.491981   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:30.497936  9562 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
W20260630 12:36:30.499397  9563 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
W20260630 12:36:30.502358  9565 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
I20260630 12:36:30.502986   445 server_base.cc:1061] running on GCE node
I20260630 12:36:30.503788  9559 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42865
I20260630 12:36:30.503983   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:30.504194  9559 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:30.504276   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:30.504585   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822990504568 us; error 0 us; skew 500 ppm
I20260630 12:36:30.505043  9559 heartbeater.cc:507] Master 127.0.111.126:42865 requested a full tablet report, sending...
I20260630 12:36:30.505110   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:30.507016  9357 ts_manager.cc:194] Registered new tserver with Master: 3b69202799944b78afff561cb2dbe846 (127.0.111.66:36935)
I20260630 12:36:30.507638   445 webserver.cc:533] Webserver started at http://127.0.111.67:36317/ using document root <none> and password file <none>
I20260630 12:36:30.508117   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:30.508293   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:30.508397  9357 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35196
I20260630 12:36:30.508519   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:30.509806   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "8c9905878c6a429bb1b97aaccd836d13"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.513849   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:30.516773  9570 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.517450   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:30.517704   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "8c9905878c6a429bb1b97aaccd836d13"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-rw3v"
I20260630 12:36:30.517944   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822785200141-445-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)
I20260630 12:36:30.529580   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:30.530463   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:30.531773   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:30.533778   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:30.533962   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.534168   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:30.534315   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.569258   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:44341
I20260630 12:36:30.569347  9632 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:44341 every 8 connection(s)
I20260630 12:36:30.581382  9633 heartbeater.cc:344] Connected to a master server at 127.0.111.126:42865
I20260630 12:36:30.581769  9633 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:30.582468  9633 heartbeater.cc:507] Master 127.0.111.126:42865 requested a full tablet report, sending...
I20260630 12:36:30.584194  9357 ts_manager.cc:194] Registered new tserver with Master: 8c9905878c6a429bb1b97aaccd836d13 (127.0.111.67:44341)
I20260630 12:36:30.585223   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013125166s
I20260630 12:36:30.585444  9357 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35204
I20260630 12:36:31.419916  9484 heartbeater.cc:499] Master 127.0.111.126:42865 was elected leader, sending a full tablet report...
I20260630 12:36:31.510721  9559 heartbeater.cc:499] Master 127.0.111.126:42865 was elected leader, sending a full tablet report...
I20260630 12:36:31.587791  9633 heartbeater.cc:499] Master 127.0.111.126:42865 was elected leader, sending a full tablet report...
I20260630 12:36:31.638936  9357 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45616:
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"
    }
  }
}
W20260630 12:36:31.640653  9357 catalog_manager.cc:7077] 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.
I20260630 12:36:31.685036  9449 tablet_service.cc:1511] Processing CreateTablet for tablet b6c73696e9b440ff82d4bb294c0fb12c (DEFAULT_TABLE table=test-workload [id=1002d9dd76954795941f5f64777c1083]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:31.685446  9524 tablet_service.cc:1511] Processing CreateTablet for tablet b6c73696e9b440ff82d4bb294c0fb12c (DEFAULT_TABLE table=test-workload [id=1002d9dd76954795941f5f64777c1083]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:31.685036  9598 tablet_service.cc:1511] Processing CreateTablet for tablet b6c73696e9b440ff82d4bb294c0fb12c (DEFAULT_TABLE table=test-workload [id=1002d9dd76954795941f5f64777c1083]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:31.686336  9449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6c73696e9b440ff82d4bb294c0fb12c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:31.686671  9524 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6c73696e9b440ff82d4bb294c0fb12c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:31.686833  9598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6c73696e9b440ff82d4bb294c0fb12c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:31.698426  9653 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: Bootstrap starting.
I20260630 12:36:31.703122  9655 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: Bootstrap starting.
I20260630 12:36:31.703362  9654 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: Bootstrap starting.
I20260630 12:36:31.704636  9653 tablet_bootstrap.cc:654] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:31.708061  9654 tablet_bootstrap.cc:654] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:31.708660  9655 tablet_bootstrap.cc:654] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:31.709470  9653 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: No bootstrap required, opened a new log
I20260630 12:36:31.709962  9653 ts_tablet_manager.cc:1403] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: Time spent bootstrapping tablet: real 0.012s	user 0.000s	sys 0.010s
I20260630 12:36:31.712417  9654 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: No bootstrap required, opened a new log
I20260630 12:36:31.712936  9654 ts_tablet_manager.cc:1403] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: Time spent bootstrapping tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:36:31.712703  9653 raft_consensus.cc:359] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.713487  9655 tablet_bootstrap.cc:492] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: No bootstrap required, opened a new log
I20260630 12:36:31.713501  9653 raft_consensus.cc:385] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:31.714082  9655 ts_tablet_manager.cc:1403] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: Time spent bootstrapping tablet: real 0.011s	user 0.004s	sys 0.007s
I20260630 12:36:31.714082  9653 raft_consensus.cc:740] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 852d30318eda4065af3a8dab8eeee587, State: Initialized, Role: FOLLOWER
I20260630 12:36:31.715410  9654 raft_consensus.cc:359] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.715322  9653 consensus_queue.cc:260] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.715976  9654 raft_consensus.cc:385] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:31.716279  9654 raft_consensus.cc:740] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c9905878c6a429bb1b97aaccd836d13, State: Initialized, Role: FOLLOWER
I20260630 12:36:31.716862  9655 raft_consensus.cc:359] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.717022  9654 consensus_queue.cc:260] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.717763  9655 raft_consensus.cc:385] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:31.718087  9653 ts_tablet_manager.cc:1434] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:31.718253  9655 raft_consensus.cc:740] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b69202799944b78afff561cb2dbe846, State: Initialized, Role: FOLLOWER
I20260630 12:36:31.719003  9655 consensus_queue.cc:260] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:31.721165  9654 ts_tablet_manager.cc:1434] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.006s
I20260630 12:36:31.723487  9655 ts_tablet_manager.cc:1434] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:36:32.000793  9660 raft_consensus.cc:493] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:32.001325  9660 raft_consensus.cc:515] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:32.003284  9660 leader_election.cc:290] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3b69202799944b78afff561cb2dbe846 (127.0.111.66:36935), 852d30318eda4065af3a8dab8eeee587 (127.0.111.65:39297)
I20260630 12:36:32.012881  9534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6c73696e9b440ff82d4bb294c0fb12c" candidate_uuid: "8c9905878c6a429bb1b97aaccd836d13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b69202799944b78afff561cb2dbe846" is_pre_election: true
I20260630 12:36:32.012881  9459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6c73696e9b440ff82d4bb294c0fb12c" candidate_uuid: "8c9905878c6a429bb1b97aaccd836d13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "852d30318eda4065af3a8dab8eeee587" is_pre_election: true
I20260630 12:36:32.013621  9534 raft_consensus.cc:2468] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c9905878c6a429bb1b97aaccd836d13 in term 0.
I20260630 12:36:32.013701  9459 raft_consensus.cc:2468] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c9905878c6a429bb1b97aaccd836d13 in term 0.
I20260630 12:36:32.014607  9572 leader_election.cc:304] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [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: 3b69202799944b78afff561cb2dbe846, 8c9905878c6a429bb1b97aaccd836d13; no voters: 
I20260630 12:36:32.015277  9660 raft_consensus.cc:2804] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:32.015614  9660 raft_consensus.cc:493] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:32.015868  9660 raft_consensus.cc:3060] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.020725  9660 raft_consensus.cc:515] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:32.022325  9660 leader_election.cc:290] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [CANDIDATE]: Term 1 election: Requested vote from peers 3b69202799944b78afff561cb2dbe846 (127.0.111.66:36935), 852d30318eda4065af3a8dab8eeee587 (127.0.111.65:39297)
I20260630 12:36:32.023102  9534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6c73696e9b440ff82d4bb294c0fb12c" candidate_uuid: "8c9905878c6a429bb1b97aaccd836d13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b69202799944b78afff561cb2dbe846"
I20260630 12:36:32.023375  9459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b6c73696e9b440ff82d4bb294c0fb12c" candidate_uuid: "8c9905878c6a429bb1b97aaccd836d13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "852d30318eda4065af3a8dab8eeee587"
I20260630 12:36:32.023650  9534 raft_consensus.cc:3060] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.023917  9459 raft_consensus.cc:3060] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.028208  9534 raft_consensus.cc:2468] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c9905878c6a429bb1b97aaccd836d13 in term 1.
I20260630 12:36:32.028439  9459 raft_consensus.cc:2468] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c9905878c6a429bb1b97aaccd836d13 in term 1.
I20260630 12:36:32.029186  9572 leader_election.cc:304] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [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: 3b69202799944b78afff561cb2dbe846, 8c9905878c6a429bb1b97aaccd836d13; no voters: 
I20260630 12:36:32.029883  9660 raft_consensus.cc:2804] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:32.030845  9660 raft_consensus.cc:697] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 1 LEADER]: Becoming Leader. State: Replica: 8c9905878c6a429bb1b97aaccd836d13, State: Running, Role: LEADER
I20260630 12:36:32.031877  9660 consensus_queue.cc:237] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [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: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } }
I20260630 12:36:32.039309  9357 catalog_manager.cc:5697] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c9905878c6a429bb1b97aaccd836d13 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "8c9905878c6a429bb1b97aaccd836d13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c9905878c6a429bb1b97aaccd836d13" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 44341 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:32.120648  9534 raft_consensus.cc:1275] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 1 FOLLOWER]: Refusing update from remote peer 8c9905878c6a429bb1b97aaccd836d13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:32.120949  9459 raft_consensus.cc:1275] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 1 FOLLOWER]: Refusing update from remote peer 8c9905878c6a429bb1b97aaccd836d13: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:32.121896  9664 consensus_queue.cc:1048] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b69202799944b78afff561cb2dbe846" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 36935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:32.122547  9660 consensus_queue.cc:1048] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "852d30318eda4065af3a8dab8eeee587" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 39297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:32.544806   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:32.564077   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:32.564647   445 tablet_replica.cc:333] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587: stopping tablet replica
I20260630 12:36:32.565124   445 raft_consensus.cc:2243] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:32.565613   445 raft_consensus.cc:2272] T b6c73696e9b440ff82d4bb294c0fb12c P 852d30318eda4065af3a8dab8eeee587 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.575299   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:32.583808   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:32.599905   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:32.600509   445 tablet_replica.cc:333] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846: stopping tablet replica
I20260630 12:36:32.600980   445 raft_consensus.cc:2243] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:32.601511   445 raft_consensus.cc:2272] T b6c73696e9b440ff82d4bb294c0fb12c P 3b69202799944b78afff561cb2dbe846 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.611034   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:32.619678   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:32.637585   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:32.638145   445 tablet_replica.cc:333] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13: stopping tablet replica
I20260630 12:36:32.638614   445 raft_consensus.cc:2243] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:32.639550   445 raft_consensus.cc:2272] T b6c73696e9b440ff82d4bb294c0fb12c P 8c9905878c6a429bb1b97aaccd836d13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.659173   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:32.668217   445 master.cc:562] Master@127.0.111.126:42865 shutting down...
I20260630 12:36:32.684710   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:32.685186   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.685475   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P ed0798f3515a4e8fb14fc65c739a0826: stopping tablet replica
I20260630 12:36:32.702566   445 master.cc:584] Master@127.0.111.126:42865 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2600 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:36:32.727569   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:36675
I20260630 12:36:32.728579   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.732975  9685 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
W20260630 12:36:32.734347  9686 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
W20260630 12:36:32.734437  9688 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
I20260630 12:36:32.734977   445 server_base.cc:1061] running on GCE node
I20260630 12:36:32.735764   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.735927   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.736039   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822992736028 us; error 0 us; skew 500 ppm
I20260630 12:36:32.736445   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.738510   445 webserver.cc:533] Webserver started at http://127.0.111.126:33945/ using document root <none> and password file <none>
I20260630 12:36:32.738924   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.739065   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.739315   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.740259   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "f73fa17228d24522a55648a64a7b694c"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:32.744195   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:32.747182  9693 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.747872   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:32.748122   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "f73fa17228d24522a55648a64a7b694c"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:32.748370   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-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)
I20260630 12:36:32.761972   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:32.762876   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:32.794423   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:36675
I20260630 12:36:32.794518  9744 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:36675 every 8 connection(s)
I20260630 12:36:32.797977  9745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.807785  9745 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c: Bootstrap starting.
I20260630 12:36:32.811852  9745 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:32.815629  9745 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c: No bootstrap required, opened a new log
I20260630 12:36:32.817471  9745 raft_consensus.cc:359] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER }
I20260630 12:36:32.817824  9745 raft_consensus.cc:385] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:32.817998  9745 raft_consensus.cc:740] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f73fa17228d24522a55648a64a7b694c, State: Initialized, Role: FOLLOWER
I20260630 12:36:32.818524  9745 consensus_queue.cc:260] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER }
I20260630 12:36:32.818951  9745 raft_consensus.cc:399] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:32.819176  9745 raft_consensus.cc:493] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:32.819401  9745 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.823702  9745 raft_consensus.cc:515] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER }
I20260630 12:36:32.824152  9745 leader_election.cc:304] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [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: f73fa17228d24522a55648a64a7b694c; no voters: 
I20260630 12:36:32.825177  9745 leader_election.cc:290] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:32.825470  9748 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:32.826687  9748 raft_consensus.cc:697] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 1 LEADER]: Becoming Leader. State: Replica: f73fa17228d24522a55648a64a7b694c, State: Running, Role: LEADER
I20260630 12:36:32.827318  9748 consensus_queue.cc:237] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [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: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER }
I20260630 12:36:32.827808  9745 sys_catalog.cc:565] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:32.831561  9750 sys_catalog.cc:455] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [sys.catalog]: SysCatalogTable state changed. Reason: New leader f73fa17228d24522a55648a64a7b694c. Latest consensus state: current_term: 1 leader_uuid: "f73fa17228d24522a55648a64a7b694c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER } }
I20260630 12:36:32.832149  9750 sys_catalog.cc:458] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:32.832543  9749 sys_catalog.cc:455] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f73fa17228d24522a55648a64a7b694c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f73fa17228d24522a55648a64a7b694c" member_type: VOTER } }
I20260630 12:36:32.833046  9749 sys_catalog.cc:458] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:32.834245  9755 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:32.839058  9755 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:32.841526   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:32.847397  9755 catalog_manager.cc:1383] Generated new cluster ID: 75ddf645e1464717bad22af71b8b4ba4
I20260630 12:36:32.847668  9755 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:32.870453  9755 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:32.871685  9755 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:32.884925  9755 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c: Generated new TSK 0
I20260630 12:36:32.885488  9755 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:32.908237   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.913467  9766 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
W20260630 12:36:32.914497  9767 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
I20260630 12:36:32.915766   445 server_base.cc:1061] running on GCE node
W20260630 12:36:32.915710  9769 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
I20260630 12:36:32.916752   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.916932   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.917095   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822992917078 us; error 0 us; skew 500 ppm
I20260630 12:36:32.917572   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.919668   445 webserver.cc:533] Webserver started at http://127.0.111.65:37743/ using document root <none> and password file <none>
I20260630 12:36:32.920094   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.920269   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.920504   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.921512   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "7804534a03ff4d6d8690ac190b3a8df2"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:32.925724   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:32.928655  9774 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.929416   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:32.929700   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "7804534a03ff4d6d8690ac190b3a8df2"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:32.929942   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-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)
I20260630 12:36:32.937979   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:32.938918   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:32.940183   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:32.942209   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:32.942378   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.942584   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:32.942727   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:32.977815   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:36011
I20260630 12:36:32.977952  9836 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:36011 every 8 connection(s)
I20260630 12:36:32.982347   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:32.988982  9841 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
W20260630 12:36:32.990895  9842 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
I20260630 12:36:32.991804   445 server_base.cc:1061] running on GCE node
W20260630 12:36:32.992151  9844 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
I20260630 12:36:32.992916   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:32.993124   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:32.993286   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822992993269 us; error 0 us; skew 500 ppm
I20260630 12:36:32.993845   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:32.996411   445 webserver.cc:533] Webserver started at http://127.0.111.66:39975/ using document root <none> and password file <none>
I20260630 12:36:32.996495  9837 heartbeater.cc:344] Connected to a master server at 127.0.111.126:36675
I20260630 12:36:32.996891  9837 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:32.996903   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:32.997277   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:32.997529   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:32.997665  9837 heartbeater.cc:507] Master 127.0.111.126:36675 requested a full tablet report, sending...
I20260630 12:36:32.998543   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "c5f51588055a4ddb99debdf6a53d4d83"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:32.999704  9710 ts_manager.cc:194] Registered new tserver with Master: 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011)
I20260630 12:36:33.001292  9710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49866
I20260630 12:36:33.003005   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:33.006222  9849 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.006956   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:33.007264   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "c5f51588055a4ddb99debdf6a53d4d83"
format_stamp: "Formatted at 2026-06-30 12:36:32 on dist-test-slave-rw3v"
I20260630 12:36:33.007505   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-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)
I20260630 12:36:33.032967   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:33.033912   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:33.035177   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:33.037314   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:33.037488   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.037717   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:33.037858   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.072283   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:42741
I20260630 12:36:33.072420  9911 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:42741 every 8 connection(s)
I20260630 12:36:33.076900   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:33.082753  9915 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
W20260630 12:36:33.083678  9916 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
W20260630 12:36:33.087580  9918 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
I20260630 12:36:33.089205  9912 heartbeater.cc:344] Connected to a master server at 127.0.111.126:36675
I20260630 12:36:33.089738  9912 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:33.090695  9912 heartbeater.cc:507] Master 127.0.111.126:36675 requested a full tablet report, sending...
I20260630 12:36:33.092854   445 server_base.cc:1061] running on GCE node
I20260630 12:36:33.092983  9710 ts_manager.cc:194] Registered new tserver with Master: c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:33.093851   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:33.094077   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:33.094249   445 hybrid_clock.cc:648] HybridClock initialized: now 1782822993094232 us; error 0 us; skew 500 ppm
I20260630 12:36:33.094537  9710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49878
I20260630 12:36:33.094798   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:33.097582   445 webserver.cc:533] Webserver started at http://127.0.111.67:43375/ using document root <none> and password file <none>
I20260630 12:36:33.098023   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:33.098208   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:33.098449   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:33.099511   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "21ddba891a864a8fbda48b8871fb6d73"
format_stamp: "Formatted at 2026-06-30 12:36:33 on dist-test-slave-rw3v"
I20260630 12:36:33.103552   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:33.106568  9923 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.107308   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:33.107589   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "21ddba891a864a8fbda48b8871fb6d73"
format_stamp: "Formatted at 2026-06-30 12:36:33 on dist-test-slave-rw3v"
I20260630 12:36:33.107843   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-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)
I20260630 12:36:33.134065   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:33.135057   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:33.136445   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:33.138490   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:33.138688   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.138900   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:33.139050   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:33.173404   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:46421
I20260630 12:36:33.173492  9985 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:46421 every 8 connection(s)
I20260630 12:36:33.185644  9986 heartbeater.cc:344] Connected to a master server at 127.0.111.126:36675
I20260630 12:36:33.186046  9986 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:33.186661  9986 heartbeater.cc:507] Master 127.0.111.126:36675 requested a full tablet report, sending...
I20260630 12:36:33.188475  9710 ts_manager.cc:194] Registered new tserver with Master: 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:33.189504   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013222793s
I20260630 12:36:33.189862  9710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49880
I20260630 12:36:34.003929  9837 heartbeater.cc:499] Master 127.0.111.126:36675 was elected leader, sending a full tablet report...
I20260630 12:36:34.097486  9912 heartbeater.cc:499] Master 127.0.111.126:36675 was elected leader, sending a full tablet report...
I20260630 12:36:34.192507  9986 heartbeater.cc:499] Master 127.0.111.126:36675 was elected leader, sending a full tablet report...
I20260630 12:36:34.241755  9710 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49890:
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"
    }
  }
}
I20260630 12:36:34.295483  9802 tablet_service.cc:1511] Processing CreateTablet for tablet 4b32fe271b2f4288a49d86dc5a3aca00 (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:34.296759  9802 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b32fe271b2f4288a49d86dc5a3aca00. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.297070  9801 tablet_service.cc:1511] Processing CreateTablet for tablet 7afb5f24af2545b3b3cb605630d2c228 (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:34.298290  9801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7afb5f24af2545b3b3cb605630d2c228. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.304639  9951 tablet_service.cc:1511] Processing CreateTablet for tablet d6ebc25659ea46fea77861a1fd4e3ed4 (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:34.306000  9951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6ebc25659ea46fea77861a1fd4e3ed4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.306578  9876 tablet_service.cc:1511] Processing CreateTablet for tablet 62f240dfb52d4d50a83970e766757842 (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:34.307825  9876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62f240dfb52d4d50a83970e766757842. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.309840  9877 tablet_service.cc:1511] Processing CreateTablet for tablet 3098b4df5e2a41ce90a8e635c3cef73a (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:34.311019  9877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3098b4df5e2a41ce90a8e635c3cef73a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.319386 10006 tablet_bootstrap.cc:492] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:34.321198  9950 tablet_service.cc:1511] Processing CreateTablet for tablet 23bd7ac99ff04c0fa253e5e5da9fa05a (DEFAULT_TABLE table=test-workload [id=40201b8c92634d3db0a270e465277797]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:34.322423  9950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23bd7ac99ff04c0fa253e5e5da9fa05a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.328079 10007 tablet_bootstrap.cc:492] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:34.329008 10006 tablet_bootstrap.cc:654] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.334254 10007 tablet_bootstrap.cc:654] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.342645 10006 tablet_bootstrap.cc:492] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:34.343226 10006 ts_tablet_manager.cc:1403] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.005s
I20260630 12:36:34.343575 10009 tablet_bootstrap.cc:492] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:34.346515 10007 tablet_bootstrap.cc:492] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:34.346952 10007 ts_tablet_manager.cc:1403] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:36:34.345885 10006 raft_consensus.cc:359] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.347548 10006 raft_consensus.cc:385] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.347901 10006 raft_consensus.cc:740] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.348618 10009 tablet_bootstrap.cc:654] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.348587 10006 consensus_queue.cc:260] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.349261 10007 raft_consensus.cc:359] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.349367 10006 raft_consensus.cc:399] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.349781 10007 raft_consensus.cc:385] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.349892 10006 raft_consensus.cc:493] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.350103 10007 raft_consensus.cc:740] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.350360 10006 raft_consensus.cc:3060] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.350780 10007 consensus_queue.cc:260] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.351320 10007 raft_consensus.cc:399] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.351680 10007 raft_consensus.cc:493] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.352017 10007 raft_consensus.cc:3060] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.353567 10009 tablet_bootstrap.cc:492] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:34.354007 10009 ts_tablet_manager.cc:1403] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:36:34.356564 10007 raft_consensus.cc:515] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.356668 10006 raft_consensus.cc:515] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.356662 10009 raft_consensus.cc:359] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.357143 10007 leader_election.cc:304] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 
I20260630 12:36:34.357528 10009 raft_consensus.cc:385] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.357582 10006 leader_election.cc:304] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:34.357962 10009 raft_consensus.cc:740] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.358530 10007 leader_election.cc:290] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.358978 10012 raft_consensus.cc:2804] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.358898 10009 consensus_queue.cc:260] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.359853 10009 raft_consensus.cc:399] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.360210 10009 raft_consensus.cc:493] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.360580 10009 raft_consensus.cc:3060] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.362438 10012 raft_consensus.cc:697] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Becoming Leader. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Running, Role: LEADER
I20260630 12:36:34.363270 10012 consensus_queue.cc:237] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [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: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.367172 10006 leader_election.cc:290] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.367530 10009 raft_consensus.cc:515] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.368275 10009 leader_election.cc:304] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:34.369745 10013 raft_consensus.cc:2804] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.372642 10006 ts_tablet_manager.cc:1434] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.029s	user 0.021s	sys 0.005s
I20260630 12:36:34.373749 10006 tablet_bootstrap.cc:492] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:34.377688  9710 catalog_manager.cc:5697] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: term changed from 0 to 1, leader changed from <none> to 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "21ddba891a864a8fbda48b8871fb6d73" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:34.378695 10007 ts_tablet_manager.cc:1434] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.031s	user 0.018s	sys 0.004s
I20260630 12:36:34.379498 10006 tablet_bootstrap.cc:654] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.384797 10007 tablet_bootstrap.cc:492] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:34.394264 10007 tablet_bootstrap.cc:654] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.395622 10009 leader_election.cc:290] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.396121 10006 tablet_bootstrap.cc:492] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:34.396661 10006 ts_tablet_manager.cc:1403] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.008s
I20260630 12:36:34.397279 10013 raft_consensus.cc:697] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:34.396018 10018 raft_consensus.cc:2804] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.398146 10013 consensus_queue.cc:237] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.403528 10006 raft_consensus.cc:359] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.404229 10006 raft_consensus.cc:385] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.404559 10006 raft_consensus.cc:740] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.405404 10006 consensus_queue.cc:260] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.406052 10006 raft_consensus.cc:399] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.406387 10006 raft_consensus.cc:493] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.406745 10006 raft_consensus.cc:3060] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.412206 10007 tablet_bootstrap.cc:492] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:34.415560 10007 ts_tablet_manager.cc:1403] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.031s	user 0.017s	sys 0.000s
I20260630 12:36:34.417968 10006 raft_consensus.cc:515] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.418706 10006 leader_election.cc:304] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:34.412899 10018 raft_consensus.cc:697] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Becoming Leader. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Running, Role: LEADER
I20260630 12:36:34.419672 10018 consensus_queue.cc:237] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [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: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.420037 10009 ts_tablet_manager.cc:1434] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.066s	user 0.038s	sys 0.026s
I20260630 12:36:34.420470  9710 catalog_manager.cc:5697] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:34.421022 10009 tablet_bootstrap.cc:492] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:34.420418 10007 raft_consensus.cc:359] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.422056 10007 raft_consensus.cc:385] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.422330 10007 raft_consensus.cc:740] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.423246 10007 consensus_queue.cc:260] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.423880 10007 raft_consensus.cc:399] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.424180 10007 raft_consensus.cc:493] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.424494 10007 raft_consensus.cc:3060] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.425642 10006 leader_election.cc:290] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.426342 10017 raft_consensus.cc:2804] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.427102 10017 raft_consensus.cc:697] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:34.427242 10009 tablet_bootstrap.cc:654] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:34.427850 10017 consensus_queue.cc:237] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } }
I20260630 12:36:34.433835  9709 catalog_manager.cc:5697] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c5f51588055a4ddb99debdf6a53d4d83" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:34.440794 10007 raft_consensus.cc:515] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.441572 10007 leader_election.cc:304] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 
I20260630 12:36:34.445732 10009 tablet_bootstrap.cc:492] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:34.446321 10009 ts_tablet_manager.cc:1403] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.008s
I20260630 12:36:34.446422 10014 raft_consensus.cc:2804] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.446924 10014 raft_consensus.cc:697] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Becoming Leader. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Running, Role: LEADER
I20260630 12:36:34.447595 10014 consensus_queue.cc:237] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [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: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:34.449120 10009 raft_consensus.cc:359] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.449793 10009 raft_consensus.cc:385] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:34.450151 10009 raft_consensus.cc:740] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:34.451058 10009 consensus_queue.cc:260] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.451776 10009 raft_consensus.cc:399] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:34.452140 10009 raft_consensus.cc:493] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:34.452503 10009 raft_consensus.cc:3060] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:34.459362 10009 raft_consensus.cc:515] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.460060 10009 leader_election.cc:304] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:34.461011 10022 raft_consensus.cc:2804] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:34.461486 10022 raft_consensus.cc:697] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Becoming Leader. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Running, Role: LEADER
I20260630 12:36:34.462131 10022 consensus_queue.cc:237] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [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: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } }
I20260630 12:36:34.464118  9709 catalog_manager.cc:5697] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: term changed from 0 to 1, leader changed from <none> to 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "21ddba891a864a8fbda48b8871fb6d73" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:34.466806 10007 leader_election.cc:290] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.466809 10009 leader_election.cc:290] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:34.469419 10009 ts_tablet_manager.cc:1434] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.003s
I20260630 12:36:34.470312 10007 ts_tablet_manager.cc:1434] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.054s	user 0.011s	sys 0.004s
I20260630 12:36:34.482052 10006 ts_tablet_manager.cc:1434] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.085s	user 0.036s	sys 0.022s
I20260630 12:36:34.490170  9710 catalog_manager.cc:5697] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:34.493314  9708 catalog_manager.cc:5697] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c5f51588055a4ddb99debdf6a53d4d83" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:35.133050  9705 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49894:
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"
    }
  }
}
W20260630 12:36:35.135321  9705 catalog_manager.cc:7077] 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.
I20260630 12:36:35.175423  9802 tablet_service.cc:1511] Processing CreateTablet for tablet 184259c0e8a34ec08b7c138c577c55d7 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:35.176679  9802 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 184259c0e8a34ec08b7c138c577c55d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.176499  9877 tablet_service.cc:1511] Processing CreateTablet for tablet 184259c0e8a34ec08b7c138c577c55d7 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:35.177734  9877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 184259c0e8a34ec08b7c138c577c55d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.177846  9950 tablet_service.cc:1511] Processing CreateTablet for tablet 184259c0e8a34ec08b7c138c577c55d7 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:36:35.179090  9950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 184259c0e8a34ec08b7c138c577c55d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.179561  9801 tablet_service.cc:1511] Processing CreateTablet for tablet de5c6d8f63804e19b39c0d54704cf1d8 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:35.180783  9801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de5c6d8f63804e19b39c0d54704cf1d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.190171  9876 tablet_service.cc:1511] Processing CreateTablet for tablet de5c6d8f63804e19b39c0d54704cf1d8 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:35.192083  9951 tablet_service.cc:1511] Processing CreateTablet for tablet de5c6d8f63804e19b39c0d54704cf1d8 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:36:35.193291  9951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de5c6d8f63804e19b39c0d54704cf1d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.195551  9876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de5c6d8f63804e19b39c0d54704cf1d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.197197  9800 tablet_service.cc:1511] Processing CreateTablet for tablet 30feeb614e7b434490ad8c0d8f73a06c (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:35.198568  9800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30feeb614e7b434490ad8c0d8f73a06c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.212633  9875 tablet_service.cc:1511] Processing CreateTablet for tablet 30feeb614e7b434490ad8c0d8f73a06c (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:35.214057  9875 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30feeb614e7b434490ad8c0d8f73a06c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.222463  9949 tablet_service.cc:1511] Processing CreateTablet for tablet 30feeb614e7b434490ad8c0d8f73a06c (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:36:35.223946  9949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30feeb614e7b434490ad8c0d8f73a06c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.246999  9799 tablet_service.cc:1511] Processing CreateTablet for tablet d863574739064b63958f6a4e8222bfe1 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:35.250736 10065 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.253686  9799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d863574739064b63958f6a4e8222bfe1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.254956  9874 tablet_service.cc:1511] Processing CreateTablet for tablet d863574739064b63958f6a4e8222bfe1 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:35.256444  9874 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d863574739064b63958f6a4e8222bfe1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.261617  9950 tablet_service.cc:1511] Processing CreateTablet for tablet d863574739064b63958f6a4e8222bfe1 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:36:35.264547  9873 tablet_service.cc:1511] Processing CreateTablet for tablet 752abe52750b41a789af51b688ad8f97 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:35.265995  9873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 752abe52750b41a789af51b688ad8f97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.270848  9950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d863574739064b63958f6a4e8222bfe1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.273159  9800 tablet_service.cc:1511] Processing CreateTablet for tablet 752abe52750b41a789af51b688ad8f97 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:35.274466  9800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 752abe52750b41a789af51b688ad8f97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.276314  9948 tablet_service.cc:1511] Processing CreateTablet for tablet 752abe52750b41a789af51b688ad8f97 (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:36:35.277554  9948 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 752abe52750b41a789af51b688ad8f97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.285379 10064 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.288067 10065 tablet_bootstrap.cc:654] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.289002 10066 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.295464  9799 tablet_service.cc:1511] Processing CreateTablet for tablet 486e8d254c3248babd9dbef40373aa9a (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:35.299535 10066 tablet_bootstrap.cc:654] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.300091  9875 tablet_service.cc:1511] Processing CreateTablet for tablet 486e8d254c3248babd9dbef40373aa9a (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:35.301767  9875 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 486e8d254c3248babd9dbef40373aa9a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.306943 10064 tablet_bootstrap.cc:654] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.302460  9799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 486e8d254c3248babd9dbef40373aa9a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.311232  9949 tablet_service.cc:1511] Processing CreateTablet for tablet 486e8d254c3248babd9dbef40373aa9a (DEFAULT_TABLE table=test-workload-rf3 [id=e7360e7548514c5bae4d91e296ef09bc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:36:35.312577  9949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 486e8d254c3248babd9dbef40373aa9a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.325805 10065 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.329331 10065 ts_tablet_manager.cc:1403] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.079s	user 0.018s	sys 0.019s
I20260630 12:36:35.332245 10065 raft_consensus.cc:359] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.332916 10065 raft_consensus.cc:385] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.333034 10064 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.334563 10065 raft_consensus.cc:740] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.334913 10064 ts_tablet_manager.cc:1403] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.050s	user 0.006s	sys 0.004s
I20260630 12:36:35.337433 10066 tablet_bootstrap.cc:492] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.338022 10066 ts_tablet_manager.cc:1403] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.049s	user 0.012s	sys 0.025s
I20260630 12:36:35.337759 10064 raft_consensus.cc:359] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.338548 10064 raft_consensus.cc:385] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.338883 10064 raft_consensus.cc:740] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.339736 10064 consensus_queue.cc:260] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.340883 10066 raft_consensus.cc:359] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.341341 10065 consensus_queue.cc:260] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.341840 10066 raft_consensus.cc:385] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.343545 10065 ts_tablet_manager.cc:1434] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.001s
I20260630 12:36:35.343832 10064 ts_tablet_manager.cc:1434] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260630 12:36:35.344625 10065 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.344898 10064 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.342216 10066 raft_consensus.cc:740] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.346864 10066 consensus_queue.cc:260] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.350878 10065 tablet_bootstrap.cc:654] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.351073 10064 tablet_bootstrap.cc:654] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.358855 10066 ts_tablet_manager.cc:1434] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.000s
I20260630 12:36:35.362166 10064 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.362689 10064 ts_tablet_manager.cc:1403] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260630 12:36:35.364756 10064 raft_consensus.cc:359] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.365257 10064 raft_consensus.cc:385] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.365507 10064 raft_consensus.cc:740] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.366106 10064 consensus_queue.cc:260] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.367178 10066 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.369612 10064 ts_tablet_manager.cc:1434] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260630 12:36:35.370441 10064 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.376547 10064 tablet_bootstrap.cc:654] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.380330 10066 tablet_bootstrap.cc:654] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.383605 10064 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.384116 10064 ts_tablet_manager.cc:1403] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:36:35.384918 10066 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.385259 10065 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.385326 10066 ts_tablet_manager.cc:1403] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.002s
I20260630 12:36:35.385914 10065 ts_tablet_manager.cc:1403] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.021s
I20260630 12:36:35.386768 10064 raft_consensus.cc:359] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.387532 10064 raft_consensus.cc:385] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.387838 10064 raft_consensus.cc:740] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.387705 10066 raft_consensus.cc:359] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.388372 10066 raft_consensus.cc:385] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.388604 10066 raft_consensus.cc:740] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.388667 10065 raft_consensus.cc:359] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.388785 10064 consensus_queue.cc:260] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.389530 10065 raft_consensus.cc:385] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.389261 10066 consensus_queue.cc:260] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.389865 10065 raft_consensus.cc:740] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.391222 10064 ts_tablet_manager.cc:1434] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:35.390803 10065 consensus_queue.cc:260] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.392285 10064 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.395565 10066 ts_tablet_manager.cc:1434] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.001s
I20260630 12:36:35.397015 10066 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.397380 10065 ts_tablet_manager.cc:1434] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:36:35.398460 10065 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.399015 10064 tablet_bootstrap.cc:654] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.402652 10066 tablet_bootstrap.cc:654] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.404289 10065 tablet_bootstrap.cc:654] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.410784 10064 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.411438 10064 ts_tablet_manager.cc:1403] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
I20260630 12:36:35.413899 10066 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.414467 10066 ts_tablet_manager.cc:1403] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.009s
I20260630 12:36:35.414449 10064 raft_consensus.cc:359] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.416400 10064 raft_consensus.cc:385] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.416740 10064 raft_consensus.cc:740] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.417171 10065 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.417713 10065 ts_tablet_manager.cc:1403] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:36:35.417490 10066 raft_consensus.cc:359] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.417624 10064 consensus_queue.cc:260] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.418397 10066 raft_consensus.cc:385] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.418792 10066 raft_consensus.cc:740] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.419664 10066 consensus_queue.cc:260] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.420334 10064 ts_tablet_manager.cc:1434] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:36:35.421499 10064 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.422367 10065 raft_consensus.cc:359] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.423128 10065 raft_consensus.cc:385] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.423480 10065 raft_consensus.cc:740] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.424394 10065 consensus_queue.cc:260] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.427888 10064 tablet_bootstrap.cc:654] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.428694 10065 ts_tablet_manager.cc:1434] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:36:35.428814 10066 ts_tablet_manager.cc:1434] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:36:35.429888 10065 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.436349 10066 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.438879 10065 tablet_bootstrap.cc:654] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.439476 10064 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.440075 10064 ts_tablet_manager.cc:1403] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.003s
I20260630 12:36:35.443121 10066 tablet_bootstrap.cc:654] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.443035 10064 raft_consensus.cc:359] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.443984 10064 raft_consensus.cc:385] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.444331 10064 raft_consensus.cc:740] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.444808 10065 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.445420 10065 ts_tablet_manager.cc:1403] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.002s
I20260630 12:36:35.445101 10064 consensus_queue.cc:260] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.447403 10064 ts_tablet_manager.cc:1434] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:35.448370 10064 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: Bootstrap starting.
I20260630 12:36:35.448657 10066 tablet_bootstrap.cc:492] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.448365 10065 raft_consensus.cc:359] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.449350 10066 ts_tablet_manager.cc:1403] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.001s
I20260630 12:36:35.449375 10065 raft_consensus.cc:385] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.450248 10065 raft_consensus.cc:740] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.451201 10065 consensus_queue.cc:260] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.452682 10066 raft_consensus.cc:359] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.453409 10066 raft_consensus.cc:385] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.453706 10066 raft_consensus.cc:740] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.454437 10066 consensus_queue.cc:260] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.455181 10064 tablet_bootstrap.cc:654] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.456557 10066 ts_tablet_manager.cc:1434] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260630 12:36:35.456564 10065 ts_tablet_manager.cc:1434] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:36:35.457824 10066 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.457904 10065 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.464474 10066 tablet_bootstrap.cc:654] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.464884 10065 tablet_bootstrap.cc:654] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.466749 10064 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: No bootstrap required, opened a new log
I20260630 12:36:35.467331 10064 ts_tablet_manager.cc:1403] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:36:35.470467 10064 raft_consensus.cc:359] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.471439 10064 raft_consensus.cc:385] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.471813 10064 raft_consensus.cc:740] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.472744 10064 consensus_queue.cc:260] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.475225 10064 ts_tablet_manager.cc:1434] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:36:35.478444 10065 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.478896 10065 ts_tablet_manager.cc:1403] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.003s
I20260630 12:36:35.481592 10065 raft_consensus.cc:359] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.482111 10065 raft_consensus.cc:385] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.482436 10066 tablet_bootstrap.cc:492] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.482409 10065 raft_consensus.cc:740] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.483099 10066 ts_tablet_manager.cc:1403] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.005s
I20260630 12:36:35.483575 10065 consensus_queue.cc:260] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.485949 10065 ts_tablet_manager.cc:1434] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:35.486128 10066 raft_consensus.cc:359] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.486724 10065 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: Bootstrap starting.
I20260630 12:36:35.486876 10066 raft_consensus.cc:385] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.487264 10066 raft_consensus.cc:740] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.487972 10066 consensus_queue.cc:260] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.492247 10065 tablet_bootstrap.cc:654] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.496685 10065 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: No bootstrap required, opened a new log
I20260630 12:36:35.497244 10065 ts_tablet_manager.cc:1403] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:36:35.497334 10066 ts_tablet_manager.cc:1434] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.003s
I20260630 12:36:35.499806 10066 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: Bootstrap starting.
I20260630 12:36:35.500049 10065 raft_consensus.cc:359] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.500800 10065 raft_consensus.cc:385] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.500842 10018 raft_consensus.cc:493] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.501267 10065 raft_consensus.cc:740] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.501506 10018 raft_consensus.cc:515] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.502209 10065 consensus_queue.cc:260] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.503959 10018 leader_election.cc:290] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.504781 10065 ts_tablet_manager.cc:1434] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:35.506186 10066 tablet_bootstrap.cc:654] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:35.534565 10066 tablet_bootstrap.cc:492] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: No bootstrap required, opened a new log
I20260630 12:36:35.535050 10066 ts_tablet_manager.cc:1403] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: Time spent bootstrapping tablet: real 0.035s	user 0.017s	sys 0.017s
I20260630 12:36:35.537910 10066 raft_consensus.cc:359] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.538687 10066 raft_consensus.cc:385] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:35.538977 10066 raft_consensus.cc:740] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Initialized, Role: FOLLOWER
I20260630 12:36:35.539448 10017 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.539779 10066 consensus_queue.cc:260] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.539927 10017 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.541150  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de5c6d8f63804e19b39c0d54704cf1d8" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.541896  9961 raft_consensus.cc:2468] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.542167 10066 ts_tablet_manager.cc:1434] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:36:35.541141  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de5c6d8f63804e19b39c0d54704cf1d8" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.543226  9812 raft_consensus.cc:2468] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.543314  9852 leader_election.cc:304] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:35.544395 10018 raft_consensus.cc:2804] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.544726 10018 raft_consensus.cc:493] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.545004 10018 raft_consensus.cc:3060] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.547246 10017 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.552238 10018 raft_consensus.cc:515] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.553385 10014 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.553854 10014 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.554982 10022 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.555470 10022 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.555904 10014 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:35.556818 10017 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.557312 10017 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.559218 10017 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.559226  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.559814 10018 leader_election.cc:290] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.560286  9961 raft_consensus.cc:2468] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.560827 10022 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.561206  9960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de5c6d8f63804e19b39c0d54704cf1d8" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.561831  9960 raft_consensus.cc:3060] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.561635  9852 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:35.563349 10022 raft_consensus.cc:2804] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.563716 10022 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.564018  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.564553  9961 raft_consensus.cc:2468] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 0.
I20260630 12:36:35.564759  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.564559  9959 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.565382  9812 raft_consensus.cc:2468] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.565629  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "de5c6d8f63804e19b39c0d54704cf1d8" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:35.566308  9811 raft_consensus.cc:3060] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.566511  9777 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.567349 10017 raft_consensus.cc:2804] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.567549  9959 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 0.
I20260630 12:36:35.567732 10017 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.568133 10017 raft_consensus.cc:3060] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.568858  9777 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.569820 10027 raft_consensus.cc:2804] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.570175 10027 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.570513 10027 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.570842  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.571514  9886 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 0.
I20260630 12:36:35.570294  9887 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.564028 10022 raft_consensus.cc:3060] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.576759 10017 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.580876 10017 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 election: Requested vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.581332 10018 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.581569  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:35.582010  9959 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.581902 10018 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.582665  9959 raft_consensus.cc:3060] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.584086  9811 raft_consensus.cc:2468] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 1.
I20260630 12:36:35.588899  9850 leader_election.cc:304] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [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: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:35.590061 10027 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.596084 10017 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.596588 10017 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.597847  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:35.598495  9886 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.603477  9885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.598412  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.599699 10027 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 election: Requested vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.608044  9958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.610657  9958 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.607115  9961 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.605865  9885 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 0.
I20260630 12:36:35.609465  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.614900  9852 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:35.616081  9958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:35.616667  9958 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 0.
I20260630 12:36:35.616781 10022 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.617877  9887 raft_consensus.cc:2393] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7804534a03ff4d6d8690ac190b3a8df2 in current term 1: Already voted for candidate c5f51588055a4ddb99debdf6a53d4d83 in this term.
I20260630 12:36:35.617868  9777 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.616082 10017 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.627383 10022 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.628041 10022 raft_consensus.cc:2804] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.628482 10022 raft_consensus.cc:697] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Becoming Leader. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Running, Role: LEADER
I20260630 12:36:35.629323 10022 consensus_queue.cc:237] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.631783  9811 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 0.
I20260630 12:36:35.632480 10027 raft_consensus.cc:2804] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.634788 10027 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.636164 10027 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.639725  9960 raft_consensus.cc:2468] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 1.
I20260630 12:36:35.640177 10014 raft_consensus.cc:493] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.640865 10014 raft_consensus.cc:515] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.643103 10014 leader_election.cc:290] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:35.646006 10027 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.650147  9961 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 1.
I20260630 12:36:35.608385 10018 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.654732  9959 raft_consensus.cc:2468] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 1.
I20260630 12:36:35.660790 10018 raft_consensus.cc:2804] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.663630 10018 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.664017 10018 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.665341 10027 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 1 election: Requested vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
W20260630 12:36:35.658658  9850 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.111.65:36011, user_credentials={real_user=slave}} blocked reactor thread for 70817us
I20260630 12:36:35.666389  9960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.667114  9960 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.667172  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:35.668183  9811 raft_consensus.cc:2393] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 in current term 1: Already voted for candidate 7804534a03ff4d6d8690ac190b3a8df2 in this term.
I20260630 12:36:35.668883 10014 raft_consensus.cc:493] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:35.666524  9887 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:35.663944  9886 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 1.
W20260630 12:36:35.672806  9852 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.111.67:46421, user_credentials={real_user=slave}} blocked reactor thread for 58005.9us
I20260630 12:36:35.673053  9777 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.669413 10014 raft_consensus.cc:515] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.676203  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.676851  9812 raft_consensus.cc:2468] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 0.
I20260630 12:36:35.678395  9777 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:35.679260 10017 raft_consensus.cc:2804] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.676139  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.683876  9924 leader_election.cc:304] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.684755  9959 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.685513  9959 raft_consensus.cc:2393] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 in current term 1: Already voted for candidate 7804534a03ff4d6d8690ac190b3a8df2 in this term.
I20260630 12:36:35.686488 10027 raft_consensus.cc:2804] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.684156 10014 leader_election.cc:290] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:35.687700 10014 raft_consensus.cc:2804] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.688009 10014 raft_consensus.cc:493] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.688328 10014 raft_consensus.cc:3060] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.690598  9852 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2
I20260630 12:36:35.692023  9702 catalog_manager.cc:5697] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 reported cstate change: term changed from 0 to 1, leader changed from <none> to c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "c5f51588055a4ddb99debdf6a53d4d83" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:35.686576 10017 raft_consensus.cc:697] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:35.693960  9960 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 1.
I20260630 12:36:35.696408 10095 raft_consensus.cc:2749] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:35.695113 10014 raft_consensus.cc:515] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.704866  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:35.707129  9884 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.707664  9812 raft_consensus.cc:2468] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 0.
I20260630 12:36:35.707767  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.699623 10017 consensus_queue.cc:237] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.706292  9885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:35.708851  9886 raft_consensus.cc:2393] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 21ddba891a864a8fbda48b8871fb6d73 in current term 1: Already voted for candidate c5f51588055a4ddb99debdf6a53d4d83 in this term.
I20260630 12:36:35.708987  9885 raft_consensus.cc:2468] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 0.
I20260630 12:36:35.701218 10018 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.704401  9777 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.707907  9884 raft_consensus.cc:2468] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 0.
I20260630 12:36:35.710141 10099 raft_consensus.cc:2804] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.710863 10099 raft_consensus.cc:697] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:35.708783 10014 leader_election.cc:290] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:35.711753  9887 raft_consensus.cc:2393] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 7804534a03ff4d6d8690ac190b3a8df2 in current term 1: Already voted for candidate c5f51588055a4ddb99debdf6a53d4d83 in this term.
I20260630 12:36:35.710903  9924 leader_election.cc:304] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.712083 10099 consensus_queue.cc:237] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.713873 10014 raft_consensus.cc:2804] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:35.714264  9810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:35.714234 10014 raft_consensus.cc:493] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:35.715029 10014 raft_consensus.cc:3060] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.715338  9884 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:35.706794 10027 raft_consensus.cc:697] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:35.715931  9884 raft_consensus.cc:3060] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.716846  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:35.717463  9812 raft_consensus.cc:3060] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.722751  9884 raft_consensus.cc:2468] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 1.
I20260630 12:36:35.727123 10018 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 1 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:35.723747 10027 consensus_queue.cc:237] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.725158  9812 raft_consensus.cc:2468] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 1.
I20260630 12:36:35.727725  9960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:35.728905  9924 leader_election.cc:304] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.729787 10098 raft_consensus.cc:2804] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.728523  9960 raft_consensus.cc:2393] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 in current term 1: Already voted for candidate 7804534a03ff4d6d8690ac190b3a8df2 in this term.
I20260630 12:36:35.731078  9852 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2
I20260630 12:36:35.732501 10018 raft_consensus.cc:2749] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:35.739715 10098 raft_consensus.cc:697] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Becoming Leader. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Running, Role: LEADER
I20260630 12:36:35.740702 10098 consensus_queue.cc:237] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.743355  9924 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:35.741257 10014 raft_consensus.cc:515] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.749100 10098 raft_consensus.cc:2749] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:35.749981  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:35.750638  9811 raft_consensus.cc:3060] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.751387  9708 catalog_manager.cc:5697] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: term changed from 0 to 1, leader changed from <none> to 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "21ddba891a864a8fbda48b8871fb6d73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:35.752156 10014 leader_election.cc:290] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 1 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:35.753306  9884 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:35.753908  9884 raft_consensus.cc:3060] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:35.757652  9811 raft_consensus.cc:2468] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 1.
I20260630 12:36:35.758735  9924 leader_election.cc:304] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:35.758426  9705 catalog_manager.cc:5697] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:35.759728 10014 raft_consensus.cc:2804] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:35.760267 10014 raft_consensus.cc:697] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Becoming Leader. State: Replica: 21ddba891a864a8fbda48b8871fb6d73, State: Running, Role: LEADER
I20260630 12:36:35.759995  9705 catalog_manager.cc:5697] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:35.761230 10014 consensus_queue.cc:237] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:35.761624  9884 raft_consensus.cc:2468] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21ddba891a864a8fbda48b8871fb6d73 in term 1.
I20260630 12:36:35.769685  9708 catalog_manager.cc:5697] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: term changed from 0 to 1, leader changed from <none> to 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "21ddba891a864a8fbda48b8871fb6d73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:35.775272  9705 catalog_manager.cc:5697] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:36.107987 10018 consensus_queue.cc:1048] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.127231 10094 consensus_queue.cc:1048] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.135556 10014 consensus_queue.cc:1048] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.161033 10027 consensus_queue.cc:1048] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.165673 10098 consensus_queue.cc:1048] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.168154  9959 raft_consensus.cc:1275] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:36.168524  9884 raft_consensus.cc:1275] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:36.170490 10017 consensus_queue.cc:1048] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.172082 10017 consensus_queue.cc:1048] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.184417  9961 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:36.185818  9885 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:36.188974  9885 raft_consensus.cc:1275] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:36.191303 10017 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.192085 10098 consensus_queue.cc:1048] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.192855 10017 consensus_queue.cc:1048] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.194365 10017 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:36.397436 10098 consensus_queue.cc:1048] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:36:36.494933 10149 log.cc:927] Time spent T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: Append to log took a long time: real 0.056s	user 0.000s	sys 0.001s
W20260630 12:36:36.663868  9850 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.65:36011, user_credentials={real_user=slave}} blocked reactor thread for 155285us
W20260630 12:36:37.057894 10112 meta_cache.cc:1261] Time spent looking up entry by key: real 0.071s	user 0.002s	sys 0.000s
W20260630 12:36:37.529984  9777 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.67:46421, user_credentials={real_user=slave}} blocked reactor thread for 168950us
W20260630 12:36:38.578709   450 debug-util.cc:398] Leaking SignalData structure 0x7b080000f120 after lost signal to thread 9775
W20260630 12:36:38.579393   450 kernel_stack_watchdog.cc:198] Thread 9775 stuck at /apache/dev/git/kudu/src/kudu/rpc/outbound_call.cc:307 for 209ms:
Kernel stack:
(could not read kernel stack)
User stack:
<Timed out: thread did not respond: maybe it is blocking signals>
I20260630 12:36:38.626057 10145 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:42324 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=74, attempt_no=0}) took 1314 ms. Trace:
I20260630 12:36:38.626427 10145 rpcz_store.cc:276] 0630 12:36:37.311663 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.311811 (+   148us) service_pool.cc:224] Handling call
0630 12:36:38.625915 (+1314104us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.351382 (+     0us) write_op.cc:183] PREPARE: starting on tablet 30feeb614e7b434490ad8c0d8f73a06c
0630 12:36:37.351851 (+   469us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.351883 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:36:37.351899 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:37.352636 (+   737us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.352680 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.352707 (+    27us) tablet.cc:685] Acquiring locks for 10 operations
0630 12:36:37.353272 (+   565us) tablet.cc:701] Row locks acquired
0630 12:36:37.353293 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:37.353459 (+   166us) write_op.cc:270] Start()
0630 12:36:37.353563 (+   104us) write_op.cc:276] Timestamp: P: 1782822997353416 usec, L: 0
0630 12:36:37.353582 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.354131 (+   549us) log.cc:844] Serialized 744 byte log entry
0630 12:36:38.593163 (+1239032us) op_driver.cc:464] REPLICATION: finished
0630 12:36:38.623547 (+ 30384us) write_op.cc:301] APPLY: starting
0630 12:36:38.623611 (+    64us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:38.623762 (+   151us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:38.623831 (+    69us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:38.624884 (+  1053us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:38.625034 (+   150us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:38.625065 (+    31us) write_op.cc:312] APPLY: finished
0630 12:36:38.625297 (+   232us) log.cc:844] Serialized 76 byte log entry
0630 12:36:38.625481 (+   184us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:38.625582 (+   101us) write_op.cc:454] Released schema lock
0630 12:36:38.625625 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":30169,"num_ops":10,"prepare.queue_time_us":38365,"prepare.run_cpu_time_us":3045,"prepare.run_wall_time_us":19556,"replication_time_us":1239442}]]}
I20260630 12:36:38.638660 10145 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:42324 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=76, attempt_no=0}) took 1281 ms. Trace:
I20260630 12:36:38.638969 10145 rpcz_store.cc:276] 0630 12:36:37.357515 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.368627 (+ 11112us) service_pool.cc:224] Handling call
0630 12:36:38.638609 (+1269982us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.371127 (+     0us) write_op.cc:183] PREPARE: starting on tablet 30feeb614e7b434490ad8c0d8f73a06c
0630 12:36:37.371653 (+   526us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.371683 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:36:37.371698 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:37.372556 (+   858us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.372603 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.372630 (+    27us) tablet.cc:685] Acquiring locks for 12 operations
0630 12:36:37.373415 (+   785us) tablet.cc:701] Row locks acquired
0630 12:36:37.373434 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:37.373614 (+   180us) write_op.cc:270] Start()
0630 12:36:37.373733 (+   119us) write_op.cc:276] Timestamp: P: 1782822997373569 usec, L: 0
0630 12:36:37.373756 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.374411 (+   655us) log.cc:844] Serialized 830 byte log entry
0630 12:36:38.593475 (+1219064us) op_driver.cc:464] REPLICATION: finished
0630 12:36:38.634014 (+ 40539us) write_op.cc:301] APPLY: starting
0630 12:36:38.634083 (+    69us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:38.634321 (+   238us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:38.634409 (+    88us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:38.637777 (+  3368us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:38.637919 (+   142us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:38.637946 (+    27us) write_op.cc:312] APPLY: finished
0630 12:36:38.638139 (+   193us) log.cc:844] Serialized 88 byte log entry
0630 12:36:38.638276 (+   137us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:38.638358 (+    82us) write_op.cc:454] Released schema lock
0630 12:36:38.638389 (+    31us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":40312,"num_ops":12,"prepare.queue_time_us":1246,"prepare.run_cpu_time_us":3561,"prepare.run_wall_time_us":4908,"replication_time_us":1219606}]]}
I20260630 12:36:38.645723 10151 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35474 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=77, attempt_no=0}) took 1250 ms. Trace:
I20260630 12:36:38.646088 10151 rpcz_store.cc:276] 0630 12:36:37.395180 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.395334 (+   154us) service_pool.cc:224] Handling call
0630 12:36:38.645657 (+1250323us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.423064 (+     0us) write_op.cc:183] PREPARE: starting on tablet de5c6d8f63804e19b39c0d54704cf1d8
0630 12:36:37.423833 (+   769us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.423875 (+    42us) write_op.cc:435] Acquired schema lock
0630 12:36:37.423890 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:37.424546 (+   656us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.424611 (+    65us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.424639 (+    28us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:37.425182 (+   543us) tablet.cc:701] Row locks acquired
0630 12:36:37.425200 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:37.425396 (+   196us) write_op.cc:270] Start()
0630 12:36:37.425502 (+   106us) write_op.cc:276] Timestamp: P: 1782822997425353 usec, L: 0
0630 12:36:37.425520 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.426222 (+   702us) log.cc:844] Serialized 614 byte log entry
0630 12:36:38.643436 (+1217214us) op_driver.cc:464] REPLICATION: finished
0630 12:36:38.643734 (+   298us) write_op.cc:301] APPLY: starting
0630 12:36:38.643814 (+    80us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:38.643977 (+   163us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:38.644080 (+   103us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:38.644841 (+   761us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:38.644971 (+   130us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:38.644998 (+    27us) write_op.cc:312] APPLY: finished
0630 12:36:38.645178 (+   180us) log.cc:844] Serialized 58 byte log entry
0630 12:36:38.645302 (+   124us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:38.645368 (+    66us) write_op.cc:454] Released schema lock
0630 12:36:38.645393 (+    25us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":106,"mutex_wait_us":122,"num_ops":7,"prepare.queue_time_us":26306,"prepare.run_cpu_time_us":3365,"prepare.run_wall_time_us":7292,"raft.queue_time_us":200,"raft.run_cpu_time_us":2019,"raft.run_wall_time_us":2018,"replication_time_us":1217756}]]}
I20260630 12:36:38.941947 10014 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:38.942579 10014 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:38.945510 10014 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
W20260630 12:36:39.049028  9775 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:42741, user_credentials={real_user=slave}} blocked reactor thread for 1.68028e+06us
I20260630 12:36:39.357817 10168 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.358332 10168 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.360364 10168 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.372493 10168 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.373343 10168 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.375653 10168 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.376174 10168 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.376672  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:39.376675 10168 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
W20260630 12:36:39.377866  9775 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:42741, user_credentials={real_user=slave}} blocked reactor thread for 328100us
I20260630 12:36:39.379437  9958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:39.380369  9958 raft_consensus.cc:2410] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 for term 2 because replica has last-logged OpId of term: 1 index: 14, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 13.
W20260630 12:36:39.377400  9777 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.67:46421, user_credentials={real_user=slave}} blocked reactor thread for 1.84608e+06us
I20260630 12:36:39.381172 10168 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.379396  9961 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 1.
I20260630 12:36:39.385391  9852 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:39.386353 10168 raft_consensus.cc:2804] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:39.386763 10168 raft_consensus.cc:493] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.387157 10168 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:39.392944  9809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:39.396183 10168 raft_consensus.cc:515] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.389138  9961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:39.397092  9961 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 1.
I20260630 12:36:39.398038  9810 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:39.398321  9852 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:39.399791  9850 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2
I20260630 12:36:39.401324  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:39.402063 10168 leader_election.cc:290] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 2 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.402599 10168 raft_consensus.cc:2749] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:39.399741 10169 raft_consensus.cc:2804] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:39.403293 10169 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.403687 10169 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:39.404107  9908 debug-util.cc:398] Leaking SignalData structure 0x7b0800040e60 after lost signal to thread 448
W20260630 12:36:39.405182  9908 debug-util.cc:398] Leaking SignalData structure 0x7b0800166a20 after lost signal to thread 9744
I20260630 12:36:39.405753  9958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:39.406270  9958 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:39.406467  9908 debug-util.cc:398] Leaking SignalData structure 0x7b0800136c20 after lost signal to thread 9836
I20260630 12:36:39.410221 10099 raft_consensus.cc:493] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 21ddba891a864a8fbda48b8871fb6d73)
I20260630 12:36:39.411629 10169 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.414923  9959 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:39.415661 10175 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:39.415866  9886 raft_consensus.cc:1240] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Rejecting Update request from peer 7804534a03ff4d6d8690ac190b3a8df2 for earlier term 1. Current term is 2. Ops: [1.14-1.15]
I20260630 12:36:39.416441  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:39.416627 10169 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [CANDIDATE]: Term 2 election: Requested vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
W20260630 12:36:39.418059  9908 debug-util.cc:398] Leaking SignalData structure 0x7b080027c9e0 after lost signal to thread 9911
I20260630 12:36:39.417874 10175 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
W20260630 12:36:39.419281  9908 debug-util.cc:398] Leaking SignalData structure 0x7b0800049580 after lost signal to thread 9985
I20260630 12:36:39.410679 10099 raft_consensus.cc:515] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.435349 10099 leader_election.cc:290] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.421948  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 2 candidate_status { last_received { term: 1 index: 14 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:39.438366 10099 consensus_queue.cc:1059] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: INVALID_TERM, Last received: 1.13, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:36:39.427078  9812 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "752abe52750b41a789af51b688ad8f97" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 2 candidate_status { last_received { term: 1 index: 14 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2" is_pre_election: true
I20260630 12:36:39.420413 10175 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:39.449862  9924 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:39.450661 10175 raft_consensus.cc:2749] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:39.438735  9958 raft_consensus.cc:2468] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5f51588055a4ddb99debdf6a53d4d83 in term 2.
I20260630 12:36:39.440740  9886 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 2 candidate_status { last_received { term: 1 index: 14 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:39.423543 10171 raft_consensus.cc:493] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 21ddba891a864a8fbda48b8871fb6d73)
I20260630 12:36:39.453595 10171 raft_consensus.cc:515] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.441614  9882 raft_consensus.cc:1240] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Rejecting Update request from peer 7804534a03ff4d6d8690ac190b3a8df2 for earlier term 1. Current term is 2. Ops: [1.14-1.15]
I20260630 12:36:39.455837 10171 leader_election.cc:290] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:39.456398 10171 raft_consensus.cc:3055] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:39.456748 10171 raft_consensus.cc:740] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:39.458452 10171 consensus_queue.cc:260] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.15, Last appended by leader: 15, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.459676 10171 raft_consensus.cc:3060] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:39.468000  9777 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.67:46421, user_credentials={real_user=slave}} blocked reactor thread for 84541us
I20260630 12:36:39.469218  9887 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "21ddba891a864a8fbda48b8871fb6d73" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:39.470067  9887 raft_consensus.cc:2393] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 21ddba891a864a8fbda48b8871fb6d73 in current term 2: Already voted for candidate c5f51588055a4ddb99debdf6a53d4d83 in this term.
I20260630 12:36:39.471333  9957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d863574739064b63958f6a4e8222bfe1" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 2 candidate_status { last_received { term: 1 index: 14 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:39.472783  9956 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:39.473636  9852 leader_election.cc:304] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [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: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:39.472818  9959 raft_consensus.cc:1240] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Rejecting Update request from peer 7804534a03ff4d6d8690ac190b3a8df2 for earlier term 1. Current term is 2. Ops: [1.14-1.15]
I20260630 12:36:39.474524 10169 raft_consensus.cc:2804] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:39.475013 10169 raft_consensus.cc:697] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 LEADER]: Becoming Leader. State: Replica: c5f51588055a4ddb99debdf6a53d4d83, State: Running, Role: LEADER
I20260630 12:36:39.475291  9777 leader_election.cc:304] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [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: 7804534a03ff4d6d8690ac190b3a8df2; no voters: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:39.476097 10169 consensus_queue.cc:237] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.479880  9924 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:39.484174  9887 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:39.499542 10175 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:39.504951 10027 consensus_queue.cc:1059] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: INVALID_TERM, Last received: 1.13, Next index: 14, Last known committed idx: 13, Time since last communication: 0.001s
I20260630 12:36:39.506232 10139 raft_consensus.cc:3055] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:39.506570 10139 raft_consensus.cc:740] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:39.507259 10175 raft_consensus.cc:2749] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:39.507330 10139 consensus_queue.cc:260] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.15, Last appended by leader: 15, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:39.508502 10179 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35474 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=82, attempt_no=0}) took 2087 ms. Trace:
I20260630 12:36:39.509737  9775 leader_election.cc:304] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [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: 7804534a03ff4d6d8690ac190b3a8df2; no voters: 21ddba891a864a8fbda48b8871fb6d73, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:39.512863 10139 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:39.508965 10179 rpcz_store.cc:276] 0630 12:36:37.421240 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.421410 (+   170us) service_pool.cc:224] Handling call
0630 12:36:39.508311 (+2086901us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.430778 (+     0us) write_op.cc:183] PREPARE: starting on tablet de5c6d8f63804e19b39c0d54704cf1d8
0630 12:36:37.431360 (+   582us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.431397 (+    37us) write_op.cc:435] Acquired schema lock
0630 12:36:37.431414 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:37.431976 (+   562us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.432028 (+    52us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.432060 (+    32us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:37.432470 (+   410us) tablet.cc:701] Row locks acquired
0630 12:36:37.432496 (+    26us) write_op.cc:260] PREPARE: finished
0630 12:36:37.432818 (+   322us) write_op.cc:270] Start()
0630 12:36:37.432933 (+   115us) write_op.cc:276] Timestamp: P: 1782822997432771 usec, L: 0
0630 12:36:37.432950 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.433620 (+   670us) log.cc:844] Serialized 528 byte log entry
0630 12:36:39.447168 (+2013548us) op_driver.cc:464] REPLICATION: finished
0630 12:36:39.483409 (+ 36241us) write_op.cc:301] APPLY: starting
0630 12:36:39.483485 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:39.483661 (+   176us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:39.483805 (+   144us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:39.484638 (+   833us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:39.484832 (+   194us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:39.484878 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:39.485103 (+   225us) log.cc:844] Serialized 46 byte log entry
0630 12:36:39.507701 (+ 22598us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:39.507942 (+   241us) write_op.cc:454] Released schema lock
0630 12:36:39.507981 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":36030,"num_ops":5,"prepare.queue_time_us":7861,"prepare.run_cpu_time_us":3169,"prepare.run_wall_time_us":3170,"replication_time_us":2014076,"spinlock_wait_cycles":226048,"thread_start_us":35708,"threads_started":1}]]}
I20260630 12:36:39.527416 10027 raft_consensus.cc:2749] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:36:39.513528  9850 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.111.65:36011, user_credentials={real_user=slave}} blocked reactor thread for 113819us
I20260630 12:36:39.529743  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "184259c0e8a34ec08b7c138c577c55d7" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:39.530589  9811 raft_consensus.cc:2410] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 for term 2 because replica has last-logged OpId of term: 1 index: 15, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 13.
I20260630 12:36:39.531904 10176 raft_consensus.cc:2749] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:39.532788  9811 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "c5f51588055a4ddb99debdf6a53d4d83" candidate_term: 2 candidate_status { last_received { term: 1 index: 13 } } ignore_live_leader: false dest_uuid: "7804534a03ff4d6d8690ac190b3a8df2"
I20260630 12:36:39.530490  9708 catalog_manager.cc:5697] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 reported cstate change: term changed from 1 to 2, leader changed from 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65) to c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66). New cstate: current_term: 2 leader_uuid: "c5f51588055a4ddb99debdf6a53d4d83" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:39.516055 10184 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=72, attempt_no=0}) took 2200 ms. Trace:
I20260630 12:36:39.536319 10184 rpcz_store.cc:276] 0630 12:36:37.315699 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.315852 (+   153us) service_pool.cc:224] Handling call
0630 12:36:39.515843 (+2199991us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.344124 (+     0us) write_op.cc:183] PREPARE: starting on tablet 752abe52750b41a789af51b688ad8f97
0630 12:36:37.344608 (+   484us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.344640 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:36:37.344655 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:37.345071 (+   416us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.345110 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.345126 (+    16us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:37.345407 (+   281us) tablet.cc:701] Row locks acquired
0630 12:36:37.345416 (+     9us) write_op.cc:260] PREPARE: finished
0630 12:36:37.345569 (+   153us) write_op.cc:270] Start()
0630 12:36:37.345675 (+   106us) write_op.cc:276] Timestamp: P: 1782822997345528 usec, L: 0
0630 12:36:37.345697 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.364705 (+ 19008us) log.cc:844] Serialized 571 byte log entry
0630 12:36:37.406267 (+ 41562us) spinlock_profiling.cc:243] Waited 18.3 ms on lock 0x7b54005c5654. stack: 00007f83204f9983 00007f83204f9880 00007f831fe891d4 000000000042d824 000000000042d7b9 00007f8323580571 00007f8323612e28 00007f832704d581 00007f832704cd58 00007f83270519f1 00007f83270519a9 00007f8327051939 00007f8327051901 00007f8327050b2d 000000000043f3c4 000000000043f209
0630 12:36:39.457112 (+2050845us) op_driver.cc:464] REPLICATION: finished
0630 12:36:39.486510 (+ 29398us) write_op.cc:301] APPLY: starting
0630 12:36:39.486598 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:39.486767 (+   169us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:39.486789 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:39.487736 (+   947us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:39.487909 (+   173us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:39.487950 (+    41us) write_op.cc:312] APPLY: finished
0630 12:36:39.506960 (+ 19010us) log.cc:844] Serialized 52 byte log entry
0630 12:36:39.515317 (+  8357us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:39.515420 (+   103us) write_op.cc:454] Released schema lock
0630 12:36:39.515461 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":29170,"mutex_wait_us":1998467,"num_ops":6,"prepare.queue_time_us":27075,"prepare.run_cpu_time_us":9879,"prepare.run_wall_time_us":92616,"raft.queue_time_us":30418,"raft.run_cpu_time_us":689,"raft.run_wall_time_us":688,"replication_time_us":2111268,"spinlock_wait_cycles":42202368,"thread_start_us":70467,"threads_started":2,"wal-append.queue_time_us":7449}]]}
I20260630 12:36:39.547405  9811 raft_consensus.cc:2410] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate c5f51588055a4ddb99debdf6a53d4d83 for term 2 because replica has last-logged OpId of term: 1 index: 15, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 13.
I20260630 12:36:39.550235 10188 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=78, attempt_no=0}) took 2152 ms. Trace:
I20260630 12:36:39.550437  9850 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [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: c5f51588055a4ddb99debdf6a53d4d83; no voters: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2
I20260630 12:36:39.554347 10174 raft_consensus.cc:2749] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:39.551990 10188 rpcz_store.cc:276] 0630 12:36:37.397450 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.397598 (+   148us) service_pool.cc:224] Handling call
0630 12:36:39.550033 (+2152435us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.542963 (+     0us) write_op.cc:183] PREPARE: starting on tablet 752abe52750b41a789af51b688ad8f97
0630 12:36:37.543835 (+   872us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.543859 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:36:37.543874 (+    15us) tablet.cc:662] Decoding operations
0630 12:36:37.547122 (+  3248us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.547187 (+    65us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.547215 (+    28us) tablet.cc:685] Acquiring locks for 8 operations
0630 12:36:37.547639 (+   424us) tablet.cc:701] Row locks acquired
0630 12:36:37.547655 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:37.547816 (+   161us) write_op.cc:270] Start()
0630 12:36:37.547915 (+    99us) write_op.cc:276] Timestamp: P: 1782822997547770 usec, L: 0
0630 12:36:37.547930 (+    15us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.548912 (+   982us) log.cc:844] Serialized 658 byte log entry
0630 12:36:39.525748 (+1976836us) op_driver.cc:464] REPLICATION: finished
0630 12:36:39.528594 (+  2846us) write_op.cc:301] APPLY: starting
0630 12:36:39.528679 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:39.528853 (+   174us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:39.528978 (+   125us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:39.546830 (+ 17852us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:39.547037 (+   207us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:39.547084 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:39.547337 (+   253us) log.cc:844] Serialized 64 byte log entry
0630 12:36:39.549517 (+  2180us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:39.549637 (+   120us) write_op.cc:454] Released schema lock
0630 12:36:39.549693 (+    56us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":2672,"num_ops":8,"prepare.queue_time_us":143940,"prepare.run_cpu_time_us":2957,"prepare.run_wall_time_us":7699,"replication_time_us":1977669}]]}
W20260630 12:36:39.580041   450 debug-util.cc:398] Leaking SignalData structure 0x7b080000f4a0 after lost signal to thread 9775
I20260630 12:36:39.906219  9812 raft_consensus.cc:1275] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Refusing update from remote peer c5f51588055a4ddb99debdf6a53d4d83: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 2 index: 14. (term mismatch)
I20260630 12:36:39.906577  9812 pending_rounds.cc:85] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Aborting all ops after (but not including) 13
I20260630 12:36:39.906769  9812 pending_rounds.cc:107] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Aborting uncommitted WRITE_OP operation due to leader change: 1.14
W20260630 12:36:39.907488  9812 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41804: Aborted: Op aborted by new leader
I20260630 12:36:39.908175  9812 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=70, attempt_no=0}) took 2606 ms. Trace:
I20260630 12:36:39.908442  9812 rpcz_store.cc:276] 0630 12:36:37.301534 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.302064 (+   530us) service_pool.cc:224] Handling call
0630 12:36:39.908126 (+2606062us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.311416 (+     0us) write_op.cc:183] PREPARE: starting on tablet 184259c0e8a34ec08b7c138c577c55d7
0630 12:36:37.311901 (+   485us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.311932 (+    31us) write_op.cc:435] Acquired schema lock
0630 12:36:37.311948 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:37.312411 (+   463us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.312458 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.312485 (+    27us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:37.312884 (+   399us) tablet.cc:701] Row locks acquired
0630 12:36:37.312902 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:37.313061 (+   159us) write_op.cc:270] Start()
0630 12:36:37.313152 (+    91us) write_op.cc:276] Timestamp: P: 1782822997313023 usec, L: 0
0630 12:36:37.313174 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.313714 (+   540us) log.cc:844] Serialized 571 byte log entry
0630 12:36:39.907197 (+2593483us) op_driver.cc:464] REPLICATION: finished
0630 12:36:39.907275 (+    78us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0630 12:36:39.907302 (+    27us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:39.907417 (+   115us) write_op.cc:454] Released schema lock
0630 12:36:39.907448 (+    31us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":6,"prepare.queue_time_us":8165,"prepare.run_cpu_time_us":2547,"prepare.run_wall_time_us":2546,"replication_time_us":2593816}]]}
I20260630 12:36:39.910403  9812 pending_rounds.cc:107] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: Aborting uncommitted WRITE_OP operation due to leader change: 1.15
W20260630 12:36:39.910997  9812 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41804: Aborted: Op aborted by new leader
I20260630 12:36:39.911509  9812 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=80, attempt_no=0}) took 2512 ms. Trace:
I20260630 12:36:39.911760  9812 rpcz_store.cc:276] 0630 12:36:37.398865 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.399029 (+   164us) service_pool.cc:224] Handling call
0630 12:36:39.911464 (+2512435us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.400551 (+     0us) write_op.cc:183] PREPARE: starting on tablet 184259c0e8a34ec08b7c138c577c55d7
0630 12:36:37.401183 (+   632us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.401221 (+    38us) write_op.cc:435] Acquired schema lock
0630 12:36:37.401238 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:37.401748 (+   510us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.401793 (+    45us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.401820 (+    27us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:37.402272 (+   452us) tablet.cc:701] Row locks acquired
0630 12:36:37.402289 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:37.402479 (+   190us) write_op.cc:270] Start()
0630 12:36:37.402608 (+   129us) write_op.cc:276] Timestamp: P: 1782822997402433 usec, L: 0
0630 12:36:37.402629 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.407097 (+  4468us) log.cc:844] Serialized 571 byte log entry
0630 12:36:39.910787 (+2503690us) op_driver.cc:464] REPLICATION: finished
0630 12:36:39.910817 (+    30us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0630 12:36:39.910835 (+    18us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:39.910938 (+   103us) write_op.cc:454] Released schema lock
0630 12:36:39.910970 (+    32us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":6,"prepare.queue_time_us":203,"prepare.run_cpu_time_us":3257,"prepare.run_wall_time_us":6914,"replication_time_us":2508013}]]}
I20260630 12:36:39.915346 10174 consensus_queue.cc:1048] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:36:39.923038  9961 raft_consensus.cc:1275] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Refusing update from remote peer c5f51588055a4ddb99debdf6a53d4d83: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 2 index: 15. (index mismatch)
I20260630 12:36:39.925238 10174 consensus_queue.cc:1048] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 14, Last known committed idx: 12, Time since last communication: 0.000s
W20260630 12:36:40.368590  9982 debug-util.cc:398] Leaking SignalData structure 0x7b080009dec0 after lost signal to thread 448
W20260630 12:36:40.369725  9982 debug-util.cc:398] Leaking SignalData structure 0x7b08002ebf80 after lost signal to thread 9744
W20260630 12:36:40.370151  9982 debug-util.cc:398] Leaking SignalData structure 0x7b08000db7e0 after lost signal to thread 9775
W20260630 12:36:40.370975  9982 debug-util.cc:398] Leaking SignalData structure 0x7b080005cc80 after lost signal to thread 9836
W20260630 12:36:40.371891  9982 debug-util.cc:398] Leaking SignalData structure 0x7b08001d8b60 after lost signal to thread 9911
W20260630 12:36:40.372766  9982 debug-util.cc:398] Leaking SignalData structure 0x7b08002b4e40 after lost signal to thread 9985
I20260630 12:36:41.253686 10200 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:41.254257 10200 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:41.257032  9883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 3 candidate_status { last_received { term: 1 index: 15 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83" is_pre_election: true
I20260630 12:36:41.257406  9960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 3 candidate_status { last_received { term: 1 index: 15 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73" is_pre_election: true
I20260630 12:36:41.257656  9883 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 2.
I20260630 12:36:41.258072  9960 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 2.
I20260630 12:36:41.259124  9775 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [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: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83; no voters: 
I20260630 12:36:41.259613 10200 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:41.260191 10200 raft_consensus.cc:2804] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:41.260567 10200 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:41.260919 10200 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:41.268321 10200 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:41.270910  9883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 3 candidate_status { last_received { term: 1 index: 15 } } ignore_live_leader: false dest_uuid: "c5f51588055a4ddb99debdf6a53d4d83"
I20260630 12:36:41.271270  9960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "486e8d254c3248babd9dbef40373aa9a" candidate_uuid: "7804534a03ff4d6d8690ac190b3a8df2" candidate_term: 3 candidate_status { last_received { term: 1 index: 15 } } ignore_live_leader: false dest_uuid: "21ddba891a864a8fbda48b8871fb6d73"
I20260630 12:36:41.271461  9883 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:41.271842  9960 raft_consensus.cc:3060] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:41.278806  9960 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 3.
I20260630 12:36:41.279109  9883 raft_consensus.cc:2468] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7804534a03ff4d6d8690ac190b3a8df2 in term 3.
I20260630 12:36:41.280040  9777 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [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: 21ddba891a864a8fbda48b8871fb6d73, 7804534a03ff4d6d8690ac190b3a8df2; no voters: 
I20260630 12:36:41.280745 10200 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [CANDIDATE]: Term 3 election: Requested vote from peers c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741), 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:41.281064 10202 raft_consensus.cc:2804] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:41.281668 10202 raft_consensus.cc:697] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 LEADER]: Becoming Leader. State: Replica: 7804534a03ff4d6d8690ac190b3a8df2, State: Running, Role: LEADER
I20260630 12:36:41.282603 10202 consensus_queue.cc:237] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 13, Committed index: 13, Last appended: 1.15, Last appended by leader: 15, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } }
I20260630 12:36:41.291069  9703 catalog_manager.cc:5697] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:41.753230  9960 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 3 index: 16. (index mismatch)
I20260630 12:36:41.754889 10202 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 13, Time since last communication: 0.000s
I20260630 12:36:41.770641 10209 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=79, attempt_no=0}) took 4372 ms. Trace:
I20260630 12:36:41.771296 10209 rpcz_store.cc:276] 0630 12:36:37.398183 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:37.399295 (+  1112us) service_pool.cc:224] Handling call
0630 12:36:41.770550 (+4371255us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:37.540034 (+     0us) write_op.cc:183] PREPARE: starting on tablet 486e8d254c3248babd9dbef40373aa9a
0630 12:36:37.540514 (+   480us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:37.540545 (+    31us) write_op.cc:435] Acquired schema lock
0630 12:36:37.540561 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:37.541091 (+   530us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:37.541140 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:37.541164 (+    24us) tablet.cc:685] Acquiring locks for 9 operations
0630 12:36:37.541578 (+   414us) tablet.cc:701] Row locks acquired
0630 12:36:37.541592 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:36:37.541772 (+   180us) write_op.cc:270] Start()
0630 12:36:37.541864 (+    92us) write_op.cc:276] Timestamp: P: 1782822997541724 usec, L: 0
0630 12:36:37.541882 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:37.542487 (+   605us) log.cc:844] Serialized 701 byte log entry
0630 12:36:41.763242 (+4220755us) op_driver.cc:464] REPLICATION: finished
0630 12:36:41.767457 (+  4215us) write_op.cc:301] APPLY: starting
0630 12:36:41.767557 (+   100us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:41.767783 (+   226us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:41.767909 (+   126us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:41.769249 (+  1340us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:41.769455 (+   206us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:41.769506 (+    51us) write_op.cc:312] APPLY: finished
0630 12:36:41.769769 (+   263us) log.cc:844] Serialized 70 byte log entry
0630 12:36:41.769971 (+   202us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:41.770082 (+   111us) write_op.cc:454] Released schema lock
0630 12:36:41.770128 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":3992,"mutex_wait_us":139345,"num_ops":9,"prepare.queue_time_us":139546,"prepare.run_cpu_time_us":2719,"prepare.run_wall_time_us":2719,"replication_time_us":4221188,"thread_start_us":3616,"threads_started":1}]]}
I20260630 12:36:41.779081 10209 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41804 (ReqId={client: 1d4a8685bcfc4d40a96d1ff20c55a9a6, seq_no=83, attempt_no=0}) took 4247 ms. Trace:
I20260630 12:36:41.779800 10209 rpcz_store.cc:276] 0630 12:36:37.531282 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:38.340410 (+809128us) service_pool.cc:224] Handling call
0630 12:36:41.779018 (+3438608us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:38.368900 (+     0us) write_op.cc:183] PREPARE: starting on tablet 486e8d254c3248babd9dbef40373aa9a
0630 12:36:38.369406 (+   506us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:38.369439 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:36:38.369456 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:38.370144 (+   688us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:38.370203 (+    59us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:38.370230 (+    27us) tablet.cc:685] Acquiring locks for 10 operations
0630 12:36:38.370728 (+   498us) tablet.cc:701] Row locks acquired
0630 12:36:38.370746 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:38.370955 (+   209us) write_op.cc:270] Start()
0630 12:36:38.371067 (+   112us) write_op.cc:276] Timestamp: P: 1782822998370894 usec, L: 0
0630 12:36:38.371089 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:38.417556 (+ 46467us) log.cc:844] Serialized 744 byte log entry
0630 12:36:41.767333 (+3349777us) op_driver.cc:464] REPLICATION: finished
0630 12:36:41.775438 (+  8105us) write_op.cc:301] APPLY: starting
0630 12:36:41.775517 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:41.775737 (+   220us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:41.775836 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:41.777252 (+  1416us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:41.777458 (+   206us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:41.777513 (+    55us) write_op.cc:312] APPLY: finished
0630 12:36:41.777764 (+   251us) log.cc:844] Serialized 76 byte log entry
0630 12:36:41.778524 (+   760us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:41.778643 (+   119us) write_op.cc:454] Released schema lock
0630 12:36:41.778685 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":7892,"num_ops":10,"prepare.queue_time_us":26944,"prepare.run_cpu_time_us":3138,"prepare.run_wall_time_us":48928,"replication_time_us":3396101,"threads_started":1}]]}
I20260630 12:36:41.786115   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:36:41.804970  9883 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 1 index: 13. Preceding OpId from leader: term: 3 index: 16. (index mismatch)
I20260630 12:36:41.807416 10202 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 13, Time since last communication: 0.000s
W20260630 12:36:41.855881 10214 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
W20260630 12:36:41.860796 10219 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
I20260630 12:36:41.878695   445 server_base.cc:1061] running on GCE node
W20260630 12:36:41.879233 10223 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
I20260630 12:36:41.880628   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:41.880965   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:41.881244   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823001881225 us; error 0 us; skew 500 ppm
I20260630 12:36:41.882032   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:41.885623   445 webserver.cc:533] Webserver started at http://127.0.111.68:42043/ using document root <none> and password file <none>
I20260630 12:36:41.886354   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:41.886667   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:41.887131   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:41.888902   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "55b19b70e58f4d169f42ddcd63334917"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-rw3v"
I20260630 12:36:41.896638   445 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:41.901389 10227 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.902374   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:41.902788   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "55b19b70e58f4d169f42ddcd63334917"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-rw3v"
I20260630 12:36:41.903239   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822785200141-445-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)
I20260630 12:36:41.924424   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:41.926393   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:41.928557   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:41.932025   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:41.932379   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:41.932710   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:41.932971   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:42.007529   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:35611
I20260630 12:36:42.007656 10289 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:35611 every 8 connection(s)
I20260630 12:36:42.048815 10290 heartbeater.cc:344] Connected to a master server at 127.0.111.126:36675
I20260630 12:36:42.049441 10290 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:42.050339 10290 heartbeater.cc:507] Master 127.0.111.126:36675 requested a full tablet report, sending...
I20260630 12:36:42.052591  9703 ts_manager.cc:194] Registered new tserver with Master: 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68:35611)
I20260630 12:36:42.054548  9703 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53152
I20260630 12:36:42.530673  9883 consensus_queue.cc:237] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:42.544126  9960 raft_consensus.cc:1275] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Refusing update from remote peer c5f51588055a4ddb99debdf6a53d4d83: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.545671 10169 consensus_queue.cc:1048] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:36:42.547354  9812 raft_consensus.cc:1275] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Refusing update from remote peer c5f51588055a4ddb99debdf6a53d4d83: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.551095 10169 consensus_queue.cc:1048] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:36:42.565973 10169 raft_consensus.cc:2955] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.572775  9961 raft_consensus.cc:2955] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.582844  9812 raft_consensus.cc:2955] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.592398  9703 catalog_manager.cc:5697] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "c5f51588055a4ddb99debdf6a53d4d83" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
W20260630 12:36:42.612696  9851 consensus_peers.cc:597] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 -> Peer 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68:35611): Couldn't send request to peer 55b19b70e58f4d169f42ddcd63334917. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: de5c6d8f63804e19b39c0d54704cf1d8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.616694  9812 consensus_queue.cc:237] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:42.643038  9961 raft_consensus.cc:1275] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.646024 10200 consensus_queue.cc:1048] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:36:42.649271  9883 raft_consensus.cc:1275] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.661204 10202 consensus_queue.cc:1048] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260630 12:36:42.668330  9776 consensus_peers.cc:597] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 -> Peer 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68:35611): Couldn't send request to peer 55b19b70e58f4d169f42ddcd63334917. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 752abe52750b41a789af51b688ad8f97. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.681013 10294 raft_consensus.cc:2955] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.682924  9961 raft_consensus.cc:2955] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.698767  9707 catalog_manager.cc:5697] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.701440  9887 raft_consensus.cc:2955] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.714143  9960 consensus_queue.cc:237] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:42.749002  9887 raft_consensus.cc:1275] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Refusing update from remote peer 21ddba891a864a8fbda48b8871fb6d73: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.752488 10014 consensus_queue.cc:1048] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:36:42.759318  9812 raft_consensus.cc:1275] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Refusing update from remote peer 21ddba891a864a8fbda48b8871fb6d73: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:36:42.763301 10014 consensus_queue.cc:1048] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260630 12:36:42.768684  9925 consensus_peers.cc:597] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 -> Peer 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68:35611): Couldn't send request to peer 55b19b70e58f4d169f42ddcd63334917. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 30feeb614e7b434490ad8c0d8f73a06c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.775184 10316 raft_consensus.cc:2955] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.777998  9887 raft_consensus.cc:2955] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.779922  9812 raft_consensus.cc:2955] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.791008  9811 consensus_queue.cc:237] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 3.16, Last appended by leader: 15, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:42.790966  9707 catalog_manager.cc:5697] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: config changed from index -1 to 16, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "21ddba891a864a8fbda48b8871fb6d73" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:42.820554  9776 consensus_peers.cc:597] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 -> Peer 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68:35611): Couldn't send request to peer 55b19b70e58f4d169f42ddcd63334917. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 486e8d254c3248babd9dbef40373aa9a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.820849  9960 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 3 index: 16. Preceding OpId from leader: term: 3 index: 17. (index mismatch)
I20260630 12:36:42.822410  9887 raft_consensus.cc:1275] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Refusing update from remote peer 7804534a03ff4d6d8690ac190b3a8df2: Log matching property violated. Preceding OpId in replica: term: 3 index: 16. Preceding OpId from leader: term: 3 index: 17. (index mismatch)
I20260630 12:36:42.822309 10200 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:36:42.823953 10294 consensus_queue.cc:1048] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260630 12:36:42.831391 10202 raft_consensus.cc:2955] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 LEADER]: Committing config change with OpId 3.17: config changed from index -1 to 17, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.833062  9960 raft_consensus.cc:2955] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Committing config change with OpId 3.17: config changed from index -1 to 17, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.841382  9887 raft_consensus.cc:2955] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Committing config change with OpId 3.17: config changed from index -1 to 17, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:42.847476  9708 catalog_manager.cc:5697] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 reported cstate change: config changed from index -1 to 17, NON_VOTER 55b19b70e58f4d169f42ddcd63334917 (127.0.111.68) added. New cstate: current_term: 3 leader_uuid: "7804534a03ff4d6d8690ac190b3a8df2" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } }
I20260630 12:36:43.051394 10321 ts_tablet_manager.cc:933] T 752abe52750b41a789af51b688ad8f97 P 55b19b70e58f4d169f42ddcd63334917: Initiating tablet copy from peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011)
I20260630 12:36:43.053606 10320 ts_tablet_manager.cc:933] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: Initiating tablet copy from peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:43.056568 10321 tablet_copy_client.cc:323] T 752abe52750b41a789af51b688ad8f97 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:36011
I20260630 12:36:43.057576 10290 heartbeater.cc:499] Master 127.0.111.126:36675 was elected leader, sending a full tablet report...
I20260630 12:36:43.067001   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:43.072450 10320 tablet_copy_client.cc:323] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:42741
I20260630 12:36:43.110411  9897 tablet_copy_service.cc:140] P c5f51588055a4ddb99debdf6a53d4d83: Received BeginTabletCopySession request for tablet de5c6d8f63804e19b39c0d54704cf1d8 from peer 55b19b70e58f4d169f42ddcd63334917 ({username='slave'} at 127.0.0.1:50260)
I20260630 12:36:43.110961  9897 tablet_copy_service.cc:161] P c5f51588055a4ddb99debdf6a53d4d83: Beginning new tablet copy session on tablet de5c6d8f63804e19b39c0d54704cf1d8 from peer 55b19b70e58f4d169f42ddcd63334917 at {username='slave'} at 127.0.0.1:50260: session id = 55b19b70e58f4d169f42ddcd63334917-de5c6d8f63804e19b39c0d54704cf1d8
I20260630 12:36:43.128391  9897 tablet_copy_source_session.cc:215] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:43.132742 10320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet de5c6d8f63804e19b39c0d54704cf1d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.139936   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:43.148382   445 tablet_replica.cc:333] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.150002   445 raft_consensus.cc:2243] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.151345   445 raft_consensus.cc:2272] T 486e8d254c3248babd9dbef40373aa9a P 7804534a03ff4d6d8690ac190b3a8df2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.154785   445 tablet_replica.cc:333] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.155594   445 raft_consensus.cc:2243] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.156719   445 raft_consensus.cc:2272] T 752abe52750b41a789af51b688ad8f97 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.160481   445 tablet_replica.cc:333] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.161336 10320 tablet_copy_client.cc:806] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:43.161916 10320 tablet_copy_client.cc:670] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:43.161222   445 raft_consensus.cc:2243] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.162707   445 raft_consensus.cc:2272] T d863574739064b63958f6a4e8222bfe1 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.167374   445 tablet_replica.cc:333] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.168143   445 raft_consensus.cc:2243] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.168866   445 raft_consensus.cc:2272] T 30feeb614e7b434490ad8c0d8f73a06c P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.172528   445 tablet_replica.cc:333] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.173354   445 raft_consensus.cc:2243] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.174036   445 raft_consensus.cc:2272] T 184259c0e8a34ec08b7c138c577c55d7 P 7804534a03ff4d6d8690ac190b3a8df2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.176991   445 tablet_replica.cc:333] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.177712   445 raft_consensus.cc:2243] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.178436   445 raft_consensus.cc:2272] T 7afb5f24af2545b3b3cb605630d2c228 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.179323 10320 tablet_copy_client.cc:538] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:43.182148   445 tablet_replica.cc:333] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.182925   445 raft_consensus.cc:2243] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.183560   445 raft_consensus.cc:2272] T de5c6d8f63804e19b39c0d54704cf1d8 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.187371   445 tablet_replica.cc:333] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2: stopping tablet replica
I20260630 12:36:43.188104   445 raft_consensus.cc:2243] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.188921 10320 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: Bootstrap starting.
I20260630 12:36:43.188928   445 raft_consensus.cc:2272] T 4b32fe271b2f4288a49d86dc5a3aca00 P 7804534a03ff4d6d8690ac190b3a8df2 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:43.230592  9924 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260630 12:36:43.250037  9924 consensus_peers.cc:597] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 -> Peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Couldn't send request to peer 7804534a03ff4d6d8690ac190b3a8df2. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:43.264261 10327 ts_tablet_manager.cc:933] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Initiating tablet copy from peer 21ddba891a864a8fbda48b8871fb6d73 (127.0.111.67:46421)
I20260630 12:36:43.279163 10327 tablet_copy_client.cc:323] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:46421
I20260630 12:36:43.306752  9971 tablet_copy_service.cc:140] P 21ddba891a864a8fbda48b8871fb6d73: Received BeginTabletCopySession request for tablet 30feeb614e7b434490ad8c0d8f73a06c from peer 55b19b70e58f4d169f42ddcd63334917 ({username='slave'} at 127.0.0.1:47898)
I20260630 12:36:43.307345  9971 tablet_copy_service.cc:161] P 21ddba891a864a8fbda48b8871fb6d73: Beginning new tablet copy session on tablet 30feeb614e7b434490ad8c0d8f73a06c from peer 55b19b70e58f4d169f42ddcd63334917 at {username='slave'} at 127.0.0.1:47898: session id = 55b19b70e58f4d169f42ddcd63334917-30feeb614e7b434490ad8c0d8f73a06c
I20260630 12:36:43.316416  9971 tablet_copy_source_session.cc:215] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:43.319600 10327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 30feeb614e7b434490ad8c0d8f73a06c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.348660   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
W20260630 12:36:43.353238 10229 connection.cc:466] server connection from 127.0.0.1:44414 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:44414 (request call id 2) could send its response
I20260630 12:36:43.370828 10327 tablet_copy_client.cc:806] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:43.372342 10327 tablet_copy_client.cc:670] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:43.383258 10327 tablet_copy_client.cc:538] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:43.392174 10327 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Bootstrap starting.
I20260630 12:36:43.404973   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:36:43.428393  9924 consensus_peers.cc:597] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 -> Peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Couldn't send request to peer 7804534a03ff4d6d8690ac190b3a8df2. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:36011: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:43.430142   445 tablet_copy_service.cc:362] P c5f51588055a4ddb99debdf6a53d4d83: Destroying tablet copy session 55b19b70e58f4d169f42ddcd63334917-de5c6d8f63804e19b39c0d54704cf1d8 due to service shutdown
I20260630 12:36:43.430538   445 tablet_copy_service.cc:434] P c5f51588055a4ddb99debdf6a53d4d83: ending tablet copy session 55b19b70e58f4d169f42ddcd63334917-de5c6d8f63804e19b39c0d54704cf1d8 on tablet de5c6d8f63804e19b39c0d54704cf1d8 with peer 55b19b70e58f4d169f42ddcd63334917
W20260630 12:36:43.484014  9850 consensus_peers.cc:597] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 -> Peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Couldn't send request to peer 7804534a03ff4d6d8690ac190b3a8df2. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:36011: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:43.506093   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:43.506996   445 tablet_replica.cc:333] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.507812   445 raft_consensus.cc:2243] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.508582   445 raft_consensus.cc:2272] T 486e8d254c3248babd9dbef40373aa9a P c5f51588055a4ddb99debdf6a53d4d83 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.512183   445 tablet_replica.cc:333] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.512938   445 raft_consensus.cc:2243] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.513655   445 raft_consensus.cc:2272] T 752abe52750b41a789af51b688ad8f97 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.525622   445 tablet_replica.cc:333] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.526376   445 raft_consensus.cc:2243] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.527025   445 raft_consensus.cc:2272] T d863574739064b63958f6a4e8222bfe1 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.530085   445 tablet_replica.cc:333] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.530788   445 raft_consensus.cc:2243] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.536352   445 raft_consensus.cc:2272] T 30feeb614e7b434490ad8c0d8f73a06c P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.553777   445 tablet_replica.cc:333] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.554693   445 raft_consensus.cc:2243] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:36:43.558717  9924 consensus_peers.cc:597] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 -> Peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741): Couldn't send request to peer c5f51588055a4ddb99debdf6a53d4d83. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:43.564093   445 raft_consensus.cc:2272] T de5c6d8f63804e19b39c0d54704cf1d8 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.572933 10320 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: 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
I20260630 12:36:43.573984 10320 tablet_bootstrap.cc:492] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: Bootstrap complete.
I20260630 12:36:43.574702 10320 ts_tablet_manager.cc:1403] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: Time spent bootstrapping tablet: real 0.386s	user 0.103s	sys 0.029s
I20260630 12:36:43.578224 10320 raft_consensus.cc:359] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:43.579049 10320 raft_consensus.cc:740] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 55b19b70e58f4d169f42ddcd63334917, State: Initialized, Role: LEARNER
I20260630 12:36:43.579902 10320 consensus_queue.cc:260] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } attrs { replace: true } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:43.574822   445 tablet_replica.cc:333] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.583855   445 raft_consensus.cc:2243] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.584903   445 raft_consensus.cc:2272] T 184259c0e8a34ec08b7c138c577c55d7 P c5f51588055a4ddb99debdf6a53d4d83 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.587941   445 tablet_replica.cc:333] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.588692   445 raft_consensus.cc:2243] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.589365   445 raft_consensus.cc:2272] T 3098b4df5e2a41ce90a8e635c3cef73a P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.589337 10320 ts_tablet_manager.cc:1434] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.006s
I20260630 12:36:43.611209   445 tablet_replica.cc:333] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83: stopping tablet replica
I20260630 12:36:43.611990   445 raft_consensus.cc:2243] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:43.612711   445 raft_consensus.cc:2272] T 62f240dfb52d4d50a83970e766757842 P c5f51588055a4ddb99debdf6a53d4d83 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:43.652243  9924 consensus_peers.cc:597] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 -> Peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741): Couldn't send request to peer c5f51588055a4ddb99debdf6a53d4d83. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:43.677721 10327 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:43.678659 10327 tablet_bootstrap.cc:492] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Bootstrap complete.
I20260630 12:36:43.679390 10327 ts_tablet_manager.cc:1403] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Time spent bootstrapping tablet: real 0.287s	user 0.098s	sys 0.031s
I20260630 12:36:43.681798 10327 raft_consensus.cc:359] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:43.682616 10327 raft_consensus.cc:740] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 55b19b70e58f4d169f42ddcd63334917, State: Initialized, Role: LEARNER
I20260630 12:36:43.683197 10327 consensus_queue.cc:260] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [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: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:43.691422 10327 ts_tablet_manager.cc:1434] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260630 12:36:43.698530  9971 tablet_copy_service.cc:342] P 21ddba891a864a8fbda48b8871fb6d73: Request end of tablet copy session 55b19b70e58f4d169f42ddcd63334917-30feeb614e7b434490ad8c0d8f73a06c received from {username='slave'} at 127.0.0.1:47898
I20260630 12:36:43.698942  9971 tablet_copy_service.cc:434] P 21ddba891a864a8fbda48b8871fb6d73: ending tablet copy session 55b19b70e58f4d169f42ddcd63334917-30feeb614e7b434490ad8c0d8f73a06c on tablet 30feeb614e7b434490ad8c0d8f73a06c with peer 55b19b70e58f4d169f42ddcd63334917
W20260630 12:36:43.727962 10320 tablet_copy_client.cc:1131] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.111.66:42741: connect: Connection refused (error 111)
I20260630 12:36:43.825733 10265 raft_consensus.cc:1217] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260630 12:36:44.183454 10340 raft_consensus.cc:493] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:44.184031 10340 raft_consensus.cc:515] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
I20260630 12:36:44.186134 10340 leader_election.cc:290] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:44.204236 10340 raft_consensus.cc:1064] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: attempting to promote NON_VOTER 55b19b70e58f4d169f42ddcd63334917 to VOTER
W20260630 12:36:44.205868  9927 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260630 12:36:44.206501 10340 consensus_queue.cc:237] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: false } }
W20260630 12:36:44.207226  9924 leader_election.cc:336] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Network error: Client connection negotiation failed: client connection to 127.0.111.65:36011: connect: Connection refused (error 111)
W20260630 12:36:44.208048  9924 leader_election.cc:336] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741): Network error: Client connection negotiation failed: client connection to 127.0.111.66:42741: connect: Connection refused (error 111)
I20260630 12:36:44.208678  9924 leader_election.cc:304] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [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: 21ddba891a864a8fbda48b8871fb6d73; no voters: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:44.209467 10316 raft_consensus.cc:2749] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:44.215011 10265 raft_consensus.cc:1275] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Refusing update from remote peer 21ddba891a864a8fbda48b8871fb6d73: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260630 12:36:44.216593 10316 consensus_queue.cc:1048] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260630 12:36:44.222720  9924 consensus_peers.cc:597] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 -> Peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741): Couldn't send request to peer c5f51588055a4ddb99debdf6a53d4d83. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.66:42741: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:44.226475  9924 consensus_peers.cc:597] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 -> Peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Couldn't send request to peer 7804534a03ff4d6d8690ac190b3a8df2. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:36011: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:44.333869 10343 raft_consensus.cc:493] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 7804534a03ff4d6d8690ac190b3a8df2)
I20260630 12:36:44.334546 10343 raft_consensus.cc:515] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } attrs { replace: true } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } }
W20260630 12:36:44.341956  9924 leader_election.cc:336] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011): Network error: Client connection negotiation failed: client connection to 127.0.111.65:36011: connect: Connection refused (error 111)
W20260630 12:36:44.354696  9924 leader_election.cc:336] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741): Network error: Client connection negotiation failed: client connection to 127.0.111.66:42741: connect: Connection refused (error 111)
I20260630 12:36:44.355321  9924 leader_election.cc:304] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 21ddba891a864a8fbda48b8871fb6d73; no voters: 7804534a03ff4d6d8690ac190b3a8df2, c5f51588055a4ddb99debdf6a53d4d83
I20260630 12:36:44.356151 10340 raft_consensus.cc:2749] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:36:44.357271 10343 leader_election.cc:290] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 7804534a03ff4d6d8690ac190b3a8df2 (127.0.111.65:36011), c5f51588055a4ddb99debdf6a53d4d83 (127.0.111.66:42741)
I20260630 12:36:44.419440   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:44.451496   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:44.495832   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:44.496706   445 tablet_replica.cc:333] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.497582   445 raft_consensus.cc:2243] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:44.498308   445 raft_consensus.cc:2272] T 486e8d254c3248babd9dbef40373aa9a P 21ddba891a864a8fbda48b8871fb6d73 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.501233   445 tablet_replica.cc:333] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.501935   445 raft_consensus.cc:2243] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:44.502475   445 raft_consensus.cc:2272] T 752abe52750b41a789af51b688ad8f97 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.505290   445 tablet_replica.cc:333] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.506047   445 raft_consensus.cc:2243] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:44.507017   445 raft_consensus.cc:2272] T d863574739064b63958f6a4e8222bfe1 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.509802   445 tablet_replica.cc:333] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.510493   445 raft_consensus.cc:2243] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:44.511261   445 raft_consensus.cc:2272] T d6ebc25659ea46fea77861a1fd4e3ed4 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.514926   445 tablet_replica.cc:333] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.515637   445 raft_consensus.cc:2243] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:44.516775   445 pending_rounds.cc:70] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Trying to abort 1 pending ops.
I20260630 12:36:44.516990   445 pending_rounds.cc:77] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7302443025224429568 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: false } } } }
I20260630 12:36:44.517984   445 raft_consensus.cc:2917] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260630 12:36:44.518339   445 raft_consensus.cc:2889] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260630 12:36:44.518635   445 raft_consensus.cc:2272] T 30feeb614e7b434490ad8c0d8f73a06c P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.521649   445 tablet_replica.cc:333] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.522298   445 raft_consensus.cc:2243] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:44.522969   445 raft_consensus.cc:2272] T de5c6d8f63804e19b39c0d54704cf1d8 P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.525813   445 tablet_replica.cc:333] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.526396   445 raft_consensus.cc:2243] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:44.526952   445 raft_consensus.cc:2272] T 184259c0e8a34ec08b7c138c577c55d7 P 21ddba891a864a8fbda48b8871fb6d73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:44.529821   445 tablet_replica.cc:333] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73: stopping tablet replica
I20260630 12:36:44.530373   445 raft_consensus.cc:2243] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:44.531004   445 raft_consensus.cc:2272] T 23bd7ac99ff04c0fa253e5e5da9fa05a P 21ddba891a864a8fbda48b8871fb6d73 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:45.121147 10286 debug-util.cc:398] Leaking SignalData structure 0x7b0800088540 after lost signal to thread 448
W20260630 12:36:45.122345 10286 debug-util.cc:398] Leaking SignalData structure 0x7b080027ace0 after lost signal to thread 9744
W20260630 12:36:45.124766 10286 debug-util.cc:398] Leaking SignalData structure 0x7b08000adc20 after lost signal to thread 10289
I20260630 12:36:45.423189   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:45.446909   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:36:45.474426   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:45.475133   445 tablet_replica.cc:333] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: stopping tablet replica
I20260630 12:36:45.475859   445 raft_consensus.cc:2243] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:45.476347   445 pending_rounds.cc:70] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Trying to abort 1 pending ops.
I20260630 12:36:45.476575   445 pending_rounds.cc:77] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7302443025224429568 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "30feeb614e7b434490ad8c0d8f73a06c" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "7804534a03ff4d6d8690ac190b3a8df2" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36011 } attrs { replace: true } } peers { permanent_uuid: "c5f51588055a4ddb99debdf6a53d4d83" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 42741 } } peers { permanent_uuid: "21ddba891a864a8fbda48b8871fb6d73" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 46421 } } peers { permanent_uuid: "55b19b70e58f4d169f42ddcd63334917" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 35611 } attrs { promote: false } } } }
I20260630 12:36:45.477613   445 raft_consensus.cc:2917] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 FOLLOWER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260630 12:36:45.478024   445 raft_consensus.cc:2889] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260630 12:36:45.478413   445 raft_consensus.cc:2272] T 30feeb614e7b434490ad8c0d8f73a06c P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:45.481201   445 tablet_replica.cc:333] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917: stopping tablet replica
I20260630 12:36:45.481884   445 raft_consensus.cc:2243] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:45.482342   445 raft_consensus.cc:2272] T de5c6d8f63804e19b39c0d54704cf1d8 P 55b19b70e58f4d169f42ddcd63334917 [term 1 LEARNER]: Raft consensus is shut down!
W20260630 12:36:46.501705   445 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 10286)
W20260630 12:36:47.502379   445 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 10286)
I20260630 12:36:48.271893   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:36:48.306855   445 master.cc:562] Master@127.0.111.126:36675 shutting down...
W20260630 12:36:48.341903  9758 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:48.344364   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:48.345196   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:48.345548   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P f73fa17228d24522a55648a64a7b694c: stopping tablet replica
I20260630 12:36:48.370368   445 master.cc:584] Master@127.0.111.126:36675 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (15703 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:36:48.432412   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:33225
I20260630 12:36:48.433523   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:48.438977 10346 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
W20260630 12:36:48.439031 10347 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
W20260630 12:36:48.439637 10349 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
I20260630 12:36:48.440802   445 server_base.cc:1061] running on GCE node
I20260630 12:36:48.441624   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:48.441820   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:48.441936   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823008441925 us; error 0 us; skew 500 ppm
I20260630 12:36:48.442378   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:48.444674   445 webserver.cc:533] Webserver started at http://127.0.111.126:34447/ using document root <none> and password file <none>
I20260630 12:36:48.445107   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:48.445261   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:48.445492   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:48.446702   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "df8a12de9cac4024998af345297c1625"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.450973   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:48.454135 10354 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.454828   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:48.455091   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "df8a12de9cac4024998af345297c1625"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.455377   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-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)
I20260630 12:36:48.466502   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:48.467667   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:48.503237   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:33225
I20260630 12:36:48.503340 10405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:33225 every 8 connection(s)
I20260630 12:36:48.507004 10406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:48.518606 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625: Bootstrap starting.
I20260630 12:36:48.523065 10406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:48.526882 10406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625: No bootstrap required, opened a new log
I20260630 12:36:48.528932 10406 raft_consensus.cc:359] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df8a12de9cac4024998af345297c1625" member_type: VOTER }
I20260630 12:36:48.529369 10406 raft_consensus.cc:385] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:48.529575 10406 raft_consensus.cc:740] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a12de9cac4024998af345297c1625, State: Initialized, Role: FOLLOWER
I20260630 12:36:48.530156 10406 consensus_queue.cc:260] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "df8a12de9cac4024998af345297c1625" member_type: VOTER }
I20260630 12:36:48.530617 10406 raft_consensus.cc:399] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:48.530836 10406 raft_consensus.cc:493] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:48.531082 10406 raft_consensus.cc:3060] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:48.535439 10406 raft_consensus.cc:515] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df8a12de9cac4024998af345297c1625" member_type: VOTER }
I20260630 12:36:48.535892 10406 leader_election.cc:304] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [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: df8a12de9cac4024998af345297c1625; no voters: 
I20260630 12:36:48.536888 10406 leader_election.cc:290] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:48.537195 10409 raft_consensus.cc:2804] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:48.538378 10409 raft_consensus.cc:697] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 1 LEADER]: Becoming Leader. State: Replica: df8a12de9cac4024998af345297c1625, State: Running, Role: LEADER
I20260630 12:36:48.539021 10409 consensus_queue.cc:237] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [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: "df8a12de9cac4024998af345297c1625" member_type: VOTER }
I20260630 12:36:48.539605 10406 sys_catalog.cc:565] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:48.545504 10410 sys_catalog.cc:455] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "df8a12de9cac4024998af345297c1625" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df8a12de9cac4024998af345297c1625" member_type: VOTER } }
I20260630 12:36:48.545691 10411 sys_catalog.cc:455] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [sys.catalog]: SysCatalogTable state changed. Reason: New leader df8a12de9cac4024998af345297c1625. Latest consensus state: current_term: 1 leader_uuid: "df8a12de9cac4024998af345297c1625" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df8a12de9cac4024998af345297c1625" member_type: VOTER } }
I20260630 12:36:48.546101 10410 sys_catalog.cc:458] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:48.546181 10411 sys_catalog.cc:458] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:48.547930 10419 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:48.552686 10419 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:48.553768   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:48.560844 10419 catalog_manager.cc:1383] Generated new cluster ID: 9ebd128eddcf4d779d65173665cedfc9
I20260630 12:36:48.561069 10419 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:48.577675 10419 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:48.578861 10419 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:48.600642 10419 catalog_manager.cc:6070] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625: Generated new TSK 0
I20260630 12:36:48.601215 10419 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:48.620009   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:48.625609 10427 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
W20260630 12:36:48.626379 10428 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
W20260630 12:36:48.628332 10430 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
I20260630 12:36:48.629246   445 server_base.cc:1061] running on GCE node
I20260630 12:36:48.634636   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:48.634817   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:48.634936   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823008634925 us; error 0 us; skew 500 ppm
I20260630 12:36:48.635398   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:48.637485   445 webserver.cc:533] Webserver started at http://127.0.111.65:44565/ using document root <none> and password file <none>
I20260630 12:36:48.637887   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:48.638047   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:48.638258   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:48.639317   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "5404079321df4af7b3adbaf1e69054c8"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.643769   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:48.646991 10435 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.647697   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:48.647969   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "5404079321df4af7b3adbaf1e69054c8"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.648241   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-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)
I20260630 12:36:48.665602   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:48.666730   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:48.668200   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:48.670636   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:48.670825   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.671046   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:48.671233   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:48.709657   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:36351
I20260630 12:36:48.709748 10497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:36351 every 8 connection(s)
I20260630 12:36:48.714461   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:48.721704 10502 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
W20260630 12:36:48.722728 10503 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
W20260630 12:36:48.725492 10505 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
I20260630 12:36:48.726272   445 server_base.cc:1061] running on GCE node
I20260630 12:36:48.728363   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:48.728564   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:48.728739   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823008728722 us; error 0 us; skew 500 ppm
I20260630 12:36:48.729228   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:48.731130 10498 heartbeater.cc:344] Connected to a master server at 127.0.111.126:33225
I20260630 12:36:48.731475 10498 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:48.732076   445 webserver.cc:533] Webserver started at http://127.0.111.66:39609/ using document root <none> and password file <none>
I20260630 12:36:48.732184 10498 heartbeater.cc:507] Master 127.0.111.126:33225 requested a full tablet report, sending...
I20260630 12:36:48.732735   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:48.733013   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:48.733317   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:48.734311 10371 ts_manager.cc:194] Registered new tserver with Master: 5404079321df4af7b3adbaf1e69054c8 (127.0.111.65:36351)
I20260630 12:36:48.734738   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "bdd06d34122e4ff98d8125c02ef0d205"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.736179 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44842
I20260630 12:36:48.739318   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:36:48.742590 10510 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.743330   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:48.743590   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "bdd06d34122e4ff98d8125c02ef0d205"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.743834   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-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)
I20260630 12:36:48.766919   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:48.768036   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:48.769402   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:48.771546   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:48.771735   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.771946   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:48.772092   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.809929   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:46197
I20260630 12:36:48.810024 10572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:46197 every 8 connection(s)
I20260630 12:36:48.814668   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:48.821398 10576 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
W20260630 12:36:48.824003 10577 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
I20260630 12:36:48.824779   445 server_base.cc:1061] running on GCE node
W20260630 12:36:48.825232 10579 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
I20260630 12:36:48.826208   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:48.826427   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:48.826625   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823008826606 us; error 0 us; skew 500 ppm
I20260630 12:36:48.827026 10573 heartbeater.cc:344] Connected to a master server at 127.0.111.126:33225
I20260630 12:36:48.827255   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:48.827422 10573 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:48.828285 10573 heartbeater.cc:507] Master 127.0.111.126:33225 requested a full tablet report, sending...
I20260630 12:36:48.830063   445 webserver.cc:533] Webserver started at http://127.0.111.67:33983/ using document root <none> and password file <none>
I20260630 12:36:48.830361 10371 ts_manager.cc:194] Registered new tserver with Master: bdd06d34122e4ff98d8125c02ef0d205 (127.0.111.66:46197)
I20260630 12:36:48.830714   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:48.830986   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:48.831310   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:48.832147 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44852
I20260630 12:36:48.832867   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "4116354ff76d407cb1eedfdffccb6a49"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.837507   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:48.840648 10584 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.841373   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:48.841637   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "4116354ff76d407cb1eedfdffccb6a49"
format_stamp: "Formatted at 2026-06-30 12:36:48 on dist-test-slave-rw3v"
I20260630 12:36:48.841897   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822785200141-445-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)
I20260630 12:36:48.854956   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:48.856047   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:48.857436   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:48.859495   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:48.859687   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.859890   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:48.860036   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:48.897853   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:45287
I20260630 12:36:48.897943 10646 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:45287 every 8 connection(s)
I20260630 12:36:48.910619 10647 heartbeater.cc:344] Connected to a master server at 127.0.111.126:33225
I20260630 12:36:48.910991 10647 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:48.911695 10647 heartbeater.cc:507] Master 127.0.111.126:33225 requested a full tablet report, sending...
I20260630 12:36:48.913429 10371 ts_manager.cc:194] Registered new tserver with Master: 4116354ff76d407cb1eedfdffccb6a49 (127.0.111.67:45287)
I20260630 12:36:48.914225   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013280358s
I20260630 12:36:48.914697 10371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44862
I20260630 12:36:48.936833 10371 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44876:
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"
    }
  }
}
W20260630 12:36:48.938745 10371 catalog_manager.cc:7077] 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.
I20260630 12:36:48.978884 10538 tablet_service.cc:1511] Processing CreateTablet for tablet da1e0c6191864a5c980e5e10c9bb0e21 (DEFAULT_TABLE table=test-workload [id=2c1b76192ce343af85b3feaadeeb86a1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:48.980242 10538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da1e0c6191864a5c980e5e10c9bb0e21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:48.988240 10463 tablet_service.cc:1511] Processing CreateTablet for tablet da1e0c6191864a5c980e5e10c9bb0e21 (DEFAULT_TABLE table=test-workload [id=2c1b76192ce343af85b3feaadeeb86a1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:48.988325 10612 tablet_service.cc:1511] Processing CreateTablet for tablet da1e0c6191864a5c980e5e10c9bb0e21 (DEFAULT_TABLE table=test-workload [id=2c1b76192ce343af85b3feaadeeb86a1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:48.989387 10463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da1e0c6191864a5c980e5e10c9bb0e21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:48.989601 10612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da1e0c6191864a5c980e5e10c9bb0e21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:49.003284 10662 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Bootstrap starting.
I20260630 12:36:49.006451 10664 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: Bootstrap starting.
I20260630 12:36:49.008037 10663 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: Bootstrap starting.
I20260630 12:36:49.010185 10662 tablet_bootstrap.cc:654] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:49.013314 10664 tablet_bootstrap.cc:654] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:49.014906 10663 tablet_bootstrap.cc:654] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:49.015026 10662 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: No bootstrap required, opened a new log
I20260630 12:36:49.015493 10662 ts_tablet_manager.cc:1403] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.007s
I20260630 12:36:49.018126 10662 raft_consensus.cc:359] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.018676 10664 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: No bootstrap required, opened a new log
I20260630 12:36:49.018882 10662 raft_consensus.cc:385] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:49.019225 10662 raft_consensus.cc:740] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdd06d34122e4ff98d8125c02ef0d205, State: Initialized, Role: FOLLOWER
I20260630 12:36:49.019248 10664 ts_tablet_manager.cc:1403] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.007s
I20260630 12:36:49.020156 10663 tablet_bootstrap.cc:492] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: No bootstrap required, opened a new log
I20260630 12:36:49.019944 10662 consensus_queue.cc:260] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.020625 10663 ts_tablet_manager.cc:1403] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:36:49.022603 10662 ts_tablet_manager.cc:1434] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:49.022297 10664 raft_consensus.cc:359] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.023330 10664 raft_consensus.cc:385] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:49.023471 10663 raft_consensus.cc:359] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.023905 10573 heartbeater.cc:499] Master 127.0.111.126:33225 was elected leader, sending a full tablet report...
I20260630 12:36:49.024317 10664 raft_consensus.cc:740] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4116354ff76d407cb1eedfdffccb6a49, State: Initialized, Role: FOLLOWER
I20260630 12:36:49.025002 10663 raft_consensus.cc:385] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:49.025276 10663 raft_consensus.cc:740] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5404079321df4af7b3adbaf1e69054c8, State: Initialized, Role: FOLLOWER
I20260630 12:36:49.025085 10664 consensus_queue.cc:260] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.025954 10663 consensus_queue.cc:260] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.028388 10498 heartbeater.cc:499] Master 127.0.111.126:33225 was elected leader, sending a full tablet report...
I20260630 12:36:49.028769 10663 ts_tablet_manager.cc:1434] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:36:49.030825 10647 heartbeater.cc:499] Master 127.0.111.126:33225 was elected leader, sending a full tablet report...
I20260630 12:36:49.031245 10664 ts_tablet_manager.cc:1434] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: Time spent starting tablet: real 0.012s	user 0.002s	sys 0.007s
W20260630 12:36:49.063748 10574 tablet.cc:2406] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:49.108433 10668 raft_consensus.cc:493] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:49.108958 10668 raft_consensus.cc:515] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.110877 10668 leader_election.cc:290] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4116354ff76d407cb1eedfdffccb6a49 (127.0.111.67:45287), 5404079321df4af7b3adbaf1e69054c8 (127.0.111.65:36351)
I20260630 12:36:49.118940 10622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da1e0c6191864a5c980e5e10c9bb0e21" candidate_uuid: "bdd06d34122e4ff98d8125c02ef0d205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4116354ff76d407cb1eedfdffccb6a49" is_pre_election: true
I20260630 12:36:49.119669 10622 raft_consensus.cc:2468] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdd06d34122e4ff98d8125c02ef0d205 in term 0.
I20260630 12:36:49.120684 10473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da1e0c6191864a5c980e5e10c9bb0e21" candidate_uuid: "bdd06d34122e4ff98d8125c02ef0d205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5404079321df4af7b3adbaf1e69054c8" is_pre_election: true
I20260630 12:36:49.120855 10513 leader_election.cc:304] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [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: 4116354ff76d407cb1eedfdffccb6a49, bdd06d34122e4ff98d8125c02ef0d205; no voters: 
I20260630 12:36:49.121271 10473 raft_consensus.cc:2468] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bdd06d34122e4ff98d8125c02ef0d205 in term 0.
I20260630 12:36:49.121593 10668 raft_consensus.cc:2804] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:49.121974 10668 raft_consensus.cc:493] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:49.122287 10668 raft_consensus.cc:3060] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:49.127447 10668 raft_consensus.cc:515] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.128860 10668 leader_election.cc:290] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [CANDIDATE]: Term 1 election: Requested vote from peers 4116354ff76d407cb1eedfdffccb6a49 (127.0.111.67:45287), 5404079321df4af7b3adbaf1e69054c8 (127.0.111.65:36351)
I20260630 12:36:49.129561 10622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da1e0c6191864a5c980e5e10c9bb0e21" candidate_uuid: "bdd06d34122e4ff98d8125c02ef0d205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4116354ff76d407cb1eedfdffccb6a49"
I20260630 12:36:49.129890 10473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da1e0c6191864a5c980e5e10c9bb0e21" candidate_uuid: "bdd06d34122e4ff98d8125c02ef0d205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5404079321df4af7b3adbaf1e69054c8"
I20260630 12:36:49.130146 10622 raft_consensus.cc:3060] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:49.130475 10473 raft_consensus.cc:3060] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:49.137681 10473 raft_consensus.cc:2468] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdd06d34122e4ff98d8125c02ef0d205 in term 1.
I20260630 12:36:49.137697 10622 raft_consensus.cc:2468] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bdd06d34122e4ff98d8125c02ef0d205 in term 1.
I20260630 12:36:49.138993 10511 leader_election.cc:304] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [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: 5404079321df4af7b3adbaf1e69054c8, bdd06d34122e4ff98d8125c02ef0d205; no voters: 
I20260630 12:36:49.139650 10668 raft_consensus.cc:2804] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:49.140450 10668 raft_consensus.cc:697] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 LEADER]: Becoming Leader. State: Replica: bdd06d34122e4ff98d8125c02ef0d205, State: Running, Role: LEADER
I20260630 12:36:49.141499 10668 consensus_queue.cc:237] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [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: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } }
I20260630 12:36:49.148458 10371 catalog_manager.cc:5697] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 reported cstate change: term changed from 0 to 1, leader changed from <none> to bdd06d34122e4ff98d8125c02ef0d205 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "bdd06d34122e4ff98d8125c02ef0d205" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdd06d34122e4ff98d8125c02ef0d205" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46197 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4116354ff76d407cb1eedfdffccb6a49" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 45287 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5404079321df4af7b3adbaf1e69054c8" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 36351 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:49.173575   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:49.189774   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:49.190551   445 tablet_replica.cc:333] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8: stopping tablet replica
I20260630 12:36:49.190996   445 raft_consensus.cc:2243] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:49.191385   445 raft_consensus.cc:2272] T da1e0c6191864a5c980e5e10c9bb0e21 P 5404079321df4af7b3adbaf1e69054c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:49.209250   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:49.218204   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:49.231750   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:49.232481   445 tablet_replica.cc:333] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: stopping tablet replica
I20260630 12:36:49.232928   445 raft_consensus.cc:2243] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:49.233475   445 pending_rounds.cc:70] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Trying to abort 1 pending ops.
I20260630 12:36:49.233640   445 pending_rounds.cc:77] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443045449793536 op_type: NO_OP noop_request { }
I20260630 12:36:49.233884   445 raft_consensus.cc:2889] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:49.234107   445 raft_consensus.cc:2272] T da1e0c6191864a5c980e5e10c9bb0e21 P bdd06d34122e4ff98d8125c02ef0d205 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:49.252781   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:49.261309   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:49.276494   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:49.277172   445 tablet_replica.cc:333] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49: stopping tablet replica
I20260630 12:36:49.277630   445 raft_consensus.cc:2243] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:49.277978   445 raft_consensus.cc:2272] T da1e0c6191864a5c980e5e10c9bb0e21 P 4116354ff76d407cb1eedfdffccb6a49 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:49.295941   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:49.304672   445 master.cc:562] Master@127.0.111.126:33225 shutting down...
I20260630 12:36:49.318229   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:49.318753   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:49.319056   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P df8a12de9cac4024998af345297c1625: stopping tablet replica
I20260630 12:36:49.337659   445 master.cc:584] Master@127.0.111.126:33225 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (936 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:36:49.367489   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:38109
I20260630 12:36:49.368544   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.373374 10675 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
W20260630 12:36:49.373680 10674 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
W20260630 12:36:49.374326 10677 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
I20260630 12:36:49.374953   445 server_base.cc:1061] running on GCE node
I20260630 12:36:49.375761   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:49.375942   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.376102   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823009376086 us; error 0 us; skew 500 ppm
I20260630 12:36:49.376591   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.378707   445 webserver.cc:533] Webserver started at http://127.0.111.126:33175/ using document root <none> and password file <none>
I20260630 12:36:49.379168   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.379348   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.379598   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.380604   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "6b8e93d9397043e3ae1a314fc688862e"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.384747   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:49.387918 10682 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.388602   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:49.388850   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "6b8e93d9397043e3ae1a314fc688862e"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.389117   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-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)
I20260630 12:36:49.417940   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.418860   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.450569   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:38109
I20260630 12:36:49.450667 10733 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:38109 every 8 connection(s)
I20260630 12:36:49.454126 10734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:49.464232 10734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e: Bootstrap starting.
I20260630 12:36:49.468254 10734 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:49.471701 10734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e: No bootstrap required, opened a new log
I20260630 12:36:49.473516 10734 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER }
I20260630 12:36:49.473861 10734 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:49.474036 10734 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b8e93d9397043e3ae1a314fc688862e, State: Initialized, Role: FOLLOWER
I20260630 12:36:49.474532 10734 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER }
I20260630 12:36:49.474926 10734 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:49.475112 10734 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:49.475371 10734 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:49.479737 10734 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER }
I20260630 12:36:49.480176 10734 leader_election.cc:304] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [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: 6b8e93d9397043e3ae1a314fc688862e; no voters: 
I20260630 12:36:49.481138 10734 leader_election.cc:290] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:49.481420 10737 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:49.482625 10737 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 1 LEADER]: Becoming Leader. State: Replica: 6b8e93d9397043e3ae1a314fc688862e, State: Running, Role: LEADER
I20260630 12:36:49.483258 10737 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [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: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER }
I20260630 12:36:49.483781 10734 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:49.485945 10739 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6b8e93d9397043e3ae1a314fc688862e. Latest consensus state: current_term: 1 leader_uuid: "6b8e93d9397043e3ae1a314fc688862e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER } }
I20260630 12:36:49.485924 10738 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6b8e93d9397043e3ae1a314fc688862e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b8e93d9397043e3ae1a314fc688862e" member_type: VOTER } }
I20260630 12:36:49.486610 10739 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:49.486696 10738 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:49.489367 10742 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:49.494817 10742 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:49.497798   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:49.502887 10742 catalog_manager.cc:1383] Generated new cluster ID: 7db1da1013c54a8182d40ae7a9bbb1b0
I20260630 12:36:49.503175 10742 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:49.519966 10742 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:49.521128 10742 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:49.541172 10742 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e: Generated new TSK 0
I20260630 12:36:49.541702 10742 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:49.564248   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.569587 10755 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
W20260630 12:36:49.570536 10756 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
W20260630 12:36:49.571884 10758 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
I20260630 12:36:49.572290   445 server_base.cc:1061] running on GCE node
I20260630 12:36:49.573043   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:49.573237   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.573387   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823009573371 us; error 0 us; skew 500 ppm
I20260630 12:36:49.573836   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.575861   445 webserver.cc:533] Webserver started at http://127.0.111.65:40281/ using document root <none> and password file <none>
I20260630 12:36:49.576279   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.576449   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.576685   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.577702   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "1b9e4ad2ba494e308b814aa88bb0f357"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.581830   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:49.586023 10763 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.586966   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:49.587306   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "1b9e4ad2ba494e308b814aa88bb0f357"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.587589   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-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)
I20260630 12:36:49.604786   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.605768   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.607031   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:49.609103   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:49.609283   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.609498   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:49.609643   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.644102   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:37791
I20260630 12:36:49.644227 10825 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:37791 every 8 connection(s)
I20260630 12:36:49.648739   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.655431 10830 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
W20260630 12:36:49.657727 10831 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
W20260630 12:36:49.660890 10833 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
I20260630 12:36:49.662122   445 server_base.cc:1061] running on GCE node
I20260630 12:36:49.662724 10826 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38109
I20260630 12:36:49.663009   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:49.663077 10826 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:49.663322   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.663537   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823009663519 us; error 0 us; skew 500 ppm
I20260630 12:36:49.663946 10826 heartbeater.cc:507] Master 127.0.111.126:38109 requested a full tablet report, sending...
I20260630 12:36:49.664052   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.665915 10699 ts_manager.cc:194] Registered new tserver with Master: 1b9e4ad2ba494e308b814aa88bb0f357 (127.0.111.65:37791)
I20260630 12:36:49.666672   445 webserver.cc:533] Webserver started at http://127.0.111.66:36135/ using document root <none> and password file <none>
I20260630 12:36:49.667176   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.667356   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.667584   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.667621 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46328
I20260630 12:36:49.668653   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "df6720ee53204162bf6133db98547634"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.672847   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:49.675731 10838 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.676378   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:49.676625   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "df6720ee53204162bf6133db98547634"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.676874   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-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)
I20260630 12:36:49.697676   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.698635   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.699962   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:49.702008   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:49.702196   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.702407   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:49.702602   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:49.737828   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:33135
I20260630 12:36:49.737926 10900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:33135 every 8 connection(s)
I20260630 12:36:49.742270   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.748432 10904 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
W20260630 12:36:49.749418 10905 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
W20260630 12:36:49.751978 10907 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
I20260630 12:36:49.753221 10901 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38109
I20260630 12:36:49.753633 10901 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:49.754048   445 server_base.cc:1061] running on GCE node
I20260630 12:36:49.754513 10901 heartbeater.cc:507] Master 127.0.111.126:38109 requested a full tablet report, sending...
I20260630 12:36:49.754746   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:49.755002   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.755180   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823009755135 us; error 0 us; skew 500 ppm
I20260630 12:36:49.755805   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.756510 10699 ts_manager.cc:194] Registered new tserver with Master: df6720ee53204162bf6133db98547634 (127.0.111.66:33135)
I20260630 12:36:49.757879 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46332
I20260630 12:36:49.758334   445 webserver.cc:533] Webserver started at http://127.0.111.67:42227/ using document root <none> and password file <none>
I20260630 12:36:49.758847   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.759070   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.759353   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.760332   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "7c4e73811e4645d896a97b8cf947c4f3"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.764245   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:36:49.767061 10912 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.767748   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:49.767998   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "7c4e73811e4645d896a97b8cf947c4f3"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.768244   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-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)
I20260630 12:36:49.796823   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.797762   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.799045   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:49.801115   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:49.801307   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.801512   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:49.801676   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.835693   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:41063
I20260630 12:36:49.835786 10974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:41063 every 8 connection(s)
I20260630 12:36:49.840200   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.846500 10978 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
W20260630 12:36:49.847738 10979 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
I20260630 12:36:49.849609   445 server_base.cc:1061] running on GCE node
W20260630 12:36:49.850276 10982 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
I20260630 12:36:49.851202   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:49.851306 10975 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38109
W20260630 12:36:49.851454   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.851711   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823009851696 us; error 0 us; skew 500 ppm
I20260630 12:36:49.851754 10975 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:49.852279   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.852501 10975 heartbeater.cc:507] Master 127.0.111.126:38109 requested a full tablet report, sending...
I20260630 12:36:49.854472 10699 ts_manager.cc:194] Registered new tserver with Master: 7c4e73811e4645d896a97b8cf947c4f3 (127.0.111.67:41063)
I20260630 12:36:49.854768   445 webserver.cc:533] Webserver started at http://127.0.111.68:33131/ using document root <none> and password file <none>
I20260630 12:36:49.855285   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.855465   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.855706   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.855970 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46340
I20260630 12:36:49.856724   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "818289f08f51409c8e84b2cdb3f90603"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.860764   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:36:49.863617 10986 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.864287   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:49.864529   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "818289f08f51409c8e84b2cdb3f90603"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-rw3v"
I20260630 12:36:49.864750   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822785200141-445-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)
I20260630 12:36:49.891070   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.892246   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.893407   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:49.895478   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:49.895673   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.895877   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:49.896024   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.930820   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:41019
I20260630 12:36:49.930917 11048 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:41019 every 8 connection(s)
I20260630 12:36:49.943895 11049 heartbeater.cc:344] Connected to a master server at 127.0.111.126:38109
I20260630 12:36:49.944298 11049 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:49.944969 11049 heartbeater.cc:507] Master 127.0.111.126:38109 requested a full tablet report, sending...
I20260630 12:36:49.946731 10699 ts_manager.cc:194] Registered new tserver with Master: 818289f08f51409c8e84b2cdb3f90603 (127.0.111.68:41019)
I20260630 12:36:49.947201   445 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013405192s
I20260630 12:36:49.948050 10699 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46352
I20260630 12:36:49.970244 10699 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46354:
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"
    }
  }
}
I20260630 12:36:50.006946 11014 tablet_service.cc:1511] Processing CreateTablet for tablet 20d17838c93e4e2eb1b72fa569f27561 (DEFAULT_TABLE table=test-workload [id=947d62383ca641a39d35393427f1b852]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:50.008186 10940 tablet_service.cc:1511] Processing CreateTablet for tablet 20d17838c93e4e2eb1b72fa569f27561 (DEFAULT_TABLE table=test-workload [id=947d62383ca641a39d35393427f1b852]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:50.009298 10940 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d17838c93e4e2eb1b72fa569f27561. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:50.012676 10866 tablet_service.cc:1511] Processing CreateTablet for tablet 20d17838c93e4e2eb1b72fa569f27561 (DEFAULT_TABLE table=test-workload [id=947d62383ca641a39d35393427f1b852]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:50.008229 11014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d17838c93e4e2eb1b72fa569f27561. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:50.013926 10866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20d17838c93e4e2eb1b72fa569f27561. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:50.025941 11064 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Bootstrap starting.
I20260630 12:36:50.032224 11065 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: Bootstrap starting.
I20260630 12:36:50.034420 11064 tablet_bootstrap.cc:654] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:50.035061 11066 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: Bootstrap starting.
I20260630 12:36:50.039916 11065 tablet_bootstrap.cc:654] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:50.040174 11066 tablet_bootstrap.cc:654] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:50.043185 11064 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: No bootstrap required, opened a new log
I20260630 12:36:50.043745 11064 ts_tablet_manager.cc:1403] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260630 12:36:50.045367 11065 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: No bootstrap required, opened a new log
I20260630 12:36:50.045850 11065 ts_tablet_manager.cc:1403] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:36:50.046290 11066 tablet_bootstrap.cc:492] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: No bootstrap required, opened a new log
I20260630 12:36:50.046408 11064 raft_consensus.cc:359] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.046794 11066 ts_tablet_manager.cc:1403] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.004s
I20260630 12:36:50.047068 11064 raft_consensus.cc:385] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:50.047395 11064 raft_consensus.cc:740] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c4e73811e4645d896a97b8cf947c4f3, State: Initialized, Role: FOLLOWER
I20260630 12:36:50.048059 11064 consensus_queue.cc:260] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.048583 11065 raft_consensus.cc:359] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.049364 11065 raft_consensus.cc:385] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:50.049695 11065 raft_consensus.cc:740] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 818289f08f51409c8e84b2cdb3f90603, State: Initialized, Role: FOLLOWER
I20260630 12:36:50.049943 10975 heartbeater.cc:499] Master 127.0.111.126:38109 was elected leader, sending a full tablet report...
I20260630 12:36:50.049803 11066 raft_consensus.cc:359] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.050444 11064 ts_tablet_manager.cc:1434] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:50.050756 11066 raft_consensus.cc:385] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:50.050653 11065 consensus_queue.cc:260] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.051394 11066 raft_consensus.cc:740] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df6720ee53204162bf6133db98547634, State: Initialized, Role: FOLLOWER
I20260630 12:36:50.053525 11066 consensus_queue.cc:260] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.055977 11049 heartbeater.cc:499] Master 127.0.111.126:38109 was elected leader, sending a full tablet report...
I20260630 12:36:50.056798 10901 heartbeater.cc:499] Master 127.0.111.126:38109 was elected leader, sending a full tablet report...
I20260630 12:36:50.057353 11066 ts_tablet_manager.cc:1434] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:36:50.059303 11065 ts_tablet_manager.cc:1434] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:36:50.347892 11070 raft_consensus.cc:493] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:50.348430 11070 raft_consensus.cc:515] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.350428 11070 leader_election.cc:290] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 818289f08f51409c8e84b2cdb3f90603 (127.0.111.68:41019), df6720ee53204162bf6133db98547634 (127.0.111.66:33135)
I20260630 12:36:50.360960 11024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d17838c93e4e2eb1b72fa569f27561" candidate_uuid: "7c4e73811e4645d896a97b8cf947c4f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "818289f08f51409c8e84b2cdb3f90603" is_pre_election: true
I20260630 12:36:50.360960 10876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d17838c93e4e2eb1b72fa569f27561" candidate_uuid: "7c4e73811e4645d896a97b8cf947c4f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df6720ee53204162bf6133db98547634" is_pre_election: true
I20260630 12:36:50.361946 11024 raft_consensus.cc:2468] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c4e73811e4645d896a97b8cf947c4f3 in term 0.
I20260630 12:36:50.361977 10876 raft_consensus.cc:2468] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c4e73811e4645d896a97b8cf947c4f3 in term 0.
I20260630 12:36:50.363451 10916 leader_election.cc:304] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [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: 7c4e73811e4645d896a97b8cf947c4f3, 818289f08f51409c8e84b2cdb3f90603; no voters: 
I20260630 12:36:50.364163 11070 raft_consensus.cc:2804] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:50.364506 11070 raft_consensus.cc:493] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:50.364777 11070 raft_consensus.cc:3060] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:50.369699 11070 raft_consensus.cc:515] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.371199 11070 leader_election.cc:290] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [CANDIDATE]: Term 1 election: Requested vote from peers 818289f08f51409c8e84b2cdb3f90603 (127.0.111.68:41019), df6720ee53204162bf6133db98547634 (127.0.111.66:33135)
I20260630 12:36:50.372002 11024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d17838c93e4e2eb1b72fa569f27561" candidate_uuid: "7c4e73811e4645d896a97b8cf947c4f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "818289f08f51409c8e84b2cdb3f90603"
I20260630 12:36:50.372157 10876 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "20d17838c93e4e2eb1b72fa569f27561" candidate_uuid: "7c4e73811e4645d896a97b8cf947c4f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df6720ee53204162bf6133db98547634"
I20260630 12:36:50.372706 11024 raft_consensus.cc:3060] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:50.372790 10876 raft_consensus.cc:3060] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:50.378310 11024 raft_consensus.cc:2468] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c4e73811e4645d896a97b8cf947c4f3 in term 1.
I20260630 12:36:50.378376 10876 raft_consensus.cc:2468] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c4e73811e4645d896a97b8cf947c4f3 in term 1.
I20260630 12:36:50.379432 10916 leader_election.cc:304] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [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: 7c4e73811e4645d896a97b8cf947c4f3, 818289f08f51409c8e84b2cdb3f90603; no voters: 
I20260630 12:36:50.380093 11070 raft_consensus.cc:2804] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:50.380916 11070 raft_consensus.cc:697] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 LEADER]: Becoming Leader. State: Replica: 7c4e73811e4645d896a97b8cf947c4f3, State: Running, Role: LEADER
I20260630 12:36:50.381531 11070 consensus_queue.cc:237] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [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: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } }
I20260630 12:36:50.387770 10697 catalog_manager.cc:5697] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7c4e73811e4645d896a97b8cf947c4f3 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "7c4e73811e4645d896a97b8cf947c4f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "818289f08f51409c8e84b2cdb3f90603" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 41019 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7c4e73811e4645d896a97b8cf947c4f3" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 41063 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df6720ee53204162bf6133db98547634" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 33135 } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:50.490134   445 auto_rebalancer.cc:639] Failed to schedule move for tablet 20d17838c93e4e2eb1b72fa569f27561: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:36:50.491412   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:36:50.512457   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.527204   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:36:50.534161   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:36:50.549949   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.551095   445 tablet_replica.cc:333] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634: stopping tablet replica
I20260630 12:36:50.551753   445 raft_consensus.cc:2243] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.552203   445 raft_consensus.cc:2272] T 20d17838c93e4e2eb1b72fa569f27561 P df6720ee53204162bf6133db98547634 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.570230   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:36:50.578130   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:36:50.592312   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.592871   445 tablet_replica.cc:333] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: stopping tablet replica
I20260630 12:36:50.593376   445 raft_consensus.cc:2243] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.593938   445 pending_rounds.cc:70] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Trying to abort 1 pending ops.
I20260630 12:36:50.594117   445 pending_rounds.cc:77] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443050529009664 op_type: NO_OP noop_request { }
I20260630 12:36:50.594368   445 raft_consensus.cc:2889] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:50.594609   445 raft_consensus.cc:2272] T 20d17838c93e4e2eb1b72fa569f27561 P 7c4e73811e4645d896a97b8cf947c4f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.612875   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:36:50.620894   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:36:50.634990   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.635542   445 tablet_replica.cc:333] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603: stopping tablet replica
I20260630 12:36:50.635970   445 raft_consensus.cc:2243] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.636289   445 raft_consensus.cc:2272] T 20d17838c93e4e2eb1b72fa569f27561 P 818289f08f51409c8e84b2cdb3f90603 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.653240   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:36:50.661374   445 master.cc:562] Master@127.0.111.126:38109 shutting down...
I20260630 12:36:50.674265   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.674751   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.675038   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6b8e93d9397043e3ae1a314fc688862e: stopping tablet replica
I20260630 12:36:50.692768   445 master.cc:584] Master@127.0.111.126:38109 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1354 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:36:50.721514   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:45199
I20260630 12:36:50.722467   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.726631 11079 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
W20260630 12:36:50.726805 11080 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
W20260630 12:36:50.729189 11082 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
I20260630 12:36:50.729425   445 server_base.cc:1061] running on GCE node
I20260630 12:36:50.730171   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:50.730351   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:50.730504   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823010730487 us; error 0 us; skew 500 ppm
I20260630 12:36:50.730984   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:50.732980   445 webserver.cc:533] Webserver started at http://127.0.111.126:36877/ using document root <none> and password file <none>
I20260630 12:36:50.733402   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:50.733559   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:50.733804   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:50.734758   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "5b45eace1afa4dd5b59e5c9581e81468"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-rw3v"
I20260630 12:36:50.738605   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:50.741595 11087 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.742219   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:50.742466   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "5b45eace1afa4dd5b59e5c9581e81468"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-rw3v"
I20260630 12:36:50.742715   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-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)
I20260630 12:36:50.754334   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:50.755203   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:50.786427   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:45199
I20260630 12:36:50.786542 11138 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:45199 every 8 connection(s)
I20260630 12:36:50.789976 11139 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:50.799717 11139 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468: Bootstrap starting.
I20260630 12:36:50.803776 11139 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:50.807338 11139 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468: No bootstrap required, opened a new log
I20260630 12:36:50.809170 11139 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER }
I20260630 12:36:50.809525 11139 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:50.809728 11139 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b45eace1afa4dd5b59e5c9581e81468, State: Initialized, Role: FOLLOWER
I20260630 12:36:50.810248 11139 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER }
I20260630 12:36:50.810664 11139 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:50.810860 11139 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:50.811095 11139 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:50.815219 11139 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER }
I20260630 12:36:50.815672 11139 leader_election.cc:304] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [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: 5b45eace1afa4dd5b59e5c9581e81468; no voters: 
I20260630 12:36:50.816627 11139 leader_election.cc:290] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:50.816879 11142 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:50.818048 11142 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 1 LEADER]: Becoming Leader. State: Replica: 5b45eace1afa4dd5b59e5c9581e81468, State: Running, Role: LEADER
I20260630 12:36:50.818630 11142 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [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: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER }
I20260630 12:36:50.819212 11139 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:50.821338 11143 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5b45eace1afa4dd5b59e5c9581e81468" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER } }
I20260630 12:36:50.821424 11144 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b45eace1afa4dd5b59e5c9581e81468. Latest consensus state: current_term: 1 leader_uuid: "5b45eace1afa4dd5b59e5c9581e81468" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b45eace1afa4dd5b59e5c9581e81468" member_type: VOTER } }
I20260630 12:36:50.822006 11143 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:50.822046 11144 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:50.825603 11148 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:50.830168 11148 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:50.832628   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:50.839033 11148 catalog_manager.cc:1383] Generated new cluster ID: 4a70b23b9a0548bab151865c0be567ce
I20260630 12:36:50.839289 11148 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:50.879271 11148 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:50.880438 11148 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:50.893709 11148 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468: Generated new TSK 0
I20260630 12:36:50.894246 11148 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:50.901497   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.906744 11160 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
W20260630 12:36:50.907681 11161 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
W20260630 12:36:50.909013 11163 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
I20260630 12:36:50.910153   445 server_base.cc:1061] running on GCE node
I20260630 12:36:50.911006   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:50.911250   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:50.911384   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823010911373 us; error 0 us; skew 500 ppm
I20260630 12:36:50.911803   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:50.913965   445 webserver.cc:533] Webserver started at http://127.0.111.65:40925/ using document root <none> and password file <none>
I20260630 12:36:50.914389   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:50.914541   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:50.914750   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:50.915779   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "5f89cc72a07048559cab0a04a9955301"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-rw3v"
I20260630 12:36:50.919878   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:50.922991 11168 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.923702   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:50.923936   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "5f89cc72a07048559cab0a04a9955301"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-rw3v"
I20260630 12:36:50.924186   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-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)
I20260630 12:36:50.943971   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:50.944931   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:50.946167   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:50.948288   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:50.948457   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.948686   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:50.948823   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.984179   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:40147
I20260630 12:36:50.984279 11230 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:40147 every 8 connection(s)
I20260630 12:36:50.988734   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.995121 11235 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
W20260630 12:36:50.996062 11236 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
I20260630 12:36:50.998342   445 server_base.cc:1061] running on GCE node
W20260630 12:36:50.999446 11239 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
I20260630 12:36:51.000177 11231 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45199
I20260630 12:36:51.000316   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:51.000533 11231 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:51.000620   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:51.000936   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823011000919 us; error 0 us; skew 500 ppm
I20260630 12:36:51.001377 11231 heartbeater.cc:507] Master 127.0.111.126:45199 requested a full tablet report, sending...
I20260630 12:36:51.001467   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.003463 11104 ts_manager.cc:194] Registered new tserver with Master: 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147)
I20260630 12:36:51.004024   445 webserver.cc:533] Webserver started at http://127.0.111.66:41991/ using document root <none> and password file <none>
I20260630 12:36:51.004504   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.004678   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.004967   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.005311 11104 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35246
I20260630 12:36:51.006036   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "f39fedd51f974625a08823d8dbd28844"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-rw3v"
I20260630 12:36:51.010324   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:51.013478 11243 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.014194   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:51.014448   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "f39fedd51f974625a08823d8dbd28844"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-rw3v"
I20260630 12:36:51.014715   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-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)
I20260630 12:36:51.029717   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.030705   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.032060   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.034184   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.034355   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.034566   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.034723   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.069342   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:38153
I20260630 12:36:51.069439 11305 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:38153 every 8 connection(s)
I20260630 12:36:51.073778   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.079380 11309 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
W20260630 12:36:51.080821 11310 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
W20260630 12:36:51.082342 11312 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
I20260630 12:36:51.083209   445 server_base.cc:1061] running on GCE node
I20260630 12:36:51.084151   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.084405   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:51.084422 11306 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45199
I20260630 12:36:51.084649   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823011084634 us; error 0 us; skew 500 ppm
I20260630 12:36:51.084899 11306 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.085284   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.085610 11306 heartbeater.cc:507] Master 127.0.111.126:45199 requested a full tablet report, sending...
I20260630 12:36:51.087788   445 webserver.cc:533] Webserver started at http://127.0.111.67:42529/ using document root <none> and password file <none>
I20260630 12:36:51.087858 11104 ts_manager.cc:194] Registered new tserver with Master: f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153)
I20260630 12:36:51.088541   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.088812   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.089145   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.089722 11104 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35248
I20260630 12:36:51.090472   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "33011f3f452c4d97b3d650494268da63"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-rw3v"
I20260630 12:36:51.094560   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
I20260630 12:36:51.097465 11317 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.098135   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:51.098371   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "33011f3f452c4d97b3d650494268da63"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-rw3v"
I20260630 12:36:51.098591   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-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)
I20260630 12:36:51.115200   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.116221   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.117501   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.119572   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.119747   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.119963   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.120223   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.155068   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:34337
I20260630 12:36:51.155200 11379 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:34337 every 8 connection(s)
I20260630 12:36:51.167371 11380 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45199
I20260630 12:36:51.167768 11380 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.168462 11380 heartbeater.cc:507] Master 127.0.111.126:45199 requested a full tablet report, sending...
I20260630 12:36:51.170241 11104 ts_manager.cc:194] Registered new tserver with Master: 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:36:51.170322   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012278557s
I20260630 12:36:51.171586 11104 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35252
I20260630 12:36:52.007647 11231 heartbeater.cc:499] Master 127.0.111.126:45199 was elected leader, sending a full tablet report...
I20260630 12:36:52.092196 11306 heartbeater.cc:499] Master 127.0.111.126:45199 was elected leader, sending a full tablet report...
I20260630 12:36:52.174197 11380 heartbeater.cc:499] Master 127.0.111.126:45199 was elected leader, sending a full tablet report...
I20260630 12:36:52.222746 11104 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35258:
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"
    }
  }
}
W20260630 12:36:52.224789 11104 catalog_manager.cc:7077] 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.
I20260630 12:36:52.267966 11345 tablet_service.cc:1511] Processing CreateTablet for tablet aeec4bb4f431470dae4ff0c4eabc6c1a (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.269330 11345 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aeec4bb4f431470dae4ff0c4eabc6c1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.270267 11343 tablet_service.cc:1511] Processing CreateTablet for tablet 2abddee672ce47b2a460ef127e2238cf (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.271586 11343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2abddee672ce47b2a460ef127e2238cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.276150 11344 tablet_service.cc:1511] Processing CreateTablet for tablet 00d3fa4acc3045159fe2ea7c83517fd6 (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.277464 11344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00d3fa4acc3045159fe2ea7c83517fd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.285373 11271 tablet_service.cc:1511] Processing CreateTablet for tablet aeec4bb4f431470dae4ff0c4eabc6c1a (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.286723 11271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aeec4bb4f431470dae4ff0c4eabc6c1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.287604 11269 tablet_service.cc:1511] Processing CreateTablet for tablet 2abddee672ce47b2a460ef127e2238cf (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.289052 11269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2abddee672ce47b2a460ef127e2238cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.290998 11270 tablet_service.cc:1511] Processing CreateTablet for tablet 00d3fa4acc3045159fe2ea7c83517fd6 (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.292378 11270 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00d3fa4acc3045159fe2ea7c83517fd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.305717 11342 tablet_service.cc:1511] Processing CreateTablet for tablet 024b60c7b33a4ecfb4cc471cc1a857ef (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.308099 11268 tablet_service.cc:1511] Processing CreateTablet for tablet 024b60c7b33a4ecfb4cc471cc1a857ef (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.309351 11268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 024b60c7b33a4ecfb4cc471cc1a857ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.310343 11342 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 024b60c7b33a4ecfb4cc471cc1a857ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.315716 11400 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: Bootstrap starting.
I20260630 12:36:52.324786 11400 tablet_bootstrap.cc:654] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.329244 11399 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: Bootstrap starting.
I20260630 12:36:52.334293 11196 tablet_service.cc:1511] Processing CreateTablet for tablet aeec4bb4f431470dae4ff0c4eabc6c1a (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.335354 11193 tablet_service.cc:1511] Processing CreateTablet for tablet 024b60c7b33a4ecfb4cc471cc1a857ef (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.335716 11196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aeec4bb4f431470dae4ff0c4eabc6c1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.335794 11399 tablet_bootstrap.cc:654] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.336374 11195 tablet_service.cc:1511] Processing CreateTablet for tablet 00d3fa4acc3045159fe2ea7c83517fd6 (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.336768 11193 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 024b60c7b33a4ecfb4cc471cc1a857ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.337630 11195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00d3fa4acc3045159fe2ea7c83517fd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.335393 11194 tablet_service.cc:1511] Processing CreateTablet for tablet 2abddee672ce47b2a460ef127e2238cf (DEFAULT_TABLE table=test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.341885 11194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2abddee672ce47b2a460ef127e2238cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.334317 11400 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: No bootstrap required, opened a new log
I20260630 12:36:52.344973 11400 ts_tablet_manager.cc:1403] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: Time spent bootstrapping tablet: real 0.030s	user 0.015s	sys 0.000s
I20260630 12:36:52.347046 11399 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: No bootstrap required, opened a new log
I20260630 12:36:52.347537 11399 ts_tablet_manager.cc:1403] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.002s
I20260630 12:36:52.350031 11400 raft_consensus.cc:359] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.350258 11399 raft_consensus.cc:359] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.350802 11400 raft_consensus.cc:385] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.350982 11399 raft_consensus.cc:385] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.351400 11399 raft_consensus.cc:740] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39fedd51f974625a08823d8dbd28844, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.352322 11399 consensus_queue.cc:260] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.357857 11400 raft_consensus.cc:740] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.358897 11400 consensus_queue.cc:260] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.368160 11400 ts_tablet_manager.cc:1434] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.004s
I20260630 12:36:52.369145 11400 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: Bootstrap starting.
I20260630 12:36:52.374527 11400 tablet_bootstrap.cc:654] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.379055 11399 ts_tablet_manager.cc:1434] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: Time spent starting tablet: real 0.031s	user 0.013s	sys 0.007s
I20260630 12:36:52.379856 11400 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: No bootstrap required, opened a new log
I20260630 12:36:52.380211 11399 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Bootstrap starting.
I20260630 12:36:52.380365 11404 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: Bootstrap starting.
I20260630 12:36:52.380425 11400 ts_tablet_manager.cc:1403] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.004s
I20260630 12:36:52.383445 11400 raft_consensus.cc:359] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.384184 11400 raft_consensus.cc:385] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.384495 11400 raft_consensus.cc:740] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.385217 11400 consensus_queue.cc:260] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.386595 11399 tablet_bootstrap.cc:654] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.387262 11400 ts_tablet_manager.cc:1434] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:52.388289 11400 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Bootstrap starting.
I20260630 12:36:52.389925 11404 tablet_bootstrap.cc:654] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.394690 11400 tablet_bootstrap.cc:654] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.397696 11399 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: No bootstrap required, opened a new log
I20260630 12:36:52.398244 11399 ts_tablet_manager.cc:1403] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:36:52.400928 11399 raft_consensus.cc:359] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.401656 11399 raft_consensus.cc:385] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.401876 11399 raft_consensus.cc:740] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39fedd51f974625a08823d8dbd28844, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.402804 11404 tablet_bootstrap.cc:492] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: No bootstrap required, opened a new log
I20260630 12:36:52.402545 11399 consensus_queue.cc:260] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.403224 11404 ts_tablet_manager.cc:1403] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: Time spent bootstrapping tablet: real 0.026s	user 0.006s	sys 0.013s
I20260630 12:36:52.403352 11400 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: No bootstrap required, opened a new log
I20260630 12:36:52.403927 11400 ts_tablet_manager.cc:1403] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:36:52.404724 11399 ts_tablet_manager.cc:1434] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:52.405697 11399 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: Bootstrap starting.
I20260630 12:36:52.405965 11404 raft_consensus.cc:359] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.406736 11404 raft_consensus.cc:385] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.406404 11400 raft_consensus.cc:359] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.407296 11400 raft_consensus.cc:385] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.407105 11404 raft_consensus.cc:740] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f89cc72a07048559cab0a04a9955301, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.407649 11400 raft_consensus.cc:740] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.408540 11404 consensus_queue.cc:260] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.408593 11400 consensus_queue.cc:260] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.411659 11400 ts_tablet_manager.cc:1434] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:36:52.412730 11400 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: Bootstrap starting.
I20260630 12:36:52.412897 11404 ts_tablet_manager.cc:1434] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: Time spent starting tablet: real 0.009s	user 0.000s	sys 0.006s
I20260630 12:36:52.414095 11404 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Bootstrap starting.
I20260630 12:36:52.417884 11400 tablet_bootstrap.cc:654] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.419468 11404 tablet_bootstrap.cc:654] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.411653 11399 tablet_bootstrap.cc:654] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.423909 11400 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: No bootstrap required, opened a new log
I20260630 12:36:52.424454 11400 ts_tablet_manager.cc:1403] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:36:52.427495 11400 raft_consensus.cc:359] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.428275 11400 raft_consensus.cc:385] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.428594 11400 raft_consensus.cc:740] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.429435 11400 consensus_queue.cc:260] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.431993 11400 ts_tablet_manager.cc:1434] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:36:52.436264 11399 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: No bootstrap required, opened a new log
I20260630 12:36:52.436759 11399 ts_tablet_manager.cc:1403] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: Time spent bootstrapping tablet: real 0.031s	user 0.017s	sys 0.004s
I20260630 12:36:52.437427 11404 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: No bootstrap required, opened a new log
I20260630 12:36:52.437933 11404 ts_tablet_manager.cc:1403] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.000s
I20260630 12:36:52.439582 11399 raft_consensus.cc:359] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.440296 11399 raft_consensus.cc:385] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.440578 11399 raft_consensus.cc:740] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39fedd51f974625a08823d8dbd28844, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.440660 11404 raft_consensus.cc:359] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.441349 11404 raft_consensus.cc:385] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.441781 11404 raft_consensus.cc:740] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f89cc72a07048559cab0a04a9955301, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.441370 11399 consensus_queue.cc:260] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.442471 11404 consensus_queue.cc:260] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.443776 11399 ts_tablet_manager.cc:1434] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.006s
I20260630 12:36:52.444604 11404 ts_tablet_manager.cc:1434] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:36:52.444797 11399 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: Bootstrap starting.
I20260630 12:36:52.445590 11404 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: Bootstrap starting.
I20260630 12:36:52.451269 11399 tablet_bootstrap.cc:654] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.451840 11404 tablet_bootstrap.cc:654] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.457191 11399 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: No bootstrap required, opened a new log
I20260630 12:36:52.457651 11399 ts_tablet_manager.cc:1403] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.005s
I20260630 12:36:52.457938 11404 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: No bootstrap required, opened a new log
I20260630 12:36:52.458396 11404 ts_tablet_manager.cc:1403] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:36:52.460250 11399 raft_consensus.cc:359] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.460943 11399 raft_consensus.cc:385] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.461333 11399 raft_consensus.cc:740] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39fedd51f974625a08823d8dbd28844, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.460995 11404 raft_consensus.cc:359] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.461807 11404 raft_consensus.cc:385] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.462092 11404 raft_consensus.cc:740] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f89cc72a07048559cab0a04a9955301, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.462110 11399 consensus_queue.cc:260] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.462908 11404 consensus_queue.cc:260] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.464457 11399 ts_tablet_manager.cc:1434] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:52.464986 11404 ts_tablet_manager.cc:1434] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:36:52.465766 11404 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: Bootstrap starting.
I20260630 12:36:52.470793 11404 tablet_bootstrap.cc:654] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.474978 11404 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: No bootstrap required, opened a new log
I20260630 12:36:52.475347 11404 ts_tablet_manager.cc:1403] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: Time spent bootstrapping tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:36:52.477290 11404 raft_consensus.cc:359] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.477777 11404 raft_consensus.cc:385] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.477982 11404 raft_consensus.cc:740] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f89cc72a07048559cab0a04a9955301, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.478524 11404 consensus_queue.cc:260] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.479874 11410 raft_consensus.cc:493] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.480043 11404 ts_tablet_manager.cc:1434] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:52.480336 11410 raft_consensus.cc:515] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.483906 11410 leader_election.cc:290] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153), 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:36:52.493657 11281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2abddee672ce47b2a460ef127e2238cf" candidate_uuid: "5f89cc72a07048559cab0a04a9955301" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844" is_pre_election: true
I20260630 12:36:52.494261 11281 raft_consensus.cc:2468] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f89cc72a07048559cab0a04a9955301 in term 0.
I20260630 12:36:52.494982 11355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2abddee672ce47b2a460ef127e2238cf" candidate_uuid: "5f89cc72a07048559cab0a04a9955301" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33011f3f452c4d97b3d650494268da63" is_pre_election: true
I20260630 12:36:52.495393 11171 leader_election.cc:304] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: 5f89cc72a07048559cab0a04a9955301, f39fedd51f974625a08823d8dbd28844; no voters: 
I20260630 12:36:52.495581 11355 raft_consensus.cc:2468] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f89cc72a07048559cab0a04a9955301 in term 0.
I20260630 12:36:52.496093 11410 raft_consensus.cc:2804] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.496415 11410 raft_consensus.cc:493] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.496701 11410 raft_consensus.cc:3060] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.501446 11410 raft_consensus.cc:515] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.502864 11410 leader_election.cc:290] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [CANDIDATE]: Term 1 election: Requested vote from peers f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153), 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:36:52.503587 11281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2abddee672ce47b2a460ef127e2238cf" candidate_uuid: "5f89cc72a07048559cab0a04a9955301" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844"
I20260630 12:36:52.503754 11355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2abddee672ce47b2a460ef127e2238cf" candidate_uuid: "5f89cc72a07048559cab0a04a9955301" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33011f3f452c4d97b3d650494268da63"
I20260630 12:36:52.504104 11281 raft_consensus.cc:3060] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.504241 11355 raft_consensus.cc:3060] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.509024 11355 raft_consensus.cc:2468] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f89cc72a07048559cab0a04a9955301 in term 1.
I20260630 12:36:52.509465 11281 raft_consensus.cc:2468] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f89cc72a07048559cab0a04a9955301 in term 1.
I20260630 12:36:52.509979 11170 leader_election.cc:304] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: 33011f3f452c4d97b3d650494268da63, 5f89cc72a07048559cab0a04a9955301; no voters: 
I20260630 12:36:52.510710 11410 raft_consensus.cc:2804] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.511770 11410 raft_consensus.cc:697] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 LEADER]: Becoming Leader. State: Replica: 5f89cc72a07048559cab0a04a9955301, State: Running, Role: LEADER
I20260630 12:36:52.512460 11410 consensus_queue.cc:237] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.519055 11102 catalog_manager.cc:5697] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f89cc72a07048559cab0a04a9955301 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "5f89cc72a07048559cab0a04a9955301" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:52.539455 11403 raft_consensus.cc:493] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.539901 11403 raft_consensus.cc:515] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.540690 11405 raft_consensus.cc:493] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.541074 11405 raft_consensus.cc:515] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.543221 11405 leader_election.cc:290] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147), f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153)
I20260630 12:36:52.543838 11403 leader_election.cc:290] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147), 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:36:52.556219 11206 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00d3fa4acc3045159fe2ea7c83517fd6" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301" is_pre_election: true
I20260630 12:36:52.556905 11355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00d3fa4acc3045159fe2ea7c83517fd6" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33011f3f452c4d97b3d650494268da63" is_pre_election: true
I20260630 12:36:52.557610 11355 raft_consensus.cc:2468] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f39fedd51f974625a08823d8dbd28844 in term 0.
I20260630 12:36:52.559047 11245 leader_election.cc:304] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: 33011f3f452c4d97b3d650494268da63, f39fedd51f974625a08823d8dbd28844; no voters: 
I20260630 12:36:52.556954 11206 raft_consensus.cc:2468] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f39fedd51f974625a08823d8dbd28844 in term 0.
I20260630 12:36:52.559893 11403 raft_consensus.cc:2804] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.560269 11403 raft_consensus.cc:493] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.560571 11403 raft_consensus.cc:3060] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.560642 11405 raft_consensus.cc:493] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.560869 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "024b60c7b33a4ecfb4cc471cc1a857ef" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301" is_pre_election: true
I20260630 12:36:52.561703 11205 raft_consensus.cc:2468] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 0.
I20260630 12:36:52.561470 11405 raft_consensus.cc:515] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.563133 11320 leader_election.cc:304] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: 33011f3f452c4d97b3d650494268da63, 5f89cc72a07048559cab0a04a9955301; no voters: 
I20260630 12:36:52.563550 11405 leader_election.cc:290] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153), 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147)
I20260630 12:36:52.564952 11405 raft_consensus.cc:2804] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.565285 11405 raft_consensus.cc:493] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.565594 11405 raft_consensus.cc:3060] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.567348 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301" is_pre_election: true
I20260630 12:36:52.567574 11281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "024b60c7b33a4ecfb4cc471cc1a857ef" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844" is_pre_election: true
I20260630 12:36:52.567968 11205 raft_consensus.cc:2468] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 0.
I20260630 12:36:52.568040 11403 raft_consensus.cc:515] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.568147 11281 raft_consensus.cc:2468] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 0.
I20260630 12:36:52.569535 11320 leader_election.cc:304] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [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: 33011f3f452c4d97b3d650494268da63, 5f89cc72a07048559cab0a04a9955301; no voters: 
I20260630 12:36:52.570525 11426 raft_consensus.cc:2804] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.570935 11426 raft_consensus.cc:493] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.570791 11205 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00d3fa4acc3045159fe2ea7c83517fd6" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301"
I20260630 12:36:52.571372 11426 raft_consensus.cc:3060] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.571548 11205 raft_consensus.cc:3060] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.572564 11405 raft_consensus.cc:515] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.575852 11206 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "024b60c7b33a4ecfb4cc471cc1a857ef" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301"
I20260630 12:36:52.576396 11206 raft_consensus.cc:3060] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.577466 11355 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00d3fa4acc3045159fe2ea7c83517fd6" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33011f3f452c4d97b3d650494268da63"
I20260630 12:36:52.578023 11355 raft_consensus.cc:3060] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.581463 11426 raft_consensus.cc:515] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.582969 11427 raft_consensus.cc:493] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.583570 11281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844" is_pre_election: true
I20260630 12:36:52.583508 11427 raft_consensus.cc:515] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.584527 11281 raft_consensus.cc:2468] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 0.
I20260630 12:36:52.584780 11405 leader_election.cc:290] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [CANDIDATE]: Term 1 election: Requested vote from peers 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147), f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153)
I20260630 12:36:52.583667 11206 raft_consensus.cc:2468] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 1.
I20260630 12:36:52.586555 11354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33011f3f452c4d97b3d650494268da63" is_pre_election: true
I20260630 12:36:52.586892 11426 leader_election.cc:290] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [CANDIDATE]: Term 1 election: Requested vote from peers f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153), 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147)
I20260630 12:36:52.587117 11320 leader_election.cc:304] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: 33011f3f452c4d97b3d650494268da63, 5f89cc72a07048559cab0a04a9955301; no voters: 
I20260630 12:36:52.588165 11281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "024b60c7b33a4ecfb4cc471cc1a857ef" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844"
I20260630 12:36:52.587420 11354 raft_consensus.cc:2393] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f39fedd51f974625a08823d8dbd28844 in current term 1: Already voted for candidate 33011f3f452c4d97b3d650494268da63 in this term.
I20260630 12:36:52.588757 11281 raft_consensus.cc:3060] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.589267 11205 raft_consensus.cc:2468] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f39fedd51f974625a08823d8dbd28844 in term 1.
I20260630 12:36:52.584566 11355 raft_consensus.cc:2468] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f39fedd51f974625a08823d8dbd28844 in term 1.
I20260630 12:36:52.590175 11426 raft_consensus.cc:2804] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.590447 11246 leader_election.cc:304] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: 5f89cc72a07048559cab0a04a9955301, f39fedd51f974625a08823d8dbd28844; no voters: 
I20260630 12:36:52.590685 11426 raft_consensus.cc:697] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Becoming Leader. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Running, Role: LEADER
I20260630 12:36:52.591231 11206 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "f39fedd51f974625a08823d8dbd28844" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301" is_pre_election: true
I20260630 12:36:52.591653 11204 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f89cc72a07048559cab0a04a9955301"
I20260630 12:36:52.591991 11427 leader_election.cc:290] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337), 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147)
I20260630 12:36:52.591493 11426 consensus_queue.cc:237] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.592486 11427 raft_consensus.cc:2804] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.592957 11427 raft_consensus.cc:697] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 LEADER]: Becoming Leader. State: Replica: f39fedd51f974625a08823d8dbd28844, State: Running, Role: LEADER
I20260630 12:36:52.593696 11427 consensus_queue.cc:237] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } }
I20260630 12:36:52.587939 11403 leader_election.cc:290] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [CANDIDATE]: Term 1 election: Requested vote from peers 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147), 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:36:52.591867 11206 raft_consensus.cc:2468] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f39fedd51f974625a08823d8dbd28844 in term 0.
I20260630 12:36:52.598703 11281 raft_consensus.cc:2468] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 1.
I20260630 12:36:52.600512 11280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aeec4bb4f431470dae4ff0c4eabc6c1a" candidate_uuid: "33011f3f452c4d97b3d650494268da63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f39fedd51f974625a08823d8dbd28844"
I20260630 12:36:52.601181 11280 raft_consensus.cc:3060] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.611122 11280 raft_consensus.cc:2468] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33011f3f452c4d97b3d650494268da63 in term 1.
I20260630 12:36:52.611042 11102 catalog_manager.cc:5697] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33011f3f452c4d97b3d650494268da63 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "33011f3f452c4d97b3d650494268da63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:52.613291 11320 leader_election.cc:304] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [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: 33011f3f452c4d97b3d650494268da63, f39fedd51f974625a08823d8dbd28844; no voters: 5f89cc72a07048559cab0a04a9955301
I20260630 12:36:52.614120 11426 raft_consensus.cc:2804] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.614571 11426 raft_consensus.cc:697] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Becoming Leader. State: Replica: 33011f3f452c4d97b3d650494268da63, State: Running, Role: LEADER
I20260630 12:36:52.615346 11426 consensus_queue.cc:237] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [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: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } }
I20260630 12:36:52.618160 11246 leader_election.cc:304] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [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: 5f89cc72a07048559cab0a04a9955301, f39fedd51f974625a08823d8dbd28844; no voters: 33011f3f452c4d97b3d650494268da63
I20260630 12:36:52.619364 11427 raft_consensus.cc:2764] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:36:52.621284 11104 catalog_manager.cc:5697] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 reported cstate change: term changed from 0 to 1, leader changed from <none> to f39fedd51f974625a08823d8dbd28844 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "f39fedd51f974625a08823d8dbd28844" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:52.625170 11102 catalog_manager.cc:5697] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 reported cstate change: term changed from 0 to 1, leader changed from <none> to 33011f3f452c4d97b3d650494268da63 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "33011f3f452c4d97b3d650494268da63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:52.897966 11410 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:52.909725 11410 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.024819 11427 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.034154 11427 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.062548 11206 raft_consensus.cc:3060] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:53.063431 11405 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.070024 11405 consensus_queue.cc:1048] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.074680 11405 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:53.086616 11441 consensus_queue.cc:1048] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:59.680178   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:59.687799 11452 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
W20260630 12:36:59.688045 11451 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
W20260630 12:36:59.688835 11454 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
I20260630 12:36:59.691978   445 server_base.cc:1061] running on GCE node
I20260630 12:36:59.694244   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:59.694483   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:59.694749   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823019694731 us; error 0 us; skew 500 ppm
I20260630 12:36:59.695364   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:59.698863   445 webserver.cc:533] Webserver started at http://127.0.111.68:41531/ using document root <none> and password file <none>
I20260630 12:36:59.699425   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:59.699649   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:59.699946   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:59.701433   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "8805314abb2443328ba4bdfe902e19a2"
format_stamp: "Formatted at 2026-06-30 12:36:59 on dist-test-slave-rw3v"
I20260630 12:36:59.706830   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:36:59.710701 11459 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:59.711556   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:59.711848   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "8805314abb2443328ba4bdfe902e19a2"
format_stamp: "Formatted at 2026-06-30 12:36:59 on dist-test-slave-rw3v"
I20260630 12:36:59.712100   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-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)
I20260630 12:36:59.730140   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:59.731508   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:59.732992   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:59.735529   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:59.735817   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:59.736110   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:59.736335   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:59.778736   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:44083
I20260630 12:36:59.778834 11521 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:44083 every 8 connection(s)
I20260630 12:36:59.794289 11522 heartbeater.cc:344] Connected to a master server at 127.0.111.126:45199
I20260630 12:36:59.794658 11522 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:59.795469 11522 heartbeater.cc:507] Master 127.0.111.126:45199 requested a full tablet report, sending...
I20260630 12:36:59.797320 11102 ts_manager.cc:194] Registered new tserver with Master: 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68:44083)
I20260630 12:36:59.798866 11102 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35262
W20260630 12:36:59.881604 11152 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 8408f4041d704c4ea9f97ecdd03e5a1b: could not find any suitable replica to move from server 33011f3f452c4d97b3d650494268da63 to server 8805314abb2443328ba4bdfe902e19a2
I20260630 12:37:00.801398 11522 heartbeater.cc:499] Master 127.0.111.126:45199 was elected leader, sending a full tablet report...
I20260630 12:37:01.331828 11355 consensus_queue.cc:237] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:01.342345 11206 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.342523 11280 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.344141 11528 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:01.345135 11441 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:01.353519 11321 consensus_peers.cc:597] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 -> Peer 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68:44083): Couldn't send request to peer 8805314abb2443328ba4bdfe902e19a2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 024b60c7b33a4ecfb4cc471cc1a857ef. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:01.354748 11441 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.356714 11280 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.356537 11206 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.373066 11102 catalog_manager.cc:5697] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 reported cstate change: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "33011f3f452c4d97b3d650494268da63" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.384385 11206 consensus_queue.cc:237] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:01.392199 11355 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.394692 11526 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:01.400386 11280 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.402202 11545 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:01.409147 11545 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
W20260630 12:37:01.410987 11172 consensus_peers.cc:597] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 -> Peer 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68:44083): Couldn't send request to peer 8805314abb2443328ba4bdfe902e19a2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2abddee672ce47b2a460ef127e2238cf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:01.411029 11354 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.413607 11280 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.425599 11102 catalog_manager.cc:5697] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 reported cstate change: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "5f89cc72a07048559cab0a04a9955301" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.437968 11280 consensus_queue.cc:237] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:01.445518 11354 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.446173 11206 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:01.447177 11531 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:01.448279 11530 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:01.455819 11247 consensus_peers.cc:597] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 -> Peer 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68:44083): Couldn't send request to peer 8805314abb2443328ba4bdfe902e19a2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 00d3fa4acc3045159fe2ea7c83517fd6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:01.457576 11530 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.459753 11206 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.460707 11354 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } } }
I20260630 12:37:01.470522 11104 catalog_manager.cc:5697] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 reported cstate change: config changed from index -1 to 2, NON_VOTER 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "f39fedd51f974625a08823d8dbd28844" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:01.723404 11554 ts_tablet_manager.cc:933] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: Initiating tablet copy from peer 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337)
I20260630 12:37:01.725179 11554 tablet_copy_client.cc:323] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:34337
I20260630 12:37:01.735095 11365 tablet_copy_service.cc:140] P 33011f3f452c4d97b3d650494268da63: Received BeginTabletCopySession request for tablet 024b60c7b33a4ecfb4cc471cc1a857ef from peer 8805314abb2443328ba4bdfe902e19a2 ({username='slave'} at 127.0.0.1:34730)
I20260630 12:37:01.735555 11365 tablet_copy_service.cc:161] P 33011f3f452c4d97b3d650494268da63: Beginning new tablet copy session on tablet 024b60c7b33a4ecfb4cc471cc1a857ef from peer 8805314abb2443328ba4bdfe902e19a2 at {username='slave'} at 127.0.0.1:34730: session id = 8805314abb2443328ba4bdfe902e19a2-024b60c7b33a4ecfb4cc471cc1a857ef
I20260630 12:37:01.741170 11365 tablet_copy_source_session.cc:215] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:01.743623 11554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 024b60c7b33a4ecfb4cc471cc1a857ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.754282 11554 tablet_copy_client.cc:806] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:01.754818 11554 tablet_copy_client.cc:670] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:01.758330 11554 tablet_copy_client.cc:538] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:01.764367 11554 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: Bootstrap starting.
I20260630 12:37:01.779337 11554 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: 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
I20260630 12:37:01.779995 11554 tablet_bootstrap.cc:492] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: Bootstrap complete.
I20260630 12:37:01.780527 11554 ts_tablet_manager.cc:1403] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.002s
I20260630 12:37:01.782567 11554 raft_consensus.cc:359] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:01.783167 11554 raft_consensus.cc:740] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8805314abb2443328ba4bdfe902e19a2, State: Initialized, Role: LEARNER
I20260630 12:37:01.783681 11554 consensus_queue.cc:260] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:01.786129 11554 ts_tablet_manager.cc:1434] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:01.787670 11365 tablet_copy_service.cc:342] P 33011f3f452c4d97b3d650494268da63: Request end of tablet copy session 8805314abb2443328ba4bdfe902e19a2-024b60c7b33a4ecfb4cc471cc1a857ef received from {username='slave'} at 127.0.0.1:34730
I20260630 12:37:01.788069 11365 tablet_copy_service.cc:434] P 33011f3f452c4d97b3d650494268da63: ending tablet copy session 8805314abb2443328ba4bdfe902e19a2-024b60c7b33a4ecfb4cc471cc1a857ef on tablet 024b60c7b33a4ecfb4cc471cc1a857ef with peer 8805314abb2443328ba4bdfe902e19a2
I20260630 12:37:01.950479 11554 ts_tablet_manager.cc:933] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: Initiating tablet copy from peer 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147)
I20260630 12:37:01.951983 11554 tablet_copy_client.cc:323] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:40147
I20260630 12:37:01.963094 11216 tablet_copy_service.cc:140] P 5f89cc72a07048559cab0a04a9955301: Received BeginTabletCopySession request for tablet 2abddee672ce47b2a460ef127e2238cf from peer 8805314abb2443328ba4bdfe902e19a2 ({username='slave'} at 127.0.0.1:38924)
I20260630 12:37:01.963681 11216 tablet_copy_service.cc:161] P 5f89cc72a07048559cab0a04a9955301: Beginning new tablet copy session on tablet 2abddee672ce47b2a460ef127e2238cf from peer 8805314abb2443328ba4bdfe902e19a2 at {username='slave'} at 127.0.0.1:38924: session id = 8805314abb2443328ba4bdfe902e19a2-2abddee672ce47b2a460ef127e2238cf
I20260630 12:37:01.972172 11216 tablet_copy_source_session.cc:215] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:01.975239 11554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2abddee672ce47b2a460ef127e2238cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.990257 11554 tablet_copy_client.cc:806] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:01.990804 11554 tablet_copy_client.cc:670] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:01.994144 11554 tablet_copy_client.cc:538] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:02.000753 11554 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: Bootstrap starting.
I20260630 12:37:02.010954 11562 ts_tablet_manager.cc:933] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: Initiating tablet copy from peer f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153)
I20260630 12:37:02.012439 11562 tablet_copy_client.cc:323] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:38153
I20260630 12:37:02.016634 11554 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: 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
I20260630 12:37:02.017496 11554 tablet_bootstrap.cc:492] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: Bootstrap complete.
I20260630 12:37:02.018172 11554 ts_tablet_manager.cc:1403] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:37:02.021021 11554 raft_consensus.cc:359] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:02.021838 11554 raft_consensus.cc:740] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8805314abb2443328ba4bdfe902e19a2, State: Initialized, Role: LEARNER
I20260630 12:37:02.022222 11291 tablet_copy_service.cc:140] P f39fedd51f974625a08823d8dbd28844: Received BeginTabletCopySession request for tablet 00d3fa4acc3045159fe2ea7c83517fd6 from peer 8805314abb2443328ba4bdfe902e19a2 ({username='slave'} at 127.0.0.1:33706)
I20260630 12:37:02.022668 11291 tablet_copy_service.cc:161] P f39fedd51f974625a08823d8dbd28844: Beginning new tablet copy session on tablet 00d3fa4acc3045159fe2ea7c83517fd6 from peer 8805314abb2443328ba4bdfe902e19a2 at {username='slave'} at 127.0.0.1:33706: session id = 8805314abb2443328ba4bdfe902e19a2-00d3fa4acc3045159fe2ea7c83517fd6
I20260630 12:37:02.022508 11554 consensus_queue.cc:260] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:02.025019 11554 ts_tablet_manager.cc:1434] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:02.026826 11216 tablet_copy_service.cc:342] P 5f89cc72a07048559cab0a04a9955301: Request end of tablet copy session 8805314abb2443328ba4bdfe902e19a2-2abddee672ce47b2a460ef127e2238cf received from {username='slave'} at 127.0.0.1:38924
I20260630 12:37:02.027271 11216 tablet_copy_service.cc:434] P 5f89cc72a07048559cab0a04a9955301: ending tablet copy session 8805314abb2443328ba4bdfe902e19a2-2abddee672ce47b2a460ef127e2238cf on tablet 2abddee672ce47b2a460ef127e2238cf with peer 8805314abb2443328ba4bdfe902e19a2
I20260630 12:37:02.030442 11291 tablet_copy_source_session.cc:215] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:02.033509 11562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00d3fa4acc3045159fe2ea7c83517fd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:02.044418 11562 tablet_copy_client.cc:806] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:02.044890 11562 tablet_copy_client.cc:670] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:02.048318 11562 tablet_copy_client.cc:538] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:02.056573 11562 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: Bootstrap starting.
I20260630 12:37:02.075513 11562 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: 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
I20260630 12:37:02.076363 11562 tablet_bootstrap.cc:492] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: Bootstrap complete.
I20260630 12:37:02.077016 11562 ts_tablet_manager.cc:1403] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.005s
I20260630 12:37:02.079902 11562 raft_consensus.cc:359] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:02.080740 11562 raft_consensus.cc:740] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8805314abb2443328ba4bdfe902e19a2, State: Initialized, Role: LEARNER
I20260630 12:37:02.081365 11562 consensus_queue.cc:260] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: true } }
I20260630 12:37:02.083618 11562 ts_tablet_manager.cc:1434] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:02.085359 11291 tablet_copy_service.cc:342] P f39fedd51f974625a08823d8dbd28844: Request end of tablet copy session 8805314abb2443328ba4bdfe902e19a2-00d3fa4acc3045159fe2ea7c83517fd6 received from {username='slave'} at 127.0.0.1:33706
I20260630 12:37:02.085785 11291 tablet_copy_service.cc:434] P f39fedd51f974625a08823d8dbd28844: ending tablet copy session 8805314abb2443328ba4bdfe902e19a2-00d3fa4acc3045159fe2ea7c83517fd6 on tablet 00d3fa4acc3045159fe2ea7c83517fd6 with peer 8805314abb2443328ba4bdfe902e19a2
W20260630 12:37:02.268128 11518 debug-util.cc:398] Leaking SignalData structure 0x7b0800143b20 after lost signal to thread 448
W20260630 12:37:02.269454 11518 debug-util.cc:398] Leaking SignalData structure 0x7b08000a4860 after lost signal to thread 11138
I20260630 12:37:02.293126 11497 raft_consensus.cc:1217] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:02.340909 11497 raft_consensus.cc:1217] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:02.552047 11497 raft_consensus.cc:1217] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:02.743008 11441 raft_consensus.cc:1064] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: attempting to promote NON_VOTER 8805314abb2443328ba4bdfe902e19a2 to VOTER
I20260630 12:37:02.745458 11441 consensus_queue.cc:237] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:02.751719 11497 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.753539 11280 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.754029 11206 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.755224 11567 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:02.756701 11566 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:02.763991 11441 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:02.778103 11566 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.782660 11497 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.790343 11206 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.796747 11103 catalog_manager.cc:5697] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 reported cstate change: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "33011f3f452c4d97b3d650494268da63" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.794764 11280 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } attrs { replace: true } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.828141 11568 raft_consensus.cc:1064] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: attempting to promote NON_VOTER 8805314abb2443328ba4bdfe902e19a2 to VOTER
I20260630 12:37:02.830376 11354 consensus_queue.cc:237] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [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: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:02.830621 11568 consensus_queue.cc:237] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:02.847378 11497 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:02.849040 11441 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:02.856674 11567 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f89cc72a07048559cab0a04a9955301 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.865804 11280 raft_consensus.cc:1275] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Refusing update from remote peer 33011f3f452c4d97b3d650494268da63: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:02.867434 11566 consensus_queue.cc:1048] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:02.873170 11280 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f89cc72a07048559cab0a04a9955301 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.876443 11497 raft_consensus.cc:2955] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5f89cc72a07048559cab0a04a9955301 (127.0.111.65) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.879931 11496 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.883154 11281 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.881003 11089 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 024b60c7b33a4ecfb4cc471cc1a857ef with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:02.882288 11354 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:02.884192 11102 catalog_manager.cc:5697] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 reported cstate change: config changed from index 3 to 4, VOTER 5f89cc72a07048559cab0a04a9955301 (127.0.111.65) evicted. New cstate: current_term: 1 leader_uuid: "33011f3f452c4d97b3d650494268da63" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:02.885177 11569 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:02.887037 11569 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:02.888809 11569 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:02.930914 11170 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.67:34337, user_credentials={real_user=slave}} blocked reactor thread for 45820.6us
I20260630 12:37:02.936261 11569 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.940341 11281 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.944205 11196 tablet_service.cc:1558] Processing DeleteTablet for tablet 024b60c7b33a4ecfb4cc471cc1a857ef with delete_type TABLET_DATA_TOMBSTONED (TS 5f89cc72a07048559cab0a04a9955301 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33630
I20260630 12:37:02.949102 11497 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.957144 11102 catalog_manager.cc:5697] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 reported cstate change: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5f89cc72a07048559cab0a04a9955301" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.962687 11586 tablet_replica.cc:333] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: stopping tablet replica
I20260630 12:37:02.962961 11355 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } attrs { replace: true } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:02.966410 11586 raft_consensus.cc:2243] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.967175 11586 raft_consensus.cc:2272] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.973272 11586 ts_tablet_manager.cc:1916] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:02.978561 11206 consensus_queue.cc:237] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:02.988813 11355 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:02.989847 11497 raft_consensus.cc:1275] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Refusing update from remote peer 5f89cc72a07048559cab0a04a9955301: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:02.990461 11582 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:02.991429 11568 consensus_queue.cc:1048] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:02.998788 11586 ts_tablet_manager.cc:1929] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:37:02.999341 11586 log.cc:1199] T 024b60c7b33a4ecfb4cc471cc1a857ef P 5f89cc72a07048559cab0a04a9955301: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-0-root/wals/024b60c7b33a4ecfb4cc471cc1a857ef
I20260630 12:37:02.998493 11545 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f39fedd51f974625a08823d8dbd28844 (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.003743 11355 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f39fedd51f974625a08823d8dbd28844 (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.005014 11496 raft_consensus.cc:2955] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f39fedd51f974625a08823d8dbd28844 (127.0.111.66) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.008312 11090 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2abddee672ce47b2a460ef127e2238cf with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:03.011199 11090 catalog_manager.cc:5028] TS 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147): tablet 024b60c7b33a4ecfb4cc471cc1a857ef (table test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]) successfully deleted
I20260630 12:37:03.013366 11104 catalog_manager.cc:5697] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 reported cstate change: config changed from index 3 to 4, VOTER f39fedd51f974625a08823d8dbd28844 (127.0.111.66) evicted. New cstate: current_term: 1 leader_uuid: "5f89cc72a07048559cab0a04a9955301" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:03.026782 11268 tablet_service.cc:1558] Processing DeleteTablet for tablet 2abddee672ce47b2a460ef127e2238cf with delete_type TABLET_DATA_TOMBSTONED (TS f39fedd51f974625a08823d8dbd28844 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37646
I20260630 12:37:03.040212 11587 tablet_replica.cc:333] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: stopping tablet replica
I20260630 12:37:03.041378 11587 raft_consensus.cc:2243] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:03.042052 11587 raft_consensus.cc:2272] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:03.045789 11587 ts_tablet_manager.cc:1916] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:03.062345 11587 ts_tablet_manager.cc:1929] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:37:03.062817 11587 log.cc:1199] T 2abddee672ce47b2a460ef127e2238cf P f39fedd51f974625a08823d8dbd28844: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-1-root/wals/2abddee672ce47b2a460ef127e2238cf
I20260630 12:37:03.063056 11571 raft_consensus.cc:1064] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: attempting to promote NON_VOTER 8805314abb2443328ba4bdfe902e19a2 to VOTER
I20260630 12:37:03.065652 11571 consensus_queue.cc:237] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:03.067770 11090 catalog_manager.cc:5028] TS f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153): tablet 2abddee672ce47b2a460ef127e2238cf (table test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]) successfully deleted
I20260630 12:37:03.074220 11206 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:03.076627 11355 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:03.077754 11496 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 LEARNER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:03.076854 11570 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.005s
I20260630 12:37:03.086140 11570 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:03.092249 11570 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:03.119796 11206 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
W20260630 12:37:03.124782 11247 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.68:44083, user_credentials={real_user=slave}} blocked reactor thread for 44031.5us
I20260630 12:37:03.122882 11590 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.137492 11496 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.164491 11101 catalog_manager.cc:5697] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 reported cstate change: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f39fedd51f974625a08823d8dbd28844" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.167727 11355 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8805314abb2443328ba4bdfe902e19a2 (127.0.111.68) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "33011f3f452c4d97b3d650494268da63" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 34337 } attrs { replace: true } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.181718 11281 consensus_queue.cc:237] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [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: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } }
I20260630 12:37:03.187424 11206 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:03.187386 11496 raft_consensus.cc:1275] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Refusing update from remote peer f39fedd51f974625a08823d8dbd28844: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:03.189090 11590 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:03.190018 11589 consensus_queue.cc:1048] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:03.197108 11589 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 33011f3f452c4d97b3d650494268da63 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.200488 11206 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 33011f3f452c4d97b3d650494268da63 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.202775 11496 raft_consensus.cc:2955] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 33011f3f452c4d97b3d650494268da63 (127.0.111.67) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.215816 11104 catalog_manager.cc:5697] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 reported cstate change: config changed from index 3 to 4, VOTER 33011f3f452c4d97b3d650494268da63 (127.0.111.67) evicted. New cstate: current_term: 1 leader_uuid: "f39fedd51f974625a08823d8dbd28844" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5f89cc72a07048559cab0a04a9955301" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40147 } } peers { permanent_uuid: "f39fedd51f974625a08823d8dbd28844" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 38153 } } peers { permanent_uuid: "8805314abb2443328ba4bdfe902e19a2" member_type: VOTER last_known_addr { host: "127.0.111.68" port: 44083 } attrs { promote: false } } }
I20260630 12:37:03.220675 11090 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 00d3fa4acc3045159fe2ea7c83517fd6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:03.230029 11342 tablet_service.cc:1558] Processing DeleteTablet for tablet 00d3fa4acc3045159fe2ea7c83517fd6 with delete_type TABLET_DATA_TOMBSTONED (TS 33011f3f452c4d97b3d650494268da63 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53784
I20260630 12:37:03.232215 11594 tablet_replica.cc:333] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: stopping tablet replica
I20260630 12:37:03.233253 11594 raft_consensus.cc:2243] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:03.234004 11594 raft_consensus.cc:2272] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:03.237727 11594 ts_tablet_manager.cc:1916] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:03.253330 11594 ts_tablet_manager.cc:1929] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:37:03.253712 11594 log.cc:1199] T 00d3fa4acc3045159fe2ea7c83517fd6 P 33011f3f452c4d97b3d650494268da63: Deleting WAL directory at /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822785200141-445-0/minicluster-data/ts-2-root/wals/00d3fa4acc3045159fe2ea7c83517fd6
I20260630 12:37:03.255460 11089 catalog_manager.cc:5028] TS 33011f3f452c4d97b3d650494268da63 (127.0.111.67:34337): tablet 00d3fa4acc3045159fe2ea7c83517fd6 (table test-workload [id=8408f4041d704c4ea9f97ecdd03e5a1b]) successfully deleted
I20260630 12:37:04.080385   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:37:04.105005   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.105674   445 tablet_replica.cc:333] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301: stopping tablet replica
I20260630 12:37:04.106465   445 raft_consensus.cc:2243] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.107571   445 raft_consensus.cc:2272] T 2abddee672ce47b2a460ef127e2238cf P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.109988   445 tablet_replica.cc:333] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301: stopping tablet replica
I20260630 12:37:04.110461   445 raft_consensus.cc:2243] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.110981   445 raft_consensus.cc:2272] T 00d3fa4acc3045159fe2ea7c83517fd6 P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.113525   445 tablet_replica.cc:333] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301: stopping tablet replica
I20260630 12:37:04.114003   445 raft_consensus.cc:2243] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.114473   445 raft_consensus.cc:2272] T aeec4bb4f431470dae4ff0c4eabc6c1a P 5f89cc72a07048559cab0a04a9955301 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.138803   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:37:04.155859   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:37:04.171056 11320 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:40147: connect: Connection refused (error 111) [suppressed 15 similar messages]
W20260630 12:37:04.174830 11320 consensus_peers.cc:597] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 -> Peer 5f89cc72a07048559cab0a04a9955301 (127.0.111.65:40147): Couldn't send request to peer 5f89cc72a07048559cab0a04a9955301. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:40147: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:04.178416 11320 consensus_peers.cc:597] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 -> Peer f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153): Couldn't send request to peer f39fedd51f974625a08823d8dbd28844. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:04.191376   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.192157   445 tablet_replica.cc:333] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844: stopping tablet replica
I20260630 12:37:04.192781   445 raft_consensus.cc:2243] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.193266   445 raft_consensus.cc:2272] T 024b60c7b33a4ecfb4cc471cc1a857ef P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.195406   445 tablet_replica.cc:333] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844: stopping tablet replica
I20260630 12:37:04.195887   445 raft_consensus.cc:2243] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.196617   445 raft_consensus.cc:2272] T 00d3fa4acc3045159fe2ea7c83517fd6 P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.199122   445 tablet_replica.cc:333] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844: stopping tablet replica
I20260630 12:37:04.199649   445 raft_consensus.cc:2243] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.200057   445 raft_consensus.cc:2272] T aeec4bb4f431470dae4ff0c4eabc6c1a P f39fedd51f974625a08823d8dbd28844 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.223434   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
W20260630 12:37:04.239491 11320 consensus_peers.cc:597] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 -> Peer f39fedd51f974625a08823d8dbd28844 (127.0.111.66:38153): Couldn't send request to peer f39fedd51f974625a08823d8dbd28844. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.66:38153: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:04.245064   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:37:04.271049   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.271858   445 tablet_replica.cc:333] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63: stopping tablet replica
I20260630 12:37:04.272511   445 raft_consensus.cc:2243] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.273283   445 raft_consensus.cc:2272] T 024b60c7b33a4ecfb4cc471cc1a857ef P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.275523   445 tablet_replica.cc:333] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63: stopping tablet replica
I20260630 12:37:04.275986   445 raft_consensus.cc:2243] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.276469   445 raft_consensus.cc:2272] T 2abddee672ce47b2a460ef127e2238cf P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.278792   445 tablet_replica.cc:333] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63: stopping tablet replica
I20260630 12:37:04.279304   445 raft_consensus.cc:2243] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:04.280076   445 raft_consensus.cc:2272] T aeec4bb4f431470dae4ff0c4eabc6c1a P 33011f3f452c4d97b3d650494268da63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.304215   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:37:04.320767   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:37:04.343046   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:04.343732   445 tablet_replica.cc:333] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2: stopping tablet replica
I20260630 12:37:04.344310   445 raft_consensus.cc:2243] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.344815   445 raft_consensus.cc:2272] T 00d3fa4acc3045159fe2ea7c83517fd6 P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.346616   445 tablet_replica.cc:333] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2: stopping tablet replica
I20260630 12:37:04.347093   445 raft_consensus.cc:2243] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.347618   445 raft_consensus.cc:2272] T 2abddee672ce47b2a460ef127e2238cf P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:04.349326   445 tablet_replica.cc:333] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2: stopping tablet replica
I20260630 12:37:04.349735   445 raft_consensus.cc:2243] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:04.350184   445 raft_consensus.cc:2272] T 024b60c7b33a4ecfb4cc471cc1a857ef P 8805314abb2443328ba4bdfe902e19a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:05.382962   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:37:05.395443   445 master.cc:562] Master@127.0.111.126:45199 shutting down...
I20260630 12:37:05.414618   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:05.415103   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:05.415446   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5b45eace1afa4dd5b59e5c9581e81468: stopping tablet replica
I20260630 12:37:05.433590   445 master.cc:584] Master@127.0.111.126:45199 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (14752 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:37:05.472498   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:43947
I20260630 12:37:05.473536   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:05.478111 11598 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
W20260630 12:37:05.478176 11597 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
W20260630 12:37:05.479516 11600 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
I20260630 12:37:05.480917   445 server_base.cc:1061] running on GCE node
I20260630 12:37:05.481791   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:05.481961   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:05.482127   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823025482110 us; error 0 us; skew 500 ppm
I20260630 12:37:05.482631   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:05.484838   445 webserver.cc:533] Webserver started at http://127.0.111.126:39529/ using document root <none> and password file <none>
I20260630 12:37:05.485311   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:05.485474   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:05.485730   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:05.486744   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "2ad05320392b46caa2d2bb6970e90390"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.490908   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:37:05.493988 11605 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.494624   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:05.494876   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "2ad05320392b46caa2d2bb6970e90390"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.495126   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-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)
I20260630 12:37:05.509023   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:05.510037   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:05.544428   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:43947
I20260630 12:37:05.544560 11656 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:43947 every 8 connection(s)
I20260630 12:37:05.548236 11657 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:05.558749 11657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390: Bootstrap starting.
I20260630 12:37:05.563311 11657 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:05.567497 11657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390: No bootstrap required, opened a new log
I20260630 12:37:05.569681 11657 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER }
I20260630 12:37:05.570061 11657 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:05.570271 11657 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ad05320392b46caa2d2bb6970e90390, State: Initialized, Role: FOLLOWER
I20260630 12:37:05.570835 11657 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER }
I20260630 12:37:05.571298 11657 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:05.571501 11657 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:05.571748 11657 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:05.576362 11657 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER }
I20260630 12:37:05.576874 11657 leader_election.cc:304] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [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: 2ad05320392b46caa2d2bb6970e90390; no voters: 
I20260630 12:37:05.577931 11657 leader_election.cc:290] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:05.578325 11660 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:05.579581 11660 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 1 LEADER]: Becoming Leader. State: Replica: 2ad05320392b46caa2d2bb6970e90390, State: Running, Role: LEADER
I20260630 12:37:05.580237 11660 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [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: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER }
I20260630 12:37:05.580570 11657 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:05.584635 11662 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ad05320392b46caa2d2bb6970e90390. Latest consensus state: current_term: 1 leader_uuid: "2ad05320392b46caa2d2bb6970e90390" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER } }
I20260630 12:37:05.585330 11662 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:05.585064 11661 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2ad05320392b46caa2d2bb6970e90390" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2ad05320392b46caa2d2bb6970e90390" member_type: VOTER } }
I20260630 12:37:05.585772 11661 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:05.594348 11666 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:05.601621 11666 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:05.602478   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:05.609874 11666 catalog_manager.cc:1383] Generated new cluster ID: 10ab7c9af9b8453b812aaf502719f051
I20260630 12:37:05.610144 11666 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:05.623718 11666 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:05.624924 11666 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:05.639843 11666 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390: Generated new TSK 0
I20260630 12:37:05.640398 11666 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:05.668983   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:05.674590 11678 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
W20260630 12:37:05.675240 11679 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
W20260630 12:37:05.676690 11681 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
I20260630 12:37:05.677073   445 server_base.cc:1061] running on GCE node
I20260630 12:37:05.677901   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:05.678084   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:05.678207   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823025678196 us; error 0 us; skew 500 ppm
I20260630 12:37:05.678623   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:05.680671   445 webserver.cc:533] Webserver started at http://127.0.111.65:40803/ using document root <none> and password file <none>
I20260630 12:37:05.681093   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:05.681257   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:05.681478   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:05.682529   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "43a12cd7726246ffa434ab20a05f00d7"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.686589   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:05.689764 11686 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.690454   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:05.690701   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "43a12cd7726246ffa434ab20a05f00d7"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.690928   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-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)
I20260630 12:37:05.713110   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:05.714056   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:05.715348   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:05.717417   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:05.717586   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.717823   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:05.717962   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.753098   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:40907
I20260630 12:37:05.753219 11748 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:40907 every 8 connection(s)
I20260630 12:37:05.757643   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:05.764688 11754 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
W20260630 12:37:05.765506 11753 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
W20260630 12:37:05.769001 11756 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
I20260630 12:37:05.769459 11749 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43947
I20260630 12:37:05.769833 11749 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:05.770267   445 server_base.cc:1061] running on GCE node
I20260630 12:37:05.770567 11749 heartbeater.cc:507] Master 127.0.111.126:43947 requested a full tablet report, sending...
I20260630 12:37:05.771349   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:05.771585   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:05.771741   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823025771726 us; error 0 us; skew 500 ppm
I20260630 12:37:05.772253   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:05.772558 11622 ts_manager.cc:194] Registered new tserver with Master: 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907)
I20260630 12:37:05.774610 11622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34036
I20260630 12:37:05.774667   445 webserver.cc:533] Webserver started at http://127.0.111.66:42137/ using document root <none> and password file <none>
I20260630 12:37:05.775226   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:05.775414   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:05.775719   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:05.776767   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "527fb4004e624b19a9c1d0b001e118bf"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.780833   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:05.783944 11761 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.784629   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:05.784886   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "527fb4004e624b19a9c1d0b001e118bf"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.785128   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-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)
I20260630 12:37:05.824196   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:05.825203   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:05.826507   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:05.828665   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:05.828855   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.829088   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:05.829236   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.864946   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:41065
I20260630 12:37:05.865051 11823 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:41065 every 8 connection(s)
I20260630 12:37:05.869612   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:05.876065 11827 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
W20260630 12:37:05.876893 11828 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
I20260630 12:37:05.880149   445 server_base.cc:1061] running on GCE node
W20260630 12:37:05.880548 11830 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
I20260630 12:37:05.881192 11824 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43947
I20260630 12:37:05.881541 11824 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:05.881572   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:05.881974   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:05.882138   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823025882123 us; error 0 us; skew 500 ppm
I20260630 12:37:05.882378 11824 heartbeater.cc:507] Master 127.0.111.126:43947 requested a full tablet report, sending...
I20260630 12:37:05.882730   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:05.884524 11622 ts_manager.cc:194] Registered new tserver with Master: 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:05.885366   445 webserver.cc:533] Webserver started at http://127.0.111.67:33795/ using document root <none> and password file <none>
I20260630 12:37:05.886097   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:05.886396   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:05.886436 11622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34044
I20260630 12:37:05.886845   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:05.888170   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "0a7c80c93e984edcac656a275ed37bcc"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.892426   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:05.895486 11835 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.896176   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:37:05.896469   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "0a7c80c93e984edcac656a275ed37bcc"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-rw3v"
I20260630 12:37:05.896780   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822785200141-445-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)
I20260630 12:37:05.914987   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:05.916086   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:05.917412   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:05.919518   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:05.919704   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.919921   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:05.920066   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:05.960602   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:35489
I20260630 12:37:05.960706 11897 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:35489 every 8 connection(s)
I20260630 12:37:05.973649 11898 heartbeater.cc:344] Connected to a master server at 127.0.111.126:43947
I20260630 12:37:05.974041 11898 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:05.974736 11898 heartbeater.cc:507] Master 127.0.111.126:43947 requested a full tablet report, sending...
I20260630 12:37:05.976514 11622 ts_manager.cc:194] Registered new tserver with Master: 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:05.976961   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013328124s
I20260630 12:37:05.977792 11622 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34054
I20260630 12:37:06.777347 11749 heartbeater.cc:499] Master 127.0.111.126:43947 was elected leader, sending a full tablet report...
I20260630 12:37:06.889528 11824 heartbeater.cc:499] Master 127.0.111.126:43947 was elected leader, sending a full tablet report...
I20260630 12:37:06.980708 11898 heartbeater.cc:499] Master 127.0.111.126:43947 was elected leader, sending a full tablet report...
I20260630 12:37:07.037629 11622 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34066:
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"
    }
  }
}
W20260630 12:37:07.040333 11622 catalog_manager.cc:7077] 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.
I20260630 12:37:07.103022 11714 tablet_service.cc:1511] Processing CreateTablet for tablet d7665338b14945df8bcbed616c13ca3c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:07.104975 11714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7665338b14945df8bcbed616c13ca3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.110716 11713 tablet_service.cc:1511] Processing CreateTablet for tablet ef90c5175d234394a38fb05360a7a6c7 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:07.112237 11713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef90c5175d234394a38fb05360a7a6c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.116930 11712 tablet_service.cc:1511] Processing CreateTablet for tablet 7f2ed1ca59f64886a9f52d0715dff3fb (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:07.118295 11712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f2ed1ca59f64886a9f52d0715dff3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.123283 11863 tablet_service.cc:1511] Processing CreateTablet for tablet d7665338b14945df8bcbed616c13ca3c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:07.124794 11863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7665338b14945df8bcbed616c13ca3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.125145 11711 tablet_service.cc:1511] Processing CreateTablet for tablet 3f2132877ac04359b0f174cb62dc6421 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:07.126382 11711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3f2132877ac04359b0f174cb62dc6421. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.127656 11862 tablet_service.cc:1511] Processing CreateTablet for tablet ef90c5175d234394a38fb05360a7a6c7 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:07.128942 11862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef90c5175d234394a38fb05360a7a6c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.128700 11861 tablet_service.cc:1511] Processing CreateTablet for tablet 7f2ed1ca59f64886a9f52d0715dff3fb (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:07.131280 11858 tablet_service.cc:1511] Processing CreateTablet for tablet d8a538d11ea14b81a42810cc214c395c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:07.132786 11710 tablet_service.cc:1511] Processing CreateTablet for tablet 8c3257f219d14c05b545ed1900564156 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:07.133158 11709 tablet_service.cc:1511] Processing CreateTablet for tablet d8a538d11ea14b81a42810cc214c395c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:07.134191 11710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c3257f219d14c05b545ed1900564156. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.134792 11709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8a538d11ea14b81a42810cc214c395c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.137780 11860 tablet_service.cc:1511] Processing CreateTablet for tablet 3f2132877ac04359b0f174cb62dc6421 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:07.132721 11858 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8a538d11ea14b81a42810cc214c395c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.143515 11860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3f2132877ac04359b0f174cb62dc6421. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.147490 11861 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f2ed1ca59f64886a9f52d0715dff3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.134112 11859 tablet_service.cc:1511] Processing CreateTablet for tablet 8c3257f219d14c05b545ed1900564156 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:07.148864 11859 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c3257f219d14c05b545ed1900564156. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.150250 11789 tablet_service.cc:1511] Processing CreateTablet for tablet d7665338b14945df8bcbed616c13ca3c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:07.151678 11789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7665338b14945df8bcbed616c13ca3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.156973 11788 tablet_service.cc:1511] Processing CreateTablet for tablet ef90c5175d234394a38fb05360a7a6c7 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:07.158262 11788 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef90c5175d234394a38fb05360a7a6c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.164916 11787 tablet_service.cc:1511] Processing CreateTablet for tablet 7f2ed1ca59f64886a9f52d0715dff3fb (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:07.166258 11787 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f2ed1ca59f64886a9f52d0715dff3fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.168787 11919 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.172957 11786 tablet_service.cc:1511] Processing CreateTablet for tablet 3f2132877ac04359b0f174cb62dc6421 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:07.174296 11786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3f2132877ac04359b0f174cb62dc6421. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.182595 11919 tablet_bootstrap.cc:654] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.188862 11785 tablet_service.cc:1511] Processing CreateTablet for tablet 8c3257f219d14c05b545ed1900564156 (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:07.190138 11785 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c3257f219d14c05b545ed1900564156. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.192272 11784 tablet_service.cc:1511] Processing CreateTablet for tablet d8a538d11ea14b81a42810cc214c395c (DEFAULT_TABLE table=test-workload [id=44a8b6f9c6004271928e80b8427f07d2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:07.193454 11784 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8a538d11ea14b81a42810cc214c395c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.218142 11920 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.224581 11920 tablet_bootstrap.cc:654] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.229360 11919 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.229885 11919 ts_tablet_manager.cc:1403] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.061s	user 0.012s	sys 0.021s
I20260630 12:37:07.232782 11919 raft_consensus.cc:359] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.233738 11919 raft_consensus.cc:385] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.234094 11919 raft_consensus.cc:740] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.234900 11919 consensus_queue.cc:260] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.248718 11919 ts_tablet_manager.cc:1434] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.018s	user 0.015s	sys 0.002s
I20260630 12:37:07.249755 11919 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.255996 11919 tablet_bootstrap.cc:654] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.260370 11924 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.261466 11919 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.262061 11919 ts_tablet_manager.cc:1403] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.005s
I20260630 12:37:07.265074 11919 raft_consensus.cc:359] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.265812 11919 raft_consensus.cc:385] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.266117 11924 tablet_bootstrap.cc:654] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.266145 11919 raft_consensus.cc:740] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.267180 11919 consensus_queue.cc:260] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.268483 11920 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.269027 11920 ts_tablet_manager.cc:1403] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.051s	user 0.029s	sys 0.020s
I20260630 12:37:07.269263 11919 ts_tablet_manager.cc:1434] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:07.270274 11919 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.272001 11920 raft_consensus.cc:359] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.272756 11920 raft_consensus.cc:385] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.273104 11920 raft_consensus.cc:740] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.274132 11920 consensus_queue.cc:260] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.276418 11919 tablet_bootstrap.cc:654] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.283794 11920 ts_tablet_manager.cc:1434] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.003s
I20260630 12:37:07.284409 11924 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.284472 11919 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.284797 11920 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.285058 11924 ts_tablet_manager.cc:1403] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.025s	user 0.004s	sys 0.019s
I20260630 12:37:07.285254 11919 ts_tablet_manager.cc:1403] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:37:07.288214 11924 raft_consensus.cc:359] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.288444 11919 raft_consensus.cc:359] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.289007 11924 raft_consensus.cc:385] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.289165 11919 raft_consensus.cc:385] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.289455 11924 raft_consensus.cc:740] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.289517 11919 raft_consensus.cc:740] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.290531 11924 consensus_queue.cc:260] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.290890 11919 consensus_queue.cc:260] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.294075 11920 tablet_bootstrap.cc:654] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.295688 11919 ts_tablet_manager.cc:1434] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260630 12:37:07.295845 11924 ts_tablet_manager.cc:1434] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:37:07.296747 11924 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.296849 11919 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.302917 11924 tablet_bootstrap.cc:654] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.305531 11919 tablet_bootstrap.cc:654] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.308241 11920 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.308769 11920 ts_tablet_manager.cc:1403] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.004s
I20260630 12:37:07.309166 11924 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.309634 11924 ts_tablet_manager.cc:1403] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.001s
I20260630 12:37:07.310770 11919 tablet_bootstrap.cc:492] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.311254 11919 ts_tablet_manager.cc:1403] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.008s
I20260630 12:37:07.311210 11920 raft_consensus.cc:359] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.311929 11920 raft_consensus.cc:385] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.312170 11920 raft_consensus.cc:740] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.312345 11924 raft_consensus.cc:359] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.312788 11920 consensus_queue.cc:260] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.313078 11924 raft_consensus.cc:385] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.313460 11924 raft_consensus.cc:740] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.314196 11919 raft_consensus.cc:359] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.314724 11920 ts_tablet_manager.cc:1434] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
I20260630 12:37:07.314374 11924 consensus_queue.cc:260] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.314975 11919 raft_consensus.cc:385] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.315357 11919 raft_consensus.cc:740] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.315829 11920 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.316696 11924 ts_tablet_manager.cc:1434] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:07.316324 11919 consensus_queue.cc:260] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.317792 11924 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.321058 11919 ts_tablet_manager.cc:1434] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:07.322094 11919 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.322463 11920 tablet_bootstrap.cc:654] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.324429 11924 tablet_bootstrap.cc:654] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.327936 11919 tablet_bootstrap.cc:654] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.331403 11927 raft_consensus.cc:493] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.332012 11927 raft_consensus.cc:515] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.338563 11924 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.339183 11924 ts_tablet_manager.cc:1403] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260630 12:37:07.342212 11924 raft_consensus.cc:359] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.343075 11924 raft_consensus.cc:385] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.343451 11924 raft_consensus.cc:740] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.346194 11927 leader_election.cc:290] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.347719 11924 consensus_queue.cc:260] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.349186 11919 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.349715 11919 ts_tablet_manager.cc:1403] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.028s	user 0.014s	sys 0.013s
I20260630 12:37:07.349849 11924 ts_tablet_manager.cc:1434] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
I20260630 12:37:07.350831 11924 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.353430 11929 raft_consensus.cc:493] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.353896 11929 raft_consensus.cc:515] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.346040 11938 raft_consensus.cc:493] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.355382 11938 raft_consensus.cc:515] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.356650 11929 leader_election.cc:290] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.352712 11919 raft_consensus.cc:359] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.357447 11938 leader_election.cc:290] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.357561 11919 raft_consensus.cc:385] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.358161 11920 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.366401 11920 ts_tablet_manager.cc:1403] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.051s	user 0.009s	sys 0.013s
I20260630 12:37:07.367795 11924 tablet_bootstrap.cc:654] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.369277 11920 raft_consensus.cc:359] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.369988 11920 raft_consensus.cc:385] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.370265 11920 raft_consensus.cc:740] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.371096 11920 consensus_queue.cc:260] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.374711 11920 ts_tablet_manager.cc:1434] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:07.375636 11920 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.376583 11919 raft_consensus.cc:740] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.377205 11873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.377403 11919 consensus_queue.cc:260] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.377972 11873 raft_consensus.cc:2468] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 0.
I20260630 12:37:07.379314 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.382128 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.382606 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.382786 11724 raft_consensus.cc:2468] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527fb4004e624b19a9c1d0b001e118bf in term 0.
I20260630 12:37:07.383451 11919 ts_tablet_manager.cc:1434] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.000s
W20260630 12:37:07.383976 11762 leader_election.cc:343] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.384871 11764 leader_election.cc:304] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [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: 43a12cd7726246ffa434ab20a05f00d7, 527fb4004e624b19a9c1d0b001e118bf; no voters: 0a7c80c93e984edcac656a275ed37bcc
I20260630 12:37:07.385746 11929 raft_consensus.cc:2804] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.386111 11929 raft_consensus.cc:493] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.386655 11929 raft_consensus.cc:3060] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.384435 11919 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: Bootstrap starting.
I20260630 12:37:07.391515 11687 leader_election.cc:304] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [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: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7; no voters: 
W20260630 12:37:07.392434 11687 leader_election.cc:343] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.393074 11938 raft_consensus.cc:2804] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.393438 11938 raft_consensus.cc:493] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.393748 11938 raft_consensus.cc:3060] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.394627 11919 tablet_bootstrap.cc:654] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.395318 11929 raft_consensus.cc:515] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.396382 11920 tablet_bootstrap.cc:654] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.398110 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7"
I20260630 12:37:07.398679 11724 raft_consensus.cc:3060] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.400404 11924 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.400916 11924 ts_tablet_manager.cc:1403] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.050s	user 0.019s	sys 0.001s
I20260630 12:37:07.404722 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc"
W20260630 12:37:07.405898 11762 leader_election.cc:343] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.405903 11724 raft_consensus.cc:2468] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527fb4004e624b19a9c1d0b001e118bf in term 1.
I20260630 12:37:07.407289 11764 leader_election.cc:304] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [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: 43a12cd7726246ffa434ab20a05f00d7, 527fb4004e624b19a9c1d0b001e118bf; no voters: 0a7c80c93e984edcac656a275ed37bcc
I20260630 12:37:07.407401 11924 raft_consensus.cc:359] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.408149 11924 raft_consensus.cc:385] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.408461 11924 raft_consensus.cc:740] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.409269 11924 consensus_queue.cc:260] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.409533 11938 raft_consensus.cc:515] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.410362 11929 leader_election.cc:290] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 election: Requested vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.412432 11929 raft_consensus.cc:2804] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.412922 11929 raft_consensus.cc:697] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 1 LEADER]: Becoming Leader. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Running, Role: LEADER
I20260630 12:37:07.413798 11929 consensus_queue.cc:237] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.419220 11923 raft_consensus.cc:493] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.419674 11923 raft_consensus.cc:515] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.421799 11924 ts_tablet_manager.cc:1434] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.006s
I20260630 12:37:07.422366 11923 leader_election.cc:290] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:07.432550 11924 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.435428 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc"
I20260630 12:37:07.436045 11872 raft_consensus.cc:3060] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.440992 11924 tablet_bootstrap.cc:654] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.443645 11872 raft_consensus.cc:2468] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 1.
I20260630 12:37:07.444888 11687 leader_election.cc:304] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [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: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7; no voters: 
I20260630 12:37:07.445962 11927 raft_consensus.cc:2804] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.446970 11938 leader_election.cc:290] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 election: Requested vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.447840 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.451113 11920 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.451568 11920 ts_tablet_manager.cc:1403] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.076s	user 0.020s	sys 0.014s
W20260630 12:37:07.453511 11838 leader_election.cc:343] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.453889 11920 raft_consensus.cc:359] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.454684 11920 raft_consensus.cc:385] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.454957 11920 raft_consensus.cc:740] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.455677 11920 consensus_queue.cc:260] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.455472 11622 catalog_manager.cc:5697] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66). New cstate: current_term: 1 leader_uuid: "527fb4004e624b19a9c1d0b001e118bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.445597 11946 raft_consensus.cc:493] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.456758 11946 raft_consensus.cc:515] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.457880 11920 ts_tablet_manager.cc:1434] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:37:07.458840 11920 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.460094 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7665338b14945df8bcbed616c13ca3c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.460783 11872 raft_consensus.cc:2468] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 527fb4004e624b19a9c1d0b001e118bf in term 0.
I20260630 12:37:07.461895 11762 leader_election.cc:304] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [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: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf; no voters: 
W20260630 12:37:07.462529 11764 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.111.65:40907, user_credentials={real_user=slave}} blocked reactor thread for 55359.4us
I20260630 12:37:07.463047 11945 raft_consensus.cc:2804] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.463454 11945 raft_consensus.cc:493] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.461843 11946 leader_election.cc:290] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.463851 11945 raft_consensus.cc:3060] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.464562 11920 tablet_bootstrap.cc:654] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.467693 11946 raft_consensus.cc:493] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.468292 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7665338b14945df8bcbed616c13ca3c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.468154 11946 raft_consensus.cc:515] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.469799 11938 raft_consensus.cc:493] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.470350 11938 raft_consensus.cc:515] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.471962 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.472714 11872 raft_consensus.cc:2393] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 527fb4004e624b19a9c1d0b001e118bf in current term 1: Already voted for candidate 43a12cd7726246ffa434ab20a05f00d7 in this term.
I20260630 12:37:07.473649 11920 tablet_bootstrap.cc:492] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.474134 11920 ts_tablet_manager.cc:1403] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:37:07.474502 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3f2132877ac04359b0f174cb62dc6421" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.475052 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.475328 11938 leader_election.cc:290] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.475159 11872 raft_consensus.cc:2468] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 0.
I20260630 12:37:07.476660 11946 leader_election.cc:290] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.477675 11919 tablet_bootstrap.cc:492] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: No bootstrap required, opened a new log
I20260630 12:37:07.477455 11687 leader_election.cc:304] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [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: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7; no voters: 
I20260630 12:37:07.478101 11799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.478163 11919 ts_tablet_manager.cc:1403] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: Time spent bootstrapping tablet: real 0.094s	user 0.026s	sys 0.008s
I20260630 12:37:07.478693 11938 raft_consensus.cc:2804] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.478819 11799 raft_consensus.cc:2468] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 0.
I20260630 12:37:07.479254 11938 raft_consensus.cc:493] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.479753 11938 raft_consensus.cc:3060] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.480948 11799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.481456 11919 raft_consensus.cc:359] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.482236 11919 raft_consensus.cc:385] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.482507 11919 raft_consensus.cc:740] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.483206 11927 raft_consensus.cc:697] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 LEADER]: Becoming Leader. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Running, Role: LEADER
I20260630 12:37:07.483408 11919 consensus_queue.cc:260] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.484184 11927 consensus_queue.cc:237] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.486086 11919 ts_tablet_manager.cc:1434] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:37:07.487268 11799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c3257f219d14c05b545ed1900564156" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf"
I20260630 12:37:07.487476 11920 raft_consensus.cc:359] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.487907 11799 raft_consensus.cc:3060] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.487357 11945 raft_consensus.cc:515] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.490358 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3f2132877ac04359b0f174cb62dc6421" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
W20260630 12:37:07.491482 11764 leader_election.cc:343] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.492735 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7665338b14945df8bcbed616c13ca3c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc"
I20260630 12:37:07.493283 11872 raft_consensus.cc:3060] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.493690 11688 leader_election.cc:304] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [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: 43a12cd7726246ffa434ab20a05f00d7; no voters: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf
I20260630 12:37:07.494871 11951 raft_consensus.cc:2749] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:07.495208 11799 raft_consensus.cc:2468] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 1.
I20260630 12:37:07.496013 11920 raft_consensus.cc:385] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:37:07.496192 11688 leader_election.cc:343] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.496331 11920 raft_consensus.cc:740] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.497148 11920 consensus_queue.cc:260] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.498447 11723 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7665338b14945df8bcbed616c13ca3c" candidate_uuid: "527fb4004e624b19a9c1d0b001e118bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7"
I20260630 12:37:07.499042 11723 raft_consensus.cc:3060] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.499269 11920 ts_tablet_manager.cc:1434] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.002s
I20260630 12:37:07.500018 11872 raft_consensus.cc:2468] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527fb4004e624b19a9c1d0b001e118bf in term 1.
I20260630 12:37:07.500325 11920 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: Bootstrap starting.
I20260630 12:37:07.501196 11762 leader_election.cc:304] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [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: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf; no voters: 
I20260630 12:37:07.501062 11938 raft_consensus.cc:515] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.504390 11938 leader_election.cc:290] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 election: Requested vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.505008 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3f2132877ac04359b0f174cb62dc6421" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc"
I20260630 12:37:07.506135 11872 raft_consensus.cc:3060] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.506832 11920 tablet_bootstrap.cc:654] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.507085 11946 raft_consensus.cc:2804] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.508353 11946 raft_consensus.cc:697] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 1 LEADER]: Becoming Leader. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Running, Role: LEADER
I20260630 12:37:07.509145 11946 consensus_queue.cc:237] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.506736 11723 raft_consensus.cc:2468] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 527fb4004e624b19a9c1d0b001e118bf in term 1.
I20260630 12:37:07.513562 11872 raft_consensus.cc:2468] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43a12cd7726246ffa434ab20a05f00d7 in term 1.
I20260630 12:37:07.514945 11687 leader_election.cc:304] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [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: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7; no voters: 
I20260630 12:37:07.515906 11799 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.516434 11799 raft_consensus.cc:2468] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 0.
I20260630 12:37:07.516619 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3f2132877ac04359b0f174cb62dc6421" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf"
I20260630 12:37:07.518013 11837 leader_election.cc:304] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [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: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf; no voters: 43a12cd7726246ffa434ab20a05f00d7
W20260630 12:37:07.518139 11688 leader_election.cc:343] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.519183 11923 raft_consensus.cc:2804] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.519548 11923 raft_consensus.cc:493] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.519882 11923 raft_consensus.cc:3060] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.518179 11951 raft_consensus.cc:2804] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.520715 11951 raft_consensus.cc:697] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 LEADER]: Becoming Leader. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Running, Role: LEADER
I20260630 12:37:07.521479 11951 consensus_queue.cc:237] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.526579 11945 leader_election.cc:290] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [CANDIDATE]: Term 1 election: Requested vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.529357 11923 raft_consensus.cc:515] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.531939 11923 leader_election.cc:290] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 election: Requested vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:07.534373 11924 tablet_bootstrap.cc:492] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.534868 11924 ts_tablet_manager.cc:1403] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.103s	user 0.019s	sys 0.023s
I20260630 12:37:07.537822 11924 raft_consensus.cc:359] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.538487 11924 raft_consensus.cc:385] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.538784 11924 raft_consensus.cc:740] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.539976 11622 catalog_manager.cc:5697] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66). New cstate: current_term: 1 leader_uuid: "527fb4004e624b19a9c1d0b001e118bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.541448 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7"
I20260630 12:37:07.541998 11920 tablet_bootstrap.cc:492] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: No bootstrap required, opened a new log
I20260630 12:37:07.538177 11621 catalog_manager.cc:5697] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "43a12cd7726246ffa434ab20a05f00d7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.542479 11920 ts_tablet_manager.cc:1403] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.026s
W20260630 12:37:07.542884 11838 leader_election.cc:343] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:07.542835 11924 consensus_queue.cc:260] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.545056 11764 leader_election.cc:304] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [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: 527fb4004e624b19a9c1d0b001e118bf; no voters: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7
I20260630 12:37:07.545958 11945 raft_consensus.cc:2749] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:07.545497 11920 raft_consensus.cc:359] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.545477 11924 ts_tablet_manager.cc:1434] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:37:07.546468 11920 raft_consensus.cc:385] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.546799 11920 raft_consensus.cc:740] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43a12cd7726246ffa434ab20a05f00d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.547465 11924 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: Bootstrap starting.
I20260630 12:37:07.547562 11920 consensus_queue.cc:260] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.548442 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf"
I20260630 12:37:07.549072 11798 raft_consensus.cc:3060] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.550118 11920 ts_tablet_manager.cc:1434] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:37:07.553370 11924 tablet_bootstrap.cc:654] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.557093 11798 raft_consensus.cc:2468] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 1.
I20260630 12:37:07.558355 11837 leader_election.cc:304] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [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: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf; no voters: 43a12cd7726246ffa434ab20a05f00d7
I20260630 12:37:07.559430 11923 raft_consensus.cc:2804] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.570241 11923 raft_consensus.cc:697] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 1 LEADER]: Becoming Leader. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Running, Role: LEADER
I20260630 12:37:07.571084 11923 consensus_queue.cc:237] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.572508 11924 tablet_bootstrap.cc:492] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: No bootstrap required, opened a new log
I20260630 12:37:07.573009 11924 ts_tablet_manager.cc:1403] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.007s
I20260630 12:37:07.575897 11924 raft_consensus.cc:359] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.576588 11924 raft_consensus.cc:385] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.576860 11924 raft_consensus.cc:740] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 527fb4004e624b19a9c1d0b001e118bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.577498 11924 consensus_queue.cc:260] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.578555 11620 catalog_manager.cc:5697] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "43a12cd7726246ffa434ab20a05f00d7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:07.579567 11924 ts_tablet_manager.cc:1434] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:07.585142 11951 raft_consensus.cc:493] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.585742 11951 raft_consensus.cc:515] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.588379 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.588896 11872 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f2ed1ca59f64886a9f52d0715dff3fb" candidate_uuid: "43a12cd7726246ffa434ab20a05f00d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a7c80c93e984edcac656a275ed37bcc" is_pre_election: true
I20260630 12:37:07.589207 11798 raft_consensus.cc:2393] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 43a12cd7726246ffa434ab20a05f00d7 in current term 1: Already voted for candidate 0a7c80c93e984edcac656a275ed37bcc in this term.
I20260630 12:37:07.590597 11687 leader_election.cc:304] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [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: 43a12cd7726246ffa434ab20a05f00d7; no voters: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf
I20260630 12:37:07.591382 11927 raft_consensus.cc:3060] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.587673 11951 leader_election.cc:290] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065), 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67:35489)
I20260630 12:37:07.593380 11621 catalog_manager.cc:5697] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67). New cstate: current_term: 1 leader_uuid: "0a7c80c93e984edcac656a275ed37bcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:07.597756 11927 raft_consensus.cc:2749] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:37:07.600931 11670 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:07.613873 11923 raft_consensus.cc:493] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.614279 11923 raft_consensus.cc:515] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.616000 11923 leader_election.cc:290] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:07.616600 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.616869 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8a538d11ea14b81a42810cc214c395c" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.617324 11724 raft_consensus.cc:2393] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0a7c80c93e984edcac656a275ed37bcc in current term 1: Already voted for candidate 527fb4004e624b19a9c1d0b001e118bf in this term.
I20260630 12:37:07.618177 11838 leader_election.cc:304] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [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: 0a7c80c93e984edcac656a275ed37bcc; no voters: 43a12cd7726246ffa434ab20a05f00d7, 527fb4004e624b19a9c1d0b001e118bf
I20260630 12:37:07.618757 11923 raft_consensus.cc:3060] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.623237 11923 raft_consensus.cc:2749] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:07.713132 11923 raft_consensus.cc:493] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.713550 11923 raft_consensus.cc:515] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.715227 11923 leader_election.cc:290] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:07.715898 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef90c5175d234394a38fb05360a7a6c7" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7" is_pre_election: true
I20260630 12:37:07.716116 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef90c5175d234394a38fb05360a7a6c7" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf" is_pre_election: true
I20260630 12:37:07.716445 11724 raft_consensus.cc:2468] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 0.
I20260630 12:37:07.716697 11798 raft_consensus.cc:2468] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 0.
I20260630 12:37:07.717376 11838 leader_election.cc:304] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [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: 0a7c80c93e984edcac656a275ed37bcc, 43a12cd7726246ffa434ab20a05f00d7; no voters: 
I20260630 12:37:07.718055 11923 raft_consensus.cc:2804] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.718394 11923 raft_consensus.cc:493] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.718640 11923 raft_consensus.cc:3060] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.723356 11923 raft_consensus.cc:515] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.724949 11923 leader_election.cc:290] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [CANDIDATE]: Term 1 election: Requested vote from peers 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907), 527fb4004e624b19a9c1d0b001e118bf (127.0.111.66:41065)
I20260630 12:37:07.725513 11724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef90c5175d234394a38fb05360a7a6c7" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43a12cd7726246ffa434ab20a05f00d7"
I20260630 12:37:07.725868 11798 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef90c5175d234394a38fb05360a7a6c7" candidate_uuid: "0a7c80c93e984edcac656a275ed37bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "527fb4004e624b19a9c1d0b001e118bf"
I20260630 12:37:07.726118 11724 raft_consensus.cc:3060] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.726459 11798 raft_consensus.cc:3060] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.732913 11798 raft_consensus.cc:2468] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 1.
I20260630 12:37:07.732918 11724 raft_consensus.cc:2468] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a7c80c93e984edcac656a275ed37bcc in term 1.
I20260630 12:37:07.734017 11837 leader_election.cc:304] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [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: 0a7c80c93e984edcac656a275ed37bcc, 527fb4004e624b19a9c1d0b001e118bf; no voters: 
I20260630 12:37:07.734660 11923 raft_consensus.cc:2804] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.735108 11923 raft_consensus.cc:697] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 1 LEADER]: Becoming Leader. State: Replica: 0a7c80c93e984edcac656a275ed37bcc, State: Running, Role: LEADER
I20260630 12:37:07.735842 11923 consensus_queue.cc:237] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [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: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } }
I20260630 12:37:07.742066 11621 catalog_manager.cc:5697] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a7c80c93e984edcac656a275ed37bcc (127.0.111.67). New cstate: current_term: 1 leader_uuid: "0a7c80c93e984edcac656a275ed37bcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:07.873522 11945 consensus_queue.cc:1048] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:07.885494 11946 consensus_queue.cc:1048] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:07.937645 11927 consensus_queue.cc:1048] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:07.946085 11798 raft_consensus.cc:3060] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.954497 11951 consensus_queue.cc:1048] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.022055 11923 consensus_queue.cc:1048] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.031610 11970 consensus_queue.cc:1048] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.040274 11951 consensus_queue.cc:1048] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.049353 11938 consensus_queue.cc:1048] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.058944 11945 consensus_queue.cc:1048] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a7c80c93e984edcac656a275ed37bcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.062505 11946 consensus_queue.cc:1048] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.179281 11970 consensus_queue.cc:1048] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "527fb4004e624b19a9c1d0b001e118bf" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 41065 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:08.190367 11923 consensus_queue.cc:1048] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "43a12cd7726246ffa434ab20a05f00d7" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.892745   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:37:17.918614   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.919433   445 tablet_replica.cc:333] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.920265   445 raft_consensus.cc:2243] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.920877   445 raft_consensus.cc:2272] T 7f2ed1ca59f64886a9f52d0715dff3fb P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.923468   445 tablet_replica.cc:333] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.923986   445 raft_consensus.cc:2243] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.924912   445 raft_consensus.cc:2272] T 3f2132877ac04359b0f174cb62dc6421 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.927284   445 tablet_replica.cc:333] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.927829   445 raft_consensus.cc:2243] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.928297   445 raft_consensus.cc:2272] T d7665338b14945df8bcbed616c13ca3c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.930612   445 tablet_replica.cc:333] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.931124   445 raft_consensus.cc:2243] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.931607   445 raft_consensus.cc:2272] T ef90c5175d234394a38fb05360a7a6c7 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.933835   445 tablet_replica.cc:333] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.934320   445 raft_consensus.cc:2243] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.934772   445 raft_consensus.cc:2272] T d8a538d11ea14b81a42810cc214c395c P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.937153   445 tablet_replica.cc:333] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7: stopping tablet replica
I20260630 12:37:17.937603   445 raft_consensus.cc:2243] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.938556   445 raft_consensus.cc:2272] T 8c3257f219d14c05b545ed1900564156 P 43a12cd7726246ffa434ab20a05f00d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.967173   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:37:17.991397   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:37:18.008577 11764 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.111.65:40907: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:37:18.014041 11764 consensus_peers.cc:597] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf -> Peer 43a12cd7726246ffa434ab20a05f00d7 (127.0.111.65:40907): Couldn't send request to peer 43a12cd7726246ffa434ab20a05f00d7. Status: Network error: Client connection negotiation failed: client connection to 127.0.111.65:40907: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:18.017868   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.018601   445 tablet_replica.cc:333] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.019379   445 raft_consensus.cc:2243] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.019866   445 raft_consensus.cc:2272] T 3f2132877ac04359b0f174cb62dc6421 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.022231   445 tablet_replica.cc:333] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.022776   445 raft_consensus.cc:2243] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.023701   445 raft_consensus.cc:2272] T d7665338b14945df8bcbed616c13ca3c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.025974   445 tablet_replica.cc:333] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.026476   445 raft_consensus.cc:2243] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.026913   445 raft_consensus.cc:2272] T ef90c5175d234394a38fb05360a7a6c7 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.029211   445 tablet_replica.cc:333] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.029736   445 raft_consensus.cc:2243] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.030172   445 raft_consensus.cc:2272] T 7f2ed1ca59f64886a9f52d0715dff3fb P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.032246   445 tablet_replica.cc:333] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.032747   445 raft_consensus.cc:2243] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.033617   445 raft_consensus.cc:2272] T d8a538d11ea14b81a42810cc214c395c P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.035933   445 tablet_replica.cc:333] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf: stopping tablet replica
I20260630 12:37:18.036405   445 raft_consensus.cc:2243] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.036870   445 raft_consensus.cc:2272] T 8c3257f219d14c05b545ed1900564156 P 527fb4004e624b19a9c1d0b001e118bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.062764   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:37:18.083076   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:37:18.104739   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:18.105406   445 tablet_replica.cc:333] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.106078   445 raft_consensus.cc:2243] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.107012   445 raft_consensus.cc:2272] T ef90c5175d234394a38fb05360a7a6c7 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.109330   445 tablet_replica.cc:333] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.109866   445 raft_consensus.cc:2243] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.110281   445 raft_consensus.cc:2272] T d7665338b14945df8bcbed616c13ca3c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.112447   445 tablet_replica.cc:333] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.112915   445 raft_consensus.cc:2243] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.113314   445 raft_consensus.cc:2272] T d8a538d11ea14b81a42810cc214c395c P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.115321   445 tablet_replica.cc:333] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.115793   445 raft_consensus.cc:2243] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.116183   445 raft_consensus.cc:2272] T 8c3257f219d14c05b545ed1900564156 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.118186   445 tablet_replica.cc:333] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.118629   445 raft_consensus.cc:2243] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:18.119046   445 raft_consensus.cc:2272] T 3f2132877ac04359b0f174cb62dc6421 P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.121095   445 tablet_replica.cc:333] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc: stopping tablet replica
I20260630 12:37:18.121492   445 raft_consensus.cc:2243] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.122303   445 raft_consensus.cc:2272] T 7f2ed1ca59f64886a9f52d0715dff3fb P 0a7c80c93e984edcac656a275ed37bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.148053   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:37:18.166381   445 master.cc:562] Master@127.0.111.126:43947 shutting down...
I20260630 12:37:18.188534   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:18.189133   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:18.189437   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2ad05320392b46caa2d2bb6970e90390: stopping tablet replica
I20260630 12:37:18.207127   445 master.cc:584] Master@127.0.111.126:43947 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12773 ms)
[----------] 24 tests from AutoRebalancerTest (252887 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:37:18.249402   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:41245
I20260630 12:37:18.250574   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.256040 11984 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
W20260630 12:37:18.256062 11985 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
W20260630 12:37:18.257138 11987 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
I20260630 12:37:18.259545   445 server_base.cc:1061] running on GCE node
I20260630 12:37:18.260380   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.260555   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.260700   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823038260684 us; error 0 us; skew 500 ppm
I20260630 12:37:18.261209   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.263562   445 webserver.cc:533] Webserver started at http://127.0.111.126:39657/ using document root <none> and password file <none>
I20260630 12:37:18.264029   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.264215   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.264488   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.265607   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "94a09412b7364a54b9fd5d6d98ac7817"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.269938   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:18.273429 11992 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.274410   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:18.274847   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "94a09412b7364a54b9fd5d6d98ac7817"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.275133   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-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)
I20260630 12:37:18.310618   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.311775   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.347983   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:41245
I20260630 12:37:18.348094 12043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:41245 every 8 connection(s)
I20260630 12:37:18.351775 12044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:18.363164 12044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817: Bootstrap starting.
I20260630 12:37:18.367769 12044 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:18.371838 12044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817: No bootstrap required, opened a new log
I20260630 12:37:18.373936 12044 raft_consensus.cc:359] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER }
I20260630 12:37:18.374336 12044 raft_consensus.cc:385] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:18.374508 12044 raft_consensus.cc:740] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94a09412b7364a54b9fd5d6d98ac7817, State: Initialized, Role: FOLLOWER
I20260630 12:37:18.375065 12044 consensus_queue.cc:260] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER }
I20260630 12:37:18.375531 12044 raft_consensus.cc:399] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:18.375728 12044 raft_consensus.cc:493] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:18.375946 12044 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:18.380661 12044 raft_consensus.cc:515] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER }
I20260630 12:37:18.381109 12044 leader_election.cc:304] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [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: 94a09412b7364a54b9fd5d6d98ac7817; no voters: 
I20260630 12:37:18.382144 12044 leader_election.cc:290] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:18.382512 12047 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:18.383749 12047 raft_consensus.cc:697] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 1 LEADER]: Becoming Leader. State: Replica: 94a09412b7364a54b9fd5d6d98ac7817, State: Running, Role: LEADER
I20260630 12:37:18.384410 12047 consensus_queue.cc:237] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [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: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER }
I20260630 12:37:18.384842 12044 sys_catalog.cc:565] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:18.387852 12048 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "94a09412b7364a54b9fd5d6d98ac7817" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER } }
I20260630 12:37:18.387949 12049 sys_catalog.cc:455] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 94a09412b7364a54b9fd5d6d98ac7817. Latest consensus state: current_term: 1 leader_uuid: "94a09412b7364a54b9fd5d6d98ac7817" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "94a09412b7364a54b9fd5d6d98ac7817" member_type: VOTER } }
I20260630 12:37:18.388705 12048 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:18.388743 12049 sys_catalog.cc:458] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:18.390995 12053 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:18.395867 12053 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:18.400553   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:18.404513 12053 catalog_manager.cc:1383] Generated new cluster ID: a456a87fedc34d95b3e13c6131a772ad
I20260630 12:37:18.404793 12053 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:18.418594 12053 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:18.419869 12053 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:18.433517 12053 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817: Generated new TSK 0
I20260630 12:37:18.434090 12053 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:18.467682   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.473287 12065 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
W20260630 12:37:18.474205 12066 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
W20260630 12:37:18.475896 12068 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
I20260630 12:37:18.476050   445 server_base.cc:1061] running on GCE node
I20260630 12:37:18.476943   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.477128   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.477316   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823038477278 us; error 0 us; skew 500 ppm
I20260630 12:37:18.477807   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.480039   445 webserver.cc:533] Webserver started at http://127.0.111.65:39797/ using document root <none> and password file <none>
I20260630 12:37:18.480487   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.480657   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.480911   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.481958   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "323d7b5564db41549d98bf178312c41a"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.486313   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:18.489403 12073 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.490065   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:18.490327   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "323d7b5564db41549d98bf178312c41a"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.490593   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-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)
I20260630 12:37:18.509763   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.510886   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.512291   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.514422   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.514631   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.514849   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.514998   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.552114   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:40517
I20260630 12:37:18.552182 12135 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:40517 every 8 connection(s)
I20260630 12:37:18.556913   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.563189 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
W20260630 12:37:18.564045 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
W20260630 12:37:18.566109 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
I20260630 12:37:18.566663   445 server_base.cc:1061] running on GCE node
I20260630 12:37:18.567555   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.567760   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.567948   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823038567930 us; error 0 us; skew 500 ppm
I20260630 12:37:18.568536   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.569104 12136 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41245
I20260630 12:37:18.569440 12136 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.570195 12136 heartbeater.cc:507] Master 127.0.111.126:41245 requested a full tablet report, sending...
I20260630 12:37:18.570883   445 webserver.cc:533] Webserver started at http://127.0.111.66:41993/ using document root <none> and password file <none>
I20260630 12:37:18.571496   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.571691   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.571930   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.572299 12009 ts_manager.cc:194] Registered new tserver with Master: 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517)
I20260630 12:37:18.573076   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.574029 12009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38772
I20260630 12:37:18.577447   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:18.580592 12148 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.581261   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:18.581512   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.581758   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-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)
I20260630 12:37:18.602252   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.603313   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.604606   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.606577   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.606760   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.606966   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.607111   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.643357   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:46331
I20260630 12:37:18.643474 12210 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:46331 every 8 connection(s)
I20260630 12:37:18.647998   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.654714 12214 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
W20260630 12:37:18.655915 12215 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
I20260630 12:37:18.658680   445 server_base.cc:1061] running on GCE node
W20260630 12:37:18.659235 12218 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
I20260630 12:37:18.659695 12211 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41245
I20260630 12:37:18.660068 12211 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.660203   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.660472   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.660637   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823038660622 us; error 0 us; skew 500 ppm
I20260630 12:37:18.660795 12211 heartbeater.cc:507] Master 127.0.111.126:41245 requested a full tablet report, sending...
I20260630 12:37:18.661232   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.662781 12009 ts_manager.cc:194] Registered new tserver with Master: 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331)
I20260630 12:37:18.663830   445 webserver.cc:533] Webserver started at http://127.0.111.67:46883/ using document root <none> and password file <none>
I20260630 12:37:18.664485   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.664552 12009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38786
I20260630 12:37:18.664808   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.665176   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.666368   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "03bddaa22d154f9193601831adb32fcc"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.670441   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:18.673377 12222 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.674067   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:18.674329   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "03bddaa22d154f9193601831adb32fcc"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-rw3v"
I20260630 12:37:18.674566   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-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)
I20260630 12:37:18.688294   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.689421   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.690780   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.692971   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.693149   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.693374   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.693509   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.729892   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:33067
I20260630 12:37:18.729992 12284 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:33067 every 8 connection(s)
I20260630 12:37:18.743258 12285 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41245
I20260630 12:37:18.743667 12285 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.744334 12285 heartbeater.cc:507] Master 127.0.111.126:41245 requested a full tablet report, sending...
I20260630 12:37:18.746122 12009 ts_manager.cc:194] Registered new tserver with Master: 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:18.746279   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013501537s
I20260630 12:37:18.747921 12009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38796
I20260630 12:37:19.576506 12136 heartbeater.cc:499] Master 127.0.111.126:41245 was elected leader, sending a full tablet report...
I20260630 12:37:19.667132 12211 heartbeater.cc:499] Master 127.0.111.126:41245 was elected leader, sending a full tablet report...
I20260630 12:37:19.750514 12285 heartbeater.cc:499] Master 127.0.111.126:41245 was elected leader, sending a full tablet report...
I20260630 12:37:19.799721 12009 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38806:
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"
    }
  }
}
W20260630 12:37:19.802088 12009 catalog_manager.cc:7077] 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.
I20260630 12:37:19.877115 12176 tablet_service.cc:1511] Processing CreateTablet for tablet b26695af2faa4c0099cc24dbabeb3d12 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:19.878451 12176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b26695af2faa4c0099cc24dbabeb3d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.879063 12171 tablet_service.cc:1511] Processing CreateTablet for tablet a2c0ee1b5d514d9cb753a8cee5c739be (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:19.880380 12171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2c0ee1b5d514d9cb753a8cee5c739be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.882643 12172 tablet_service.cc:1511] Processing CreateTablet for tablet 8d887ac39aee4708b4b15744a97087db (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:19.883972 12172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d887ac39aee4708b4b15744a97087db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.884178 12173 tablet_service.cc:1511] Processing CreateTablet for tablet f90c06f0238f41cbb7fd4d9bd0f6830b (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:19.885433 12173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90c06f0238f41cbb7fd4d9bd0f6830b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.885342 12175 tablet_service.cc:1511] Processing CreateTablet for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:19.886577 12174 tablet_service.cc:1511] Processing CreateTablet for tablet 5a9394215ed94342863dfa9fff1e436c (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:19.887810 12175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.893795 12250 tablet_service.cc:1511] Processing CreateTablet for tablet b26695af2faa4c0099cc24dbabeb3d12 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:19.896378 12101 tablet_service.cc:1511] Processing CreateTablet for tablet b26695af2faa4c0099cc24dbabeb3d12 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:19.897594 12101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b26695af2faa4c0099cc24dbabeb3d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.897805 12097 tablet_service.cc:1511] Processing CreateTablet for tablet 8d887ac39aee4708b4b15744a97087db (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:19.899042 12097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d887ac39aee4708b4b15744a97087db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.898751 12247 tablet_service.cc:1511] Processing CreateTablet for tablet f90c06f0238f41cbb7fd4d9bd0f6830b (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:19.900250 12100 tablet_service.cc:1511] Processing CreateTablet for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:19.901533 12100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.895035 12250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b26695af2faa4c0099cc24dbabeb3d12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.904207 12099 tablet_service.cc:1511] Processing CreateTablet for tablet 5a9394215ed94342863dfa9fff1e436c (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:19.905404 12099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a9394215ed94342863dfa9fff1e436c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.907454 12247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90c06f0238f41cbb7fd4d9bd0f6830b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.908248 12098 tablet_service.cc:1511] Processing CreateTablet for tablet f90c06f0238f41cbb7fd4d9bd0f6830b (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:19.909442 12098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90c06f0238f41cbb7fd4d9bd0f6830b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.911167 12246 tablet_service.cc:1511] Processing CreateTablet for tablet 8d887ac39aee4708b4b15744a97087db (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:19.897608 12248 tablet_service.cc:1511] Processing CreateTablet for tablet 5a9394215ed94342863dfa9fff1e436c (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:19.912433 12246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d887ac39aee4708b4b15744a97087db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.904202 12096 tablet_service.cc:1511] Processing CreateTablet for tablet a2c0ee1b5d514d9cb753a8cee5c739be (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:19.913473 12096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2c0ee1b5d514d9cb753a8cee5c739be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.896255 12249 tablet_service.cc:1511] Processing CreateTablet for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280 (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:19.914271 12248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a9394215ed94342863dfa9fff1e436c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.915552 12245 tablet_service.cc:1511] Processing CreateTablet for tablet a2c0ee1b5d514d9cb753a8cee5c739be (DEFAULT_TABLE table=test-workload [id=b3c8d05cb4894084b45eacfd29372564]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:19.916765 12249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 76dfb1ee9e0c4229ba6fc5f04a4f5280. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.917397 12245 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2c0ee1b5d514d9cb753a8cee5c739be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.925037 12174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a9394215ed94342863dfa9fff1e436c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.955407 12306 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:19.975226 12306 tablet_bootstrap.cc:654] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:19.985371 12305 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:19.989970 12306 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:19.990527 12306 ts_tablet_manager.cc:1403] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.005s
I20260630 12:37:19.991359 12305 tablet_bootstrap.cc:654] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:19.993465 12306 raft_consensus.cc:359] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:19.994180 12306 raft_consensus.cc:385] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:19.994464 12306 raft_consensus.cc:740] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:19.993602 12307 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:19.995417 12306 consensus_queue.cc:260] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:19.998158 12305 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:19.998741 12305 ts_tablet_manager.cc:1403] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:37:20.001829 12305 raft_consensus.cc:359] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.002621 12305 raft_consensus.cc:385] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.002954 12305 raft_consensus.cc:740] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.003895 12306 ts_tablet_manager.cc:1434] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.006s
I20260630 12:37:20.004232 12307 tablet_bootstrap.cc:654] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.003798 12305 consensus_queue.cc:260] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.004873 12306 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:20.011588 12306 tablet_bootstrap.cc:654] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.012979 12305 ts_tablet_manager.cc:1434] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:37:20.016062 12305 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:20.021924 12305 tablet_bootstrap.cc:654] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.022419 12306 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:20.022923 12306 ts_tablet_manager.cc:1403] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260630 12:37:20.022949 12307 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.023584 12307 ts_tablet_manager.cc:1403] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.030s	user 0.017s	sys 0.008s
I20260630 12:37:20.025888 12306 raft_consensus.cc:359] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.026576 12306 raft_consensus.cc:385] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.026500 12307 raft_consensus.cc:359] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.027070 12306 raft_consensus.cc:740] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.027458 12307 raft_consensus.cc:385] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.027791 12307 raft_consensus.cc:740] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.027967 12306 consensus_queue.cc:260] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.028471 12307 consensus_queue.cc:260] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.029807 12305 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:20.030182 12306 ts_tablet_manager.cc:1434] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:20.030287 12305 ts_tablet_manager.cc:1403] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.002s
I20260630 12:37:20.031220 12306 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:20.033020 12305 raft_consensus.cc:359] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.033684 12305 raft_consensus.cc:385] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.033952 12305 raft_consensus.cc:740] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.034724 12305 consensus_queue.cc:260] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.037504 12306 tablet_bootstrap.cc:654] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.039052 12305 ts_tablet_manager.cc:1434] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:20.040102 12305 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:20.046236 12305 tablet_bootstrap.cc:654] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.048609 12307 ts_tablet_manager.cc:1434] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.008s
I20260630 12:37:20.048826 12306 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:20.049492 12306 ts_tablet_manager.cc:1403] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:37:20.050936 12307 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:20.052363 12306 raft_consensus.cc:359] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.053148 12306 raft_consensus.cc:385] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.053489 12306 raft_consensus.cc:740] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.054342 12306 consensus_queue.cc:260] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
W20260630 12:37:20.057327 12137 tablet.cc:2406] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:20.057358 12306 ts_tablet_manager.cc:1434] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:20.057284 12307 tablet_bootstrap.cc:654] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.058588 12306 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:20.059304 12305 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:20.059798 12305 ts_tablet_manager.cc:1403] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.008s
I20260630 12:37:20.060392 12311 raft_consensus.cc:493] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.060837 12311 raft_consensus.cc:515] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.062697 12305 raft_consensus.cc:359] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.063444 12305 raft_consensus.cc:385] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.063716 12305 raft_consensus.cc:740] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.064411 12305 consensus_queue.cc:260] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.064934 12306 tablet_bootstrap.cc:654] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.064842 12311 leader_election.cc:290] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.091007 12307 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.091590 12307 ts_tablet_manager.cc:1403] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.041s	user 0.009s	sys 0.008s
I20260630 12:37:20.094466 12307 raft_consensus.cc:359] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.095191 12307 raft_consensus.cc:385] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.095494 12307 raft_consensus.cc:740] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.096323 12307 consensus_queue.cc:260] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.098388 12307 ts_tablet_manager.cc:1434] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
I20260630 12:37:20.099330 12307 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:20.102841 12310 raft_consensus.cc:493] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.103358 12310 raft_consensus.cc:515] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.105124 12307 tablet_bootstrap.cc:654] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.105885 12310 leader_election.cc:290] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.127256 12307 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.127830 12307 ts_tablet_manager.cc:1403] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.029s	user 0.017s	sys 0.000s
I20260630 12:37:20.130575 12307 raft_consensus.cc:359] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.131395 12307 raft_consensus.cc:385] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.131707 12307 raft_consensus.cc:740] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.132398 12307 consensus_queue.cc:260] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.134445 12307 ts_tablet_manager.cc:1434] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:20.135456 12307 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:20.139386 12310 raft_consensus.cc:493] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.139909 12310 raft_consensus.cc:515] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.141208 12307 tablet_bootstrap.cc:654] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.141937 12310 leader_election.cc:290] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.156945 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d887ac39aee4708b4b15744a97087db" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.157676 12186 raft_consensus.cc:2468] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.159370 12077 leader_election.cc:304] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [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: 323d7b5564db41549d98bf178312c41a, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 
I20260630 12:37:20.160189 12311 raft_consensus.cc:2804] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.160516 12311 raft_consensus.cc:493] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.160823 12311 raft_consensus.cc:3060] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.166877 12260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d887ac39aee4708b4b15744a97087db" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.168349 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a" is_pre_election: true
I20260630 12:37:20.169291 12305 ts_tablet_manager.cc:1434] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.109s	user 0.043s	sys 0.065s
W20260630 12:37:20.169832 12076 leader_election.cc:343] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.170727 12306 tablet_bootstrap.cc:492] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:20.171247 12306 ts_tablet_manager.cc:1403] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.113s	user 0.050s	sys 0.062s
I20260630 12:37:20.171356 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a" is_pre_election: true
W20260630 12:37:20.173086 12151 leader_election.cc:343] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:37:20.173727 12151 leader_election.cc:343] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.174149 12306 raft_consensus.cc:359] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.174897 12306 raft_consensus.cc:385] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.175182 12306 raft_consensus.cc:740] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.175688 12305 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:20.176015 12319 raft_consensus.cc:493] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.176477 12319 raft_consensus.cc:515] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.179364 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.179404 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.180666 12259 raft_consensus.cc:2468] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b6e4ca378d84e5d8c20b7270a843d10 in term 0.
W20260630 12:37:20.180943 12077 leader_election.cc:343] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.179801 12260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.182333 12305 tablet_bootstrap.cc:654] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.182364 12319 leader_election.cc:290] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.182886 12260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
W20260630 12:37:20.183198 12151 leader_election.cc:343] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.183561 12260 raft_consensus.cc:2468] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.183274 12306 consensus_queue.cc:260] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.183960 12151 leader_election.cc:304] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [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: 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a
I20260630 12:37:20.179749 12311 raft_consensus.cc:515] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.184990 12310 raft_consensus.cc:2749] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:20.184820 12076 leader_election.cc:304] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [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: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a; no voters: 7b6e4ca378d84e5d8c20b7270a843d10
I20260630 12:37:20.186204 12307 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.186749 12307 ts_tablet_manager.cc:1403] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.051s	user 0.013s	sys 0.007s
I20260630 12:37:20.187633 12319 raft_consensus.cc:2804] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.188050 12319 raft_consensus.cc:493] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.188369 12319 raft_consensus.cc:3060] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.188825 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d887ac39aee4708b4b15744a97087db" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
I20260630 12:37:20.189379 12186 raft_consensus.cc:3060] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.189539 12307 raft_consensus.cc:359] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.190279 12307 raft_consensus.cc:385] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.190541 12307 raft_consensus.cc:740] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.191367 12307 consensus_queue.cc:260] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.193758 12306 ts_tablet_manager.cc:1434] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260630 12:37:20.197322 12305 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:20.197827 12305 ts_tablet_manager.cc:1403] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.005s
I20260630 12:37:20.198135 12151 leader_election.cc:304] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [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: 03bddaa22d154f9193601831adb32fcc, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 323d7b5564db41549d98bf178312c41a
I20260630 12:37:20.198972 12307 ts_tablet_manager.cc:1434] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.003s
I20260630 12:37:20.200688 12260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8d887ac39aee4708b4b15744a97087db" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc"
I20260630 12:37:20.200636 12305 raft_consensus.cc:359] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.201403 12260 raft_consensus.cc:3060] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.201577 12305 raft_consensus.cc:385] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.202005 12305 raft_consensus.cc:740] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.202147 12306 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:20.202878 12305 consensus_queue.cc:260] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.204188 12329 raft_consensus.cc:2804] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.204586 12329 raft_consensus.cc:493] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.204874 12329 raft_consensus.cc:3060] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.208847 12260 raft_consensus.cc:2468] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.210058 12076 leader_election.cc:304] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [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: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a; no voters: 
I20260630 12:37:20.212182 12305 ts_tablet_manager.cc:1434] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.005s
I20260630 12:37:20.213117 12319 raft_consensus.cc:515] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.214820 12329 raft_consensus.cc:515] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.215178 12319 leader_election.cc:290] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 election: Requested vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.209012 12306 tablet_bootstrap.cc:654] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.215736 12307 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:20.216008 12185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
W20260630 12:37:20.217344 12077 leader_election.cc:343] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.197103 12186 raft_consensus.cc:2468] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.218247 12319 raft_consensus.cc:2804] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.221921 12319 raft_consensus.cc:697] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Becoming Leader. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Running, Role: LEADER
I20260630 12:37:20.222718 12319 consensus_queue.cc:237] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.223860 12305 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:20.224673 12311 leader_election.cc:290] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 election: Requested vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.225878 12306 tablet_bootstrap.cc:492] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:20.226367 12306 ts_tablet_manager.cc:1403] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.024s	user 0.006s	sys 0.006s
I20260630 12:37:20.229178 12260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc"
I20260630 12:37:20.229545 12307 tablet_bootstrap.cc:654] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.229291 12306 raft_consensus.cc:359] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.230007 12260 raft_consensus.cc:3060] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.231223 12305 tablet_bootstrap.cc:654] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.230044 12306 raft_consensus.cc:385] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.232378 12306 raft_consensus.cc:740] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.234205 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a"
I20260630 12:37:20.234797 12329 leader_election.cc:290] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 election: Requested vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.235929 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc"
W20260630 12:37:20.236238 12151 leader_election.cc:343] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.236526 12259 raft_consensus.cc:3060] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.234053 12306 consensus_queue.cc:260] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.238672 12307 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.239176 12307 ts_tablet_manager.cc:1403] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.000s
I20260630 12:37:20.240541 12260 raft_consensus.cc:2468] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.241648 12076 leader_election.cc:304] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [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: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a; no voters: 7b6e4ca378d84e5d8c20b7270a843d10
I20260630 12:37:20.241926 12307 raft_consensus.cc:359] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.242656 12307 raft_consensus.cc:385] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.243013 12331 raft_consensus.cc:2804] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.243848 12259 raft_consensus.cc:2468] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b6e4ca378d84e5d8c20b7270a843d10 in term 1.
I20260630 12:37:20.244001 12331 raft_consensus.cc:697] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Becoming Leader. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Running, Role: LEADER
I20260630 12:37:20.244987 12151 leader_election.cc:304] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [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: 03bddaa22d154f9193601831adb32fcc, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 323d7b5564db41549d98bf178312c41a
I20260630 12:37:20.245877 12329 raft_consensus.cc:2804] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.246354 12329 raft_consensus.cc:697] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 LEADER]: Becoming Leader. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Running, Role: LEADER
I20260630 12:37:20.244951 12331 consensus_queue.cc:237] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.242941 12307 raft_consensus.cc:740] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.247112 12329 consensus_queue.cc:237] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.248018 12307 consensus_queue.cc:260] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.250267 12307 ts_tablet_manager.cc:1434] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.000s
I20260630 12:37:20.251230 12307 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: Bootstrap starting.
I20260630 12:37:20.253234 12306 ts_tablet_manager.cc:1434] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:37:20.254302 12306 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: Bootstrap starting.
I20260630 12:37:20.246989 12305 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:20.254519 12008 catalog_manager.cc:5697] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a reported cstate change: term changed from 0 to 1, leader changed from <none> to 323d7b5564db41549d98bf178312c41a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.255499 12305 ts_tablet_manager.cc:1403] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.000s
I20260630 12:37:20.258509 12305 raft_consensus.cc:359] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.259212 12305 raft_consensus.cc:385] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.259495 12305 raft_consensus.cc:740] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.260272 12306 tablet_bootstrap.cc:654] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.260164 12305 consensus_queue.cc:260] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.262310 12305 ts_tablet_manager.cc:1434] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:20.263295 12305 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: Bootstrap starting.
I20260630 12:37:20.266000 12331 raft_consensus.cc:493] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.266510 12331 raft_consensus.cc:515] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.267721 12307 tablet_bootstrap.cc:654] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.269320 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b26695af2faa4c0099cc24dbabeb3d12" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.269937 12186 raft_consensus.cc:2468] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.272233 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b26695af2faa4c0099cc24dbabeb3d12" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.272863 12259 raft_consensus.cc:2468] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.274118 12076 leader_election.cc:304] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [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: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a; no voters: 
I20260630 12:37:20.274468 12305 tablet_bootstrap.cc:654] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.274905 12319 raft_consensus.cc:2804] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.275261 12319 raft_consensus.cc:493] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.275581 12319 raft_consensus.cc:3060] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.276530 12331 leader_election.cc:290] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.281498 12007 catalog_manager.cc:5697] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a reported cstate change: term changed from 0 to 1, leader changed from <none> to 323d7b5564db41549d98bf178312c41a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.283453 12319 raft_consensus.cc:515] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.286296 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b26695af2faa4c0099cc24dbabeb3d12" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
I20260630 12:37:20.286726 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b26695af2faa4c0099cc24dbabeb3d12" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc"
I20260630 12:37:20.286835 12186 raft_consensus.cc:3060] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.287403 12259 raft_consensus.cc:3060] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.294636 12186 raft_consensus.cc:2468] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.295403 12307 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: No bootstrap required, opened a new log
I20260630 12:37:20.295961 12307 ts_tablet_manager.cc:1403] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: Time spent bootstrapping tablet: real 0.045s	user 0.008s	sys 0.003s
I20260630 12:37:20.296034 12077 leader_election.cc:304] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [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: 323d7b5564db41549d98bf178312c41a, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 
I20260630 12:37:20.297761 12331 raft_consensus.cc:2804] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.298250 12331 raft_consensus.cc:697] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Becoming Leader. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Running, Role: LEADER
I20260630 12:37:20.299016 12331 consensus_queue.cc:237] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.292984 12319 leader_election.cc:290] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 election: Requested vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.310010 12259 raft_consensus.cc:2468] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.310809 12307 raft_consensus.cc:359] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.311754 12307 raft_consensus.cc:385] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.312039 12307 raft_consensus.cc:740] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.312606 12307 consensus_queue.cc:260] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.313508 12310 raft_consensus.cc:493] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.313961 12310 raft_consensus.cc:515] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.317046 12306 tablet_bootstrap.cc:492] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: No bootstrap required, opened a new log
I20260630 12:37:20.319448 12306 ts_tablet_manager.cc:1403] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent bootstrapping tablet: real 0.065s	user 0.024s	sys 0.010s
I20260630 12:37:20.319736 12009 catalog_manager.cc:5697] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.320586 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.317342 12307 ts_tablet_manager.cc:1434] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.000s
I20260630 12:37:20.318513 12310 leader_election.cc:290] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.321373 12259 raft_consensus.cc:2393] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7b6e4ca378d84e5d8c20b7270a843d10 in current term 1: Already voted for candidate 323d7b5564db41549d98bf178312c41a in this term.
I20260630 12:37:20.320578 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a9394215ed94342863dfa9fff1e436c" candidate_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a" is_pre_election: true
I20260630 12:37:20.323400 12305 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: No bootstrap required, opened a new log
I20260630 12:37:20.323871 12305 ts_tablet_manager.cc:1403] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: Time spent bootstrapping tablet: real 0.061s	user 0.020s	sys 0.019s
I20260630 12:37:20.324048 12151 leader_election.cc:304] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [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: 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a
I20260630 12:37:20.325107 12310 raft_consensus.cc:3060] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.326664 12305 raft_consensus.cc:359] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.327373 12305 raft_consensus.cc:385] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.327638 12305 raft_consensus.cc:740] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.328346 12305 consensus_queue.cc:260] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.330430 12305 ts_tablet_manager.cc:1434] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:20.317438 12007 catalog_manager.cc:5697] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a reported cstate change: term changed from 0 to 1, leader changed from <none> to 323d7b5564db41549d98bf178312c41a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.332297 12306 raft_consensus.cc:359] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.333012 12306 raft_consensus.cc:385] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.333231 12306 raft_consensus.cc:740] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6e4ca378d84e5d8c20b7270a843d10, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.334035 12310 raft_consensus.cc:2749] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:20.333791 12306 consensus_queue.cc:260] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.336107 12306 ts_tablet_manager.cc:1434] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:37:20.344184 12331 raft_consensus.cc:493] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.344664 12331 raft_consensus.cc:515] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.346405 12331 leader_election.cc:290] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.346948 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76dfb1ee9e0c4229ba6fc5f04a4f5280" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.347396 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76dfb1ee9e0c4229ba6fc5f04a4f5280" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.347466 12186 raft_consensus.cc:2468] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.347922 12259 raft_consensus.cc:2468] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 0.
I20260630 12:37:20.348412 12077 leader_election.cc:304] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [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: 323d7b5564db41549d98bf178312c41a, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 
I20260630 12:37:20.349114 12331 raft_consensus.cc:2804] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.349382 12331 raft_consensus.cc:493] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.349613 12331 raft_consensus.cc:3060] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.354178 12331 raft_consensus.cc:515] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.355577 12331 leader_election.cc:290] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 election: Requested vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.356179 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76dfb1ee9e0c4229ba6fc5f04a4f5280" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
I20260630 12:37:20.356528 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "76dfb1ee9e0c4229ba6fc5f04a4f5280" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc"
I20260630 12:37:20.356642 12186 raft_consensus.cc:3060] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.357002 12259 raft_consensus.cc:3060] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.362035 12186 raft_consensus.cc:2468] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.362895 12077 leader_election.cc:304] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [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: 323d7b5564db41549d98bf178312c41a, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 
I20260630 12:37:20.363054 12259 raft_consensus.cc:2468] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 323d7b5564db41549d98bf178312c41a in term 1.
I20260630 12:37:20.363516 12331 raft_consensus.cc:2804] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.363933 12331 raft_consensus.cc:697] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Becoming Leader. State: Replica: 323d7b5564db41549d98bf178312c41a, State: Running, Role: LEADER
I20260630 12:37:20.364631 12331 consensus_queue.cc:237] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.370457 12009 catalog_manager.cc:5697] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a reported cstate change: term changed from 0 to 1, leader changed from <none> to 323d7b5564db41549d98bf178312c41a (127.0.111.65). New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:20.398886 12057 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:20.418030 12315 raft_consensus.cc:493] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.418484 12315 raft_consensus.cc:515] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.420527 12315 leader_election.cc:290] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331)
I20260630 12:37:20.430661 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "03bddaa22d154f9193601831adb32fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a" is_pre_election: true
I20260630 12:37:20.431217 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "03bddaa22d154f9193601831adb32fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.431330 12111 raft_consensus.cc:2468] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 03bddaa22d154f9193601831adb32fcc in term 0.
I20260630 12:37:20.431952 12186 raft_consensus.cc:2468] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 03bddaa22d154f9193601831adb32fcc in term 0.
I20260630 12:37:20.432577 12225 leader_election.cc:304] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [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: 03bddaa22d154f9193601831adb32fcc, 323d7b5564db41549d98bf178312c41a; no voters: 
I20260630 12:37:20.433270 12315 raft_consensus.cc:2804] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.433585 12315 raft_consensus.cc:493] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.433799 12315 raft_consensus.cc:3060] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.438314 12315 raft_consensus.cc:515] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.439795 12315 leader_election.cc:290] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [CANDIDATE]: Term 1 election: Requested vote from peers 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517), 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331)
I20260630 12:37:20.440397 12111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "03bddaa22d154f9193601831adb32fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "323d7b5564db41549d98bf178312c41a"
I20260630 12:37:20.440624 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90c06f0238f41cbb7fd4d9bd0f6830b" candidate_uuid: "03bddaa22d154f9193601831adb32fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10"
I20260630 12:37:20.440855 12111 raft_consensus.cc:3060] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.441135 12186 raft_consensus.cc:3060] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.445451 12186 raft_consensus.cc:2468] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 03bddaa22d154f9193601831adb32fcc in term 1.
I20260630 12:37:20.445473 12111 raft_consensus.cc:2468] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 03bddaa22d154f9193601831adb32fcc in term 1.
I20260630 12:37:20.446425 12226 leader_election.cc:304] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [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: 03bddaa22d154f9193601831adb32fcc, 7b6e4ca378d84e5d8c20b7270a843d10; no voters: 
I20260630 12:37:20.447043 12315 raft_consensus.cc:2804] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.448043 12315 raft_consensus.cc:697] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 LEADER]: Becoming Leader. State: Replica: 03bddaa22d154f9193601831adb32fcc, State: Running, Role: LEADER
I20260630 12:37:20.448696 12315 consensus_queue.cc:237] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [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: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.455332 12009 catalog_manager.cc:5697] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc reported cstate change: term changed from 0 to 1, leader changed from <none> to 03bddaa22d154f9193601831adb32fcc (127.0.111.67). New cstate: current_term: 1 leader_uuid: "03bddaa22d154f9193601831adb32fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.637249 12331 raft_consensus.cc:493] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.637817 12331 raft_consensus.cc:515] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } }
I20260630 12:37:20.639895 12331 leader_election.cc:290] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331), 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:20.641041 12259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03bddaa22d154f9193601831adb32fcc" is_pre_election: true
I20260630 12:37:20.641620 12186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a2c0ee1b5d514d9cb753a8cee5c739be" candidate_uuid: "323d7b5564db41549d98bf178312c41a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" is_pre_election: true
I20260630 12:37:20.641844 12259 raft_consensus.cc:2393] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 323d7b5564db41549d98bf178312c41a in current term 1: Already voted for candidate 7b6e4ca378d84e5d8c20b7270a843d10 in this term.
I20260630 12:37:20.644243 12076 leader_election.cc:304] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [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: 323d7b5564db41549d98bf178312c41a; no voters: 03bddaa22d154f9193601831adb32fcc, 7b6e4ca378d84e5d8c20b7270a843d10
I20260630 12:37:20.645355 12331 raft_consensus.cc:3060] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.652487 12331 raft_consensus.cc:2749] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:20.669077 12310 consensus_queue.cc:1048] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.675102 12331 consensus_queue.cc:1048] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:20.708293 12329 consensus_queue.cc:1048] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.723454 12311 consensus_queue.cc:1048] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.784523 12311 consensus_queue.cc:1048] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.822681 12259 raft_consensus.cc:1275] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:20.842247 12315 consensus_queue.cc:1048] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.836835 12330 consensus_queue.cc:1048] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:37:20.854493 12184 raft_consensus.cc:1275] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:20.859076 12259 raft_consensus.cc:1275] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:20.871573 12330 consensus_queue.cc:1048] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.875937 12257 raft_consensus.cc:1275] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:20.878856 12345 consensus_queue.cc:1048] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:37:20.883697 12330 consensus_queue.cc:1048] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.922765 12319 consensus_queue.cc:1048] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.011s
W20260630 12:37:20.921372 12151 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.65:40517, user_credentials={real_user=slave}} blocked reactor thread for 68608.8us
I20260630 12:37:21.026006 12186 raft_consensus.cc:1275] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:21.031204 12364 mvcc.cc:204] Tried to move back new op lower bound from 7302443175121989632 to 7302443172860170240. Current Snapshot: MvccSnapshot[applied={T|T < 7302443175121989632}]
I20260630 12:37:21.062566 12331 consensus_queue.cc:1048] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.011s
I20260630 12:37:21.913427   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:21.919242 12399 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
W20260630 12:37:21.920678 12402 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
W20260630 12:37:21.920814 12400 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
I20260630 12:37:21.921090   445 server_base.cc:1061] running on GCE node
I20260630 12:37:21.922259   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:21.922458   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:21.922654   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823041922636 us; error 0 us; skew 500 ppm
I20260630 12:37:21.923126   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:21.925248   445 webserver.cc:533] Webserver started at http://127.0.111.68:34243/ using document root <none> and password file <none>
I20260630 12:37:21.925688   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:21.925859   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:21.926116   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:21.927086   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "4f41c4b20ef349d7b0be104ccedaa1ed"
format_stamp: "Formatted at 2026-06-30 12:37:21 on dist-test-slave-rw3v"
I20260630 12:37:21.931239   445 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:21.934345 12407 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:21.935202   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:37:21.935474   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "4f41c4b20ef349d7b0be104ccedaa1ed"
format_stamp: "Formatted at 2026-06-30 12:37:21 on dist-test-slave-rw3v"
I20260630 12:37:21.935722   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822785200141-445-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)
I20260630 12:37:21.946858   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:21.947860   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:21.949198   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:21.951370   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:21.951558   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:21.951762   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:21.951910   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:21.988633   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:41271
I20260630 12:37:21.988729 12469 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:41271 every 8 connection(s)
I20260630 12:37:22.006034 12470 heartbeater.cc:344] Connected to a master server at 127.0.111.126:41245
I20260630 12:37:22.006444 12470 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.007124 12470 heartbeater.cc:507] Master 127.0.111.126:41245 requested a full tablet report, sending...
I20260630 12:37:22.008862 12009 ts_manager.cc:194] Registered new tserver with Master: 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68:41271)
I20260630 12:37:22.010150 12009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37106
I20260630 12:37:22.437776 12111 consensus_queue.cc:237] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:22.443065 12256 raft_consensus.cc:1275] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.444691 12476 consensus_queue.cc:1048] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.445518 12183 raft_consensus.cc:1275] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.446887 12476 consensus_queue.cc:1048] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.451785 12477 raft_consensus.cc:2955] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.453591 12256 raft_consensus.cc:2955] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
W20260630 12:37:22.456744 12077 consensus_peers.cc:597] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a -> Peer 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68:41271): Couldn't send request to peer 4f41c4b20ef349d7b0be104ccedaa1ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8d887ac39aee4708b4b15744a97087db. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.457190 12183 raft_consensus.cc:2955] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.468077 12009 catalog_manager.cc:5697] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a reported cstate change: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:22.479643 12183 consensus_queue.cc:237] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:22.487459 12256 raft_consensus.cc:1275] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 7b6e4ca378d84e5d8c20b7270a843d10: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.489010 12372 consensus_queue.cc:1048] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.489578 12111 raft_consensus.cc:1275] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Refusing update from remote peer 7b6e4ca378d84e5d8c20b7270a843d10: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.491461 12372 consensus_queue.cc:1048] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:37:22.500602 12152 consensus_peers.cc:597] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 -> Peer 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68:41271): Couldn't send request to peer 4f41c4b20ef349d7b0be104ccedaa1ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a2c0ee1b5d514d9cb753a8cee5c739be. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.503705 12487 raft_consensus.cc:2955] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.507026 12256 raft_consensus.cc:2955] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.507933 12111 raft_consensus.cc:2955] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.517976 12008 catalog_manager.cc:5697] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 reported cstate change: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:22.533757 12256 consensus_queue.cc:237] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:22.540510 12111 raft_consensus.cc:1275] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Refusing update from remote peer 03bddaa22d154f9193601831adb32fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.541010 12183 raft_consensus.cc:1275] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Refusing update from remote peer 03bddaa22d154f9193601831adb32fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.541833 12491 consensus_queue.cc:1048] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.542762 12387 consensus_queue.cc:1048] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:37:22.548727 12226 consensus_peers.cc:597] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc -> Peer 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68:41271): Couldn't send request to peer 4f41c4b20ef349d7b0be104ccedaa1ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f90c06f0238f41cbb7fd4d9bd0f6830b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.548947 12491 raft_consensus.cc:2955] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.550477 12111 raft_consensus.cc:2955] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.551522 12183 raft_consensus.cc:2955] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.560765 12009 catalog_manager.cc:5697] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc reported cstate change: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "03bddaa22d154f9193601831adb32fcc" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:22.561062 12110 consensus_queue.cc:237] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:22.568086 12256 raft_consensus.cc:1275] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:37:22.569213 12183 raft_consensus.cc:1275] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Refusing update from remote peer 323d7b5564db41549d98bf178312c41a: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
W20260630 12:37:22.569478 12077 consensus_peers.cc:597] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a -> Peer 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68:41271): Couldn't send request to peer 4f41c4b20ef349d7b0be104ccedaa1ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 76dfb1ee9e0c4229ba6fc5f04a4f5280. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.569584 12476 consensus_queue.cc:1048] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.570855 12367 consensus_queue.cc:1048] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:37:22.578488 12477 raft_consensus.cc:2955] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.580018 12183 raft_consensus.cc:2955] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.590197 12256 raft_consensus.cc:2955] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.591089 12009 catalog_manager.cc:5697] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 reported cstate change: config changed from index -1 to 11, NON_VOTER 4f41c4b20ef349d7b0be104ccedaa1ed (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "323d7b5564db41549d98bf178312c41a" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } } }
I20260630 12:37:22.904538 12493 ts_tablet_manager.cc:933] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Initiating tablet copy from peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517)
I20260630 12:37:22.906050 12493 tablet_copy_client.cc:323] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:40517
I20260630 12:37:22.920086 12496 ts_tablet_manager.cc:933] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Initiating tablet copy from peer 7b6e4ca378d84e5d8c20b7270a843d10 (127.0.111.66:46331)
I20260630 12:37:22.920116 12121 tablet_copy_service.cc:140] P 323d7b5564db41549d98bf178312c41a: Received BeginTabletCopySession request for tablet 8d887ac39aee4708b4b15744a97087db from peer 4f41c4b20ef349d7b0be104ccedaa1ed ({username='slave'} at 127.0.0.1:60868)
I20260630 12:37:22.920780 12121 tablet_copy_service.cc:161] P 323d7b5564db41549d98bf178312c41a: Beginning new tablet copy session on tablet 8d887ac39aee4708b4b15744a97087db from peer 4f41c4b20ef349d7b0be104ccedaa1ed at {username='slave'} at 127.0.0.1:60868: session id = 4f41c4b20ef349d7b0be104ccedaa1ed-8d887ac39aee4708b4b15744a97087db
I20260630 12:37:22.923899 12496 tablet_copy_client.cc:323] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:46331
I20260630 12:37:22.930814 12121 tablet_copy_source_session.cc:215] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:22.932439 12196 tablet_copy_service.cc:140] P 7b6e4ca378d84e5d8c20b7270a843d10: Received BeginTabletCopySession request for tablet a2c0ee1b5d514d9cb753a8cee5c739be from peer 4f41c4b20ef349d7b0be104ccedaa1ed ({username='slave'} at 127.0.0.1:56600)
I20260630 12:37:22.933018 12196 tablet_copy_service.cc:161] P 7b6e4ca378d84e5d8c20b7270a843d10: Beginning new tablet copy session on tablet a2c0ee1b5d514d9cb753a8cee5c739be from peer 4f41c4b20ef349d7b0be104ccedaa1ed at {username='slave'} at 127.0.0.1:56600: session id = 4f41c4b20ef349d7b0be104ccedaa1ed-a2c0ee1b5d514d9cb753a8cee5c739be
I20260630 12:37:22.934090 12493 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8d887ac39aee4708b4b15744a97087db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:22.938436 12196 tablet_copy_source_session.cc:215] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:22.940910 12496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a2c0ee1b5d514d9cb753a8cee5c739be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:22.950834 12493 tablet_copy_client.cc:806] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:22.951390 12493 tablet_copy_client.cc:670] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:22.955567 12493 tablet_copy_client.cc:538] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:22.955755 12496 tablet_copy_client.cc:806] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:22.956347 12496 tablet_copy_client.cc:670] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:22.960242 12498 ts_tablet_manager.cc:933] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Initiating tablet copy from peer 03bddaa22d154f9193601831adb32fcc (127.0.111.67:33067)
I20260630 12:37:22.960276 12496 tablet_copy_client.cc:538] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:22.968547 12493 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap starting.
I20260630 12:37:22.969175 12496 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap starting.
I20260630 12:37:22.976862 12498 tablet_copy_client.cc:323] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:33067
I20260630 12:37:22.990326 12270 tablet_copy_service.cc:140] P 03bddaa22d154f9193601831adb32fcc: Received BeginTabletCopySession request for tablet f90c06f0238f41cbb7fd4d9bd0f6830b from peer 4f41c4b20ef349d7b0be104ccedaa1ed ({username='slave'} at 127.0.0.1:41424)
I20260630 12:37:22.990893 12270 tablet_copy_service.cc:161] P 03bddaa22d154f9193601831adb32fcc: Beginning new tablet copy session on tablet f90c06f0238f41cbb7fd4d9bd0f6830b from peer 4f41c4b20ef349d7b0be104ccedaa1ed at {username='slave'} at 127.0.0.1:41424: session id = 4f41c4b20ef349d7b0be104ccedaa1ed-f90c06f0238f41cbb7fd4d9bd0f6830b
I20260630 12:37:22.999818 12270 tablet_copy_source_session.cc:215] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:23.003382 12498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90c06f0238f41cbb7fd4d9bd0f6830b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.012269 12470 heartbeater.cc:499] Master 127.0.111.126:41245 was elected leader, sending a full tablet report...
I20260630 12:37:23.021234   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:37:23.032604 12498 tablet_copy_client.cc:806] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:23.039497 12498 tablet_copy_client.cc:670] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:23.050321 12502 ts_tablet_manager.cc:933] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 4f41c4b20ef349d7b0be104ccedaa1ed: Initiating tablet copy from peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517)
I20260630 12:37:23.053154   445 tablet_copy_service.cc:362] P 323d7b5564db41549d98bf178312c41a: Destroying tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-8d887ac39aee4708b4b15744a97087db due to service shutdown
I20260630 12:37:23.059497   445 tablet_copy_service.cc:434] P 323d7b5564db41549d98bf178312c41a: ending tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-8d887ac39aee4708b4b15744a97087db on tablet 8d887ac39aee4708b4b15744a97087db with peer 4f41c4b20ef349d7b0be104ccedaa1ed
I20260630 12:37:23.053424 12498 tablet_copy_client.cc:538] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:23.083843 12498 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap starting.
I20260630 12:37:23.083264 12502 tablet_copy_client.cc:323] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:40517
I20260630 12:37:23.091835 12493 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=76 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:23.092985 12493 tablet_bootstrap.cc:492] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap complete.
I20260630 12:37:23.095737 12493 ts_tablet_manager.cc:1403] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent bootstrapping tablet: real 0.127s	user 0.070s	sys 0.020s
I20260630 12:37:23.099459 12493 raft_consensus.cc:359] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.100320 12493 raft_consensus.cc:740] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4f41c4b20ef349d7b0be104ccedaa1ed, State: Initialized, Role: LEARNER
I20260630 12:37:23.100996 12493 consensus_queue.cc:260] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.111129   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.111757 12493 ts_tablet_manager.cc:1434] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.003s
I20260630 12:37:23.113512   445 tablet_replica.cc:333] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.114133   445 raft_consensus.cc:2243] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.114697   445 raft_consensus.cc:2272] T a2c0ee1b5d514d9cb753a8cee5c739be P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.117604   445 tablet_replica.cc:333] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.118145   445 raft_consensus.cc:2243] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.118978   445 raft_consensus.cc:2272] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.121610   445 tablet_replica.cc:333] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.122125   445 raft_consensus.cc:2243] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.122619   445 raft_consensus.cc:2272] T f90c06f0238f41cbb7fd4d9bd0f6830b P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:23.125916 12151 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260630 12:37:23.142530 12151 consensus_peers.cc:597] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 -> Peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517): Couldn't send request to peer 323d7b5564db41549d98bf178312c41a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:23.142670 12496 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=82 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:23.144078   445 tablet_replica.cc:333] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.144861   445 raft_consensus.cc:2243] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.145833 12496 tablet_bootstrap.cc:492] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap complete.
I20260630 12:37:23.146687 12496 ts_tablet_manager.cc:1403] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent bootstrapping tablet: real 0.178s	user 0.097s	sys 0.023s
I20260630 12:37:23.145777   445 raft_consensus.cc:2272] T 5a9394215ed94342863dfa9fff1e436c P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:23.148460 12225 consensus_peers.cc:597] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc -> Peer 323d7b5564db41549d98bf178312c41a (127.0.111.65:40517): Couldn't send request to peer 323d7b5564db41549d98bf178312c41a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:23.149758   445 tablet_replica.cc:333] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.149634 12496 raft_consensus.cc:359] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.150564 12496 raft_consensus.cc:740] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4f41c4b20ef349d7b0be104ccedaa1ed, State: Initialized, Role: LEARNER
I20260630 12:37:23.150583   445 raft_consensus.cc:2243] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.151495 12496 consensus_queue.cc:260] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } attrs { replace: true } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.151940   445 raft_consensus.cc:2272] T b26695af2faa4c0099cc24dbabeb3d12 P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.154850   445 tablet_replica.cc:333] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a: stopping tablet replica
I20260630 12:37:23.155591   445 raft_consensus.cc:2243] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.156777   445 raft_consensus.cc:2272] T 8d887ac39aee4708b4b15744a97087db P 323d7b5564db41549d98bf178312c41a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.160459 12496 ts_tablet_manager.cc:1434] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.003s
I20260630 12:37:23.168218 12196 tablet_copy_service.cc:342] P 7b6e4ca378d84e5d8c20b7270a843d10: Request end of tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-a2c0ee1b5d514d9cb753a8cee5c739be received from {username='slave'} at 127.0.0.1:56600
I20260630 12:37:23.168654 12196 tablet_copy_service.cc:434] P 7b6e4ca378d84e5d8c20b7270a843d10: ending tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-a2c0ee1b5d514d9cb753a8cee5c739be on tablet a2c0ee1b5d514d9cb753a8cee5c739be with peer 4f41c4b20ef349d7b0be104ccedaa1ed
W20260630 12:37:23.173952 12493 tablet_copy_client.cc:1131] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.111.65:40517: connect: Connection refused (error 111)
I20260630 12:37:23.191781   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:37:23.208356 12498 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=68 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:23.209062 12498 tablet_bootstrap.cc:492] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Bootstrap complete.
I20260630 12:37:23.209590 12498 ts_tablet_manager.cc:1403] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent bootstrapping tablet: real 0.126s	user 0.054s	sys 0.018s
I20260630 12:37:23.211552   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
I20260630 12:37:23.211465 12498 raft_consensus.cc:359] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.212167 12498 raft_consensus.cc:740] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 4f41c4b20ef349d7b0be104ccedaa1ed, State: Initialized, Role: LEARNER
I20260630 12:37:23.214147 12498 consensus_queue.cc:260] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "323d7b5564db41549d98bf178312c41a" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 40517 } } peers { permanent_uuid: "7b6e4ca378d84e5d8c20b7270a843d10" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 46331 } attrs { replace: true } } peers { permanent_uuid: "03bddaa22d154f9193601831adb32fcc" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 33067 } } peers { permanent_uuid: "4f41c4b20ef349d7b0be104ccedaa1ed" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 41271 } attrs { promote: true } }
I20260630 12:37:23.216495 12498 ts_tablet_manager.cc:1434] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:23.218617 12270 tablet_copy_service.cc:342] P 03bddaa22d154f9193601831adb32fcc: Request end of tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-f90c06f0238f41cbb7fd4d9bd0f6830b received from {username='slave'} at 127.0.0.1:41424
I20260630 12:37:23.219015 12270 tablet_copy_service.cc:434] P 03bddaa22d154f9193601831adb32fcc: ending tablet copy session 4f41c4b20ef349d7b0be104ccedaa1ed-f90c06f0238f41cbb7fd4d9bd0f6830b on tablet f90c06f0238f41cbb7fd4d9bd0f6830b with peer 4f41c4b20ef349d7b0be104ccedaa1ed
W20260630 12:37:23.232028 12411 connection.cc:466] server connection from 127.0.0.1:50672 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:50672 (request call id 3) could send its response
I20260630 12:37:23.249732   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.250471   445 tablet_replica.cc:333] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.251256   445 raft_consensus.cc:2243] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.251816   445 raft_consensus.cc:2272] T 5a9394215ed94342863dfa9fff1e436c P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.254351   445 tablet_replica.cc:333] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.255074   445 raft_consensus.cc:2243] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.255699   445 raft_consensus.cc:2272] T b26695af2faa4c0099cc24dbabeb3d12 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.258145   445 tablet_replica.cc:333] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.258795   445 raft_consensus.cc:2243] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.259383   445 raft_consensus.cc:2272] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.262511   445 tablet_replica.cc:333] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.263218   445 raft_consensus.cc:2243] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.263839   445 raft_consensus.cc:2272] T f90c06f0238f41cbb7fd4d9bd0f6830b P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.266490   445 tablet_replica.cc:333] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.267315   445 raft_consensus.cc:2243] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.267908   445 raft_consensus.cc:2272] T 8d887ac39aee4708b4b15744a97087db P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.270766   445 tablet_replica.cc:333] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10: stopping tablet replica
I20260630 12:37:23.271422   445 raft_consensus.cc:2243] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.272681   445 raft_consensus.cc:2272] T a2c0ee1b5d514d9cb753a8cee5c739be P 7b6e4ca378d84e5d8c20b7270a843d10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.301375   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:37:23.315450   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:37:23.336970   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.337584   445 tablet_replica.cc:333] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.338321   445 raft_consensus.cc:2243] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.338861   445 raft_consensus.cc:2272] T 8d887ac39aee4708b4b15744a97087db P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.341298   445 tablet_replica.cc:333] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.341827   445 raft_consensus.cc:2243] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.342375   445 raft_consensus.cc:2272] T a2c0ee1b5d514d9cb753a8cee5c739be P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.344786   445 tablet_replica.cc:333] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.345286   445 raft_consensus.cc:2243] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.345706   445 raft_consensus.cc:2272] T 76dfb1ee9e0c4229ba6fc5f04a4f5280 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.347950   445 tablet_replica.cc:333] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.348443   445 raft_consensus.cc:2243] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.349364   445 raft_consensus.cc:2272] T f90c06f0238f41cbb7fd4d9bd0f6830b P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.351418   445 tablet_replica.cc:333] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.351873   445 raft_consensus.cc:2243] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.352331   445 raft_consensus.cc:2272] T b26695af2faa4c0099cc24dbabeb3d12 P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.354097   445 tablet_replica.cc:333] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc: stopping tablet replica
I20260630 12:37:23.354508   445 raft_consensus.cc:2243] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.354916   445 raft_consensus.cc:2272] T 5a9394215ed94342863dfa9fff1e436c P 03bddaa22d154f9193601831adb32fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.369608   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:37:23.388475   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:37:23.405859   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.407104   445 tablet_replica.cc:333] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed: stopping tablet replica
I20260630 12:37:23.407701   445 raft_consensus.cc:2243] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:23.408077   445 raft_consensus.cc:2272] T f90c06f0238f41cbb7fd4d9bd0f6830b P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:23.410166   445 tablet_replica.cc:333] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed: stopping tablet replica
I20260630 12:37:23.410629   445 raft_consensus.cc:2243] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:23.410979   445 raft_consensus.cc:2272] T a2c0ee1b5d514d9cb753a8cee5c739be P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:23.413003   445 tablet_replica.cc:333] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed: stopping tablet replica
I20260630 12:37:23.413465   445 raft_consensus.cc:2243] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:23.413805   445 raft_consensus.cc:2272] T 8d887ac39aee4708b4b15744a97087db P 4f41c4b20ef349d7b0be104ccedaa1ed [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:23.435209   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:37:23.451838   445 master.cc:562] Master@127.0.111.126:41245 shutting down...
W20260630 12:37:23.468181 12057 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:37:23.469206   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.469638   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.469878   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 94a09412b7364a54b9fd5d6d98ac7817: stopping tablet replica
I20260630 12:37:23.488583   445 master.cc:584] Master@127.0.111.126:41245 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5275 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:37:23.522785   445 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.111.126:44253
I20260630 12:37:23.523782   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.528256 12509 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
W20260630 12:37:23.528452 12510 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
W20260630 12:37:23.529611 12512 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
I20260630 12:37:23.530622   445 server_base.cc:1061] running on GCE node
I20260630 12:37:23.531328   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.531507   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.531639   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823043531623 us; error 0 us; skew 500 ppm
I20260630 12:37:23.532078   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.534003   445 webserver.cc:533] Webserver started at http://127.0.111.126:41141/ using document root <none> and password file <none>
I20260630 12:37:23.534406   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.534571   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.534794   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.535933   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/master-0-root/instance:
uuid: "8fda11dc7bf9424eb08177274426e07e"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.539770   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:37:23.542575 12517 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.543273   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:23.543527   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/master-0-root
uuid: "8fda11dc7bf9424eb08177274426e07e"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.543763   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-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)
I20260630 12:37:23.569955   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.570806   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.605155   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.126:44253
I20260630 12:37:23.605245 12568 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.126:44253 every 8 connection(s)
I20260630 12:37:23.608530 12569 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.618897 12569 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e: Bootstrap starting.
I20260630 12:37:23.622867 12569 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.626341 12569 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e: No bootstrap required, opened a new log
I20260630 12:37:23.628201 12569 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER }
I20260630 12:37:23.628562 12569 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.628762 12569 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8fda11dc7bf9424eb08177274426e07e, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.629331 12569 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER }
I20260630 12:37:23.629762 12569 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:23.629954 12569 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:23.630187 12569 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:23.634197 12569 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER }
I20260630 12:37:23.634646 12569 leader_election.cc:304] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [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: 8fda11dc7bf9424eb08177274426e07e; no voters: 
I20260630 12:37:23.635648 12569 leader_election.cc:290] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:23.635905 12572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:23.637212 12572 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 1 LEADER]: Becoming Leader. State: Replica: 8fda11dc7bf9424eb08177274426e07e, State: Running, Role: LEADER
I20260630 12:37:23.637785 12572 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [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: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER }
I20260630 12:37:23.638146 12569 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:23.641911 12574 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8fda11dc7bf9424eb08177274426e07e. Latest consensus state: current_term: 1 leader_uuid: "8fda11dc7bf9424eb08177274426e07e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER } }
I20260630 12:37:23.641978 12573 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8fda11dc7bf9424eb08177274426e07e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fda11dc7bf9424eb08177274426e07e" member_type: VOTER } }
I20260630 12:37:23.642673 12574 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.642735 12573 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.649125 12580 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:23.654145 12580 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:23.655120   445 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:23.661928 12580 catalog_manager.cc:1383] Generated new cluster ID: 17dcfb8613124bf1b6587a7c558118ce
I20260630 12:37:23.662176 12580 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:23.679122 12580 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:23.680289 12580 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:23.693775 12580 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e: Generated new TSK 0
I20260630 12:37:23.694300 12580 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:23.720990   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.726054 12590 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
W20260630 12:37:23.726931 12591 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
W20260630 12:37:23.728381 12593 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
I20260630 12:37:23.728613   445 server_base.cc:1061] running on GCE node
I20260630 12:37:23.729465   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.729660   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.729812   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823043729795 us; error 0 us; skew 500 ppm
I20260630 12:37:23.730262   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.732249   445 webserver.cc:533] Webserver started at http://127.0.111.65:33211/ using document root <none> and password file <none>
I20260630 12:37:23.732656   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.732844   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.733075   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.734017   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-0-root/instance:
uuid: "9617c2691e8d4978be4af011532401e1"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.737883   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:37:23.740801 12598 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.741520   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:23.741804   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-0-root
uuid: "9617c2691e8d4978be4af011532401e1"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.742056   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-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)
I20260630 12:37:23.758364   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.759231   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.760473   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.762435   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.762616   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.762832   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.762980   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.797168   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.65:32985
I20260630 12:37:23.797266 12660 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.65:32985 every 8 connection(s)
I20260630 12:37:23.801605   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.807575 12665 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
W20260630 12:37:23.808607 12666 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
I20260630 12:37:23.811017   445 server_base.cc:1061] running on GCE node
W20260630 12:37:23.811739 12668 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
I20260630 12:37:23.813189 12661 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44253
I20260630 12:37:23.813407   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:23.813544 12661 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:23.813674   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.813936   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823043813921 us; error 0 us; skew 500 ppm
I20260630 12:37:23.814370 12661 heartbeater.cc:507] Master 127.0.111.126:44253 requested a full tablet report, sending...
I20260630 12:37:23.814450   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.816638 12534 ts_manager.cc:194] Registered new tserver with Master: 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985)
I20260630 12:37:23.817066   445 webserver.cc:533] Webserver started at http://127.0.111.66:37703/ using document root <none> and password file <none>
I20260630 12:37:23.817683   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.817906   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.818208   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.818853 12534 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55132
I20260630 12:37:23.819535   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-1-root/instance:
uuid: "84a392145d3b48109336041d6f6e42d8"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.823575   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:23.826412 12673 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.827246   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:23.827503   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-1-root
uuid: "84a392145d3b48109336041d6f6e42d8"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.827744   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-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)
I20260630 12:37:23.849068   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.849985   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.851277   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.853256   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.853440   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.853645   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.853788   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.888144   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.66:35567
I20260630 12:37:23.888229 12735 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.66:35567 every 8 connection(s)
I20260630 12:37:23.892508   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.898553 12739 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
W20260630 12:37:23.899355 12740 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
I20260630 12:37:23.900979   445 server_base.cc:1061] running on GCE node
W20260630 12:37:23.901419 12742 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
I20260630 12:37:23.902477   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.902745   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:23.902947   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823043902928 us; error 0 us; skew 500 ppm
I20260630 12:37:23.903502   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.904038 12736 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44253
I20260630 12:37:23.904333 12736 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.904923 12736 heartbeater.cc:507] Master 127.0.111.126:44253 requested a full tablet report, sending...
I20260630 12:37:23.906672 12534 ts_manager.cc:194] Registered new tserver with Master: 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:23.907326   445 webserver.cc:533] Webserver started at http://127.0.111.67:46755/ using document root <none> and password file <none>
I20260630 12:37:23.907806   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.907977   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.908046 12534 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55138
I20260630 12:37:23.908205   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.909430   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-2-root/instance:
uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.913300   445 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:23.916108 12747 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.916775   445 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:23.917027   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-2-root
uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-rw3v"
I20260630 12:37:23.917270   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-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)
I20260630 12:37:23.940248   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.941176   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.942437   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.944424   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.944620   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.944820   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.944970   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.979617   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.67:35833
I20260630 12:37:23.979720 12809 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.67:35833 every 8 connection(s)
I20260630 12:37:23.992033 12810 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44253
I20260630 12:37:23.992437 12810 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.993100 12810 heartbeater.cc:507] Master 127.0.111.126:44253 requested a full tablet report, sending...
I20260630 12:37:23.994803 12534 ts_manager.cc:194] Registered new tserver with Master: cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:23.995677   445 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013113988s
I20260630 12:37:23.996099 12534 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55150
I20260630 12:37:24.821432 12661 heartbeater.cc:499] Master 127.0.111.126:44253 was elected leader, sending a full tablet report...
I20260630 12:37:24.910344 12736 heartbeater.cc:499] Master 127.0.111.126:44253 was elected leader, sending a full tablet report...
I20260630 12:37:24.998520 12810 heartbeater.cc:499] Master 127.0.111.126:44253 was elected leader, sending a full tablet report...
I20260630 12:37:25.046693 12534 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55166:
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"
    }
  }
}
W20260630 12:37:25.048991 12534 catalog_manager.cc:7077] 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.
I20260630 12:37:25.105854 12701 tablet_service.cc:1511] Processing CreateTablet for tablet c46decc876c04f5189ab94b3713e0c44 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:25.106632 12700 tablet_service.cc:1511] Processing CreateTablet for tablet c34b8d7aa47f40b282fa96319f2af2cd (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:25.107164 12701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46decc876c04f5189ab94b3713e0c44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.108225 12700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c34b8d7aa47f40b282fa96319f2af2cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.119757 12775 tablet_service.cc:1511] Processing CreateTablet for tablet c46decc876c04f5189ab94b3713e0c44 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:25.120054 12626 tablet_service.cc:1511] Processing CreateTablet for tablet c46decc876c04f5189ab94b3713e0c44 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:25.121074 12775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46decc876c04f5189ab94b3713e0c44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.121333 12626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46decc876c04f5189ab94b3713e0c44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.124629 12774 tablet_service.cc:1511] Processing CreateTablet for tablet c34b8d7aa47f40b282fa96319f2af2cd (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:25.125840 12699 tablet_service.cc:1511] Processing CreateTablet for tablet 8ac510b218b249a7b49434283da28a8d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:25.125909 12774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c34b8d7aa47f40b282fa96319f2af2cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.127336 12699 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ac510b218b249a7b49434283da28a8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.128509 12625 tablet_service.cc:1511] Processing CreateTablet for tablet c34b8d7aa47f40b282fa96319f2af2cd (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:25.129756 12625 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c34b8d7aa47f40b282fa96319f2af2cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.142958 12773 tablet_service.cc:1511] Processing CreateTablet for tablet 8ac510b218b249a7b49434283da28a8d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:25.144335 12773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ac510b218b249a7b49434283da28a8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.154680 12624 tablet_service.cc:1511] Processing CreateTablet for tablet 8ac510b218b249a7b49434283da28a8d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:25.155073 12698 tablet_service.cc:1511] Processing CreateTablet for tablet cba387d3816041bdb77cd90c55f8e722 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:25.156106 12624 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ac510b218b249a7b49434283da28a8d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.156365 12698 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cba387d3816041bdb77cd90c55f8e722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.158452 12623 tablet_service.cc:1511] Processing CreateTablet for tablet cba387d3816041bdb77cd90c55f8e722 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:25.159704 12623 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cba387d3816041bdb77cd90c55f8e722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.166523 12772 tablet_service.cc:1511] Processing CreateTablet for tablet cba387d3816041bdb77cd90c55f8e722 (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:25.167749 12772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cba387d3816041bdb77cd90c55f8e722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.183317 12830 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.184616 12832 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.187903 12831 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.188740 12830 tablet_bootstrap.cc:654] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.190412 12832 tablet_bootstrap.cc:654] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.193193 12831 tablet_bootstrap.cc:654] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.195117 12625 tablet_service.cc:1511] Processing CreateTablet for tablet 79f910dad50d43768e09abac19147d3d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:25.196408 12625 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79f910dad50d43768e09abac19147d3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.196352 12701 tablet_service.cc:1511] Processing CreateTablet for tablet 79f910dad50d43768e09abac19147d3d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:25.197611 12701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79f910dad50d43768e09abac19147d3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.199812 12775 tablet_service.cc:1511] Processing CreateTablet for tablet 79f910dad50d43768e09abac19147d3d (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:25.200188 12699 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff7deab4bd8417baaf54140959940ea (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:25.202131 12699 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff7deab4bd8417baaf54140959940ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.200984 12775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79f910dad50d43768e09abac19147d3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.208096 12624 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff7deab4bd8417baaf54140959940ea (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:25.209338 12624 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff7deab4bd8417baaf54140959940ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.219274 12831 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.219861 12831 ts_tablet_manager.cc:1403] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.032s	user 0.008s	sys 0.002s
I20260630 12:37:25.222635 12831 raft_consensus.cc:359] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.223405 12831 raft_consensus.cc:385] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.223735 12831 raft_consensus.cc:740] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.225378 12831 consensus_queue.cc:260] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.230523 12830 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.231079 12830 ts_tablet_manager.cc:1403] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.048s	user 0.012s	sys 0.006s
I20260630 12:37:25.232194 12773 tablet_service.cc:1511] Processing CreateTablet for tablet 3ff7deab4bd8417baaf54140959940ea (DEFAULT_TABLE table=test-workload [id=5e94652b139041b18c3c88b17f652d6a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:25.236114 12830 raft_consensus.cc:359] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.236613 12773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ff7deab4bd8417baaf54140959940ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.238240 12832 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.238773 12832 ts_tablet_manager.cc:1403] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.054s	user 0.013s	sys 0.012s
I20260630 12:37:25.236891 12830 raft_consensus.cc:385] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.239281 12830 raft_consensus.cc:740] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.241055 12830 consensus_queue.cc:260] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.241542 12832 raft_consensus.cc:359] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.242358 12832 raft_consensus.cc:385] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.242698 12832 raft_consensus.cc:740] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.243705 12832 consensus_queue.cc:260] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.242776 12831 ts_tablet_manager.cc:1434] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.006s
I20260630 12:37:25.256317 12831 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.260449 12831 tablet_bootstrap.cc:654] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.260751 12830 ts_tablet_manager.cc:1434] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.028s	user 0.005s	sys 0.016s
I20260630 12:37:25.261281 12832 ts_tablet_manager.cc:1434] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.022s	user 0.011s	sys 0.010s
I20260630 12:37:25.262403 12832 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.262816 12830 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.267612 12832 tablet_bootstrap.cc:654] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.268901 12830 tablet_bootstrap.cc:654] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.276748 12831 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.277227 12831 ts_tablet_manager.cc:1403] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.000s
I20260630 12:37:25.277093 12830 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.279527 12830 ts_tablet_manager.cc:1403] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:37:25.279999 12831 raft_consensus.cc:359] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.280764 12831 raft_consensus.cc:385] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.281056 12831 raft_consensus.cc:740] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.281845 12831 consensus_queue.cc:260] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.282285 12830 raft_consensus.cc:359] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.283002 12830 raft_consensus.cc:385] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.283334 12830 raft_consensus.cc:740] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.283504 12832 tablet_bootstrap.cc:492] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.283994 12831 ts_tablet_manager.cc:1434] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:25.284062 12832 ts_tablet_manager.cc:1403] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.008s
I20260630 12:37:25.284251 12830 consensus_queue.cc:260] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.286423 12830 ts_tablet_manager.cc:1434] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:25.287026 12832 raft_consensus.cc:359] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.287789 12832 raft_consensus.cc:385] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.288090 12832 raft_consensus.cc:740] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.288295 12831 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.288980 12832 consensus_queue.cc:260] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.289634 12830 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.294510 12831 tablet_bootstrap.cc:654] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.294646 12832 ts_tablet_manager.cc:1434] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:37:25.295583 12830 tablet_bootstrap.cc:654] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.295706 12832 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.301476 12832 tablet_bootstrap.cc:654] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.303898 12830 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.304466 12830 ts_tablet_manager.cc:1403] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:37:25.307389 12830 raft_consensus.cc:359] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.308736 12830 raft_consensus.cc:385] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.309085 12830 raft_consensus.cc:740] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.309849 12830 consensus_queue.cc:260] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.310772 12831 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.311342 12831 ts_tablet_manager.cc:1403] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.007s
I20260630 12:37:25.312229 12830 ts_tablet_manager.cc:1434] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:25.313270 12830 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.314041 12831 raft_consensus.cc:359] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.314814 12831 raft_consensus.cc:385] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.315178 12831 raft_consensus.cc:740] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.316097 12831 consensus_queue.cc:260] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.318470 12831 ts_tablet_manager.cc:1434] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:25.318518 12830 tablet_bootstrap.cc:654] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.319823 12831 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.327090 12831 tablet_bootstrap.cc:654] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.329519 12830 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.330008 12830 ts_tablet_manager.cc:1403] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.007s
I20260630 12:37:25.330072 12832 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.330746 12832 ts_tablet_manager.cc:1403] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.035s	user 0.018s	sys 0.016s
I20260630 12:37:25.332108 12831 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.332502 12831 ts_tablet_manager.cc:1403] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:37:25.332887 12830 raft_consensus.cc:359] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.333619 12830 raft_consensus.cc:385] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.333336 12832 raft_consensus.cc:359] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.333918 12830 raft_consensus.cc:740] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.334067 12832 raft_consensus.cc:385] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.334379 12832 raft_consensus.cc:740] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.334540 12831 raft_consensus.cc:359] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.334719 12830 consensus_queue.cc:260] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.335268 12831 raft_consensus.cc:385] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.335170 12832 consensus_queue.cc:260] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.335656 12831 raft_consensus.cc:740] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.337373 12832 ts_tablet_manager.cc:1434] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:25.337623 12831 consensus_queue.cc:260] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.338387 12832 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.340147 12831 ts_tablet_manager.cc:1434] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:37:25.338406 12838 raft_consensus.cc:493] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.341153 12831 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.340860 12838 raft_consensus.cc:515] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.343590 12838 leader_election.cc:290] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.344717 12832 tablet_bootstrap.cc:654] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.347613 12831 tablet_bootstrap.cc:654] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.351613 12830 ts_tablet_manager.cc:1434] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:37:25.352751 12830 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.355352 12836 raft_consensus.cc:493] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.356204 12832 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.355814 12836 raft_consensus.cc:515] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.356701 12832 ts_tablet_manager.cc:1403] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:37:25.357939 12830 tablet_bootstrap.cc:654] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.358575 12836 leader_election.cc:290] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985)
I20260630 12:37:25.359452 12832 raft_consensus.cc:359] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.360256 12832 raft_consensus.cc:385] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.360544 12832 raft_consensus.cc:740] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.369064 12832 consensus_queue.cc:260] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.371214 12832 ts_tablet_manager.cc:1434] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.004s
I20260630 12:37:25.372273 12832 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.376130 12837 raft_consensus.cc:493] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.376645 12837 raft_consensus.cc:515] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.377563 12832 tablet_bootstrap.cc:654] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.380697 12831 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.381196 12831 ts_tablet_manager.cc:1403] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.040s	user 0.006s	sys 0.006s
I20260630 12:37:25.395002 12837 leader_election.cc:290] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.403249 12831 raft_consensus.cc:359] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.408879 12830 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.413084 12830 ts_tablet_manager.cc:1403] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.061s	user 0.009s	sys 0.004s
I20260630 12:37:25.413590 12711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c34b8d7aa47f40b282fa96319f2af2cd" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.414386 12711 raft_consensus.cc:2468] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 0.
I20260630 12:37:25.404277 12831 raft_consensus.cc:385] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.416155 12831 raft_consensus.cc:740] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.416852 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.417330 12830 raft_consensus.cc:359] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.417209 12831 consensus_queue.cc:260] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.418339 12830 raft_consensus.cc:385] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.418773 12830 raft_consensus.cc:740] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.419651 12830 consensus_queue.cc:260] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.420068 12602 leader_election.cc:304] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.417500 12636 raft_consensus.cc:2468] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 0.
I20260630 12:37:25.423030 12674 leader_election.cc:304] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.424376 12837 raft_consensus.cc:2804] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.424434 12832 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.424860 12837 raft_consensus.cc:493] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.425143 12832 ts_tablet_manager.cc:1403] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.053s	user 0.023s	sys 0.011s
I20260630 12:37:25.425257 12837 raft_consensus.cc:3060] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.425633 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c34b8d7aa47f40b282fa96319f2af2cd" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" is_pre_election: true
I20260630 12:37:25.426275 12785 raft_consensus.cc:2468] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 0.
I20260630 12:37:25.427920 12832 raft_consensus.cc:359] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.428653 12832 raft_consensus.cc:385] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.429070 12832 raft_consensus.cc:740] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.429863 12832 consensus_queue.cc:260] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.421125 12838 raft_consensus.cc:2804] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.433741 12838 raft_consensus.cc:493] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.434103 12838 raft_consensus.cc:3060] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.434971 12830 ts_tablet_manager.cc:1434] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.001s
I20260630 12:37:25.441159 12838 raft_consensus.cc:515] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.447952 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c34b8d7aa47f40b282fa96319f2af2cd" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8"
I20260630 12:37:25.448567 12710 raft_consensus.cc:3060] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.442467 12830 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: Bootstrap starting.
I20260630 12:37:25.448596 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.451857 12636 raft_consensus.cc:2468] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 0.
I20260630 12:37:25.452711 12748 leader_election.cc:304] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: 9617c2691e8d4978be4af011532401e1, cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 
I20260630 12:37:25.452905 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" is_pre_election: true
I20260630 12:37:25.453486 12785 raft_consensus.cc:2468] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 0.
I20260630 12:37:25.453897 12836 raft_consensus.cc:2804] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.454247 12836 raft_consensus.cc:493] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.433532 12837 raft_consensus.cc:515] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.442719 12711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.455631 12711 raft_consensus.cc:2393] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in current term 1: Already voted for candidate 84a392145d3b48109336041d6f6e42d8 in this term.
I20260630 12:37:25.456427 12837 leader_election.cc:290] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [CANDIDATE]: Term 1 election: Requested vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.456761 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1"
I20260630 12:37:25.454648 12830 tablet_bootstrap.cc:654] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.457412 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
I20260630 12:37:25.457304 12636 raft_consensus.cc:3060] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.460331 12860 raft_consensus.cc:493] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.460798 12860 raft_consensus.cc:515] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.444821 12832 ts_tablet_manager.cc:1434] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.007s
I20260630 12:37:25.454543 12836 raft_consensus.cc:3060] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.461292 12830 tablet_bootstrap.cc:492] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: No bootstrap required, opened a new log
I20260630 12:37:25.461812 12830 ts_tablet_manager.cc:1403] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.004s
I20260630 12:37:25.463986 12830 raft_consensus.cc:359] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.464733 12830 raft_consensus.cc:385] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.465292 12830 raft_consensus.cc:740] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.465683 12832 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: Bootstrap starting.
I20260630 12:37:25.466236 12830 consensus_queue.cc:260] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.464689 12710 raft_consensus.cc:2468] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 1.
I20260630 12:37:25.470124 12831 ts_tablet_manager.cc:1434] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.089s	user 0.002s	sys 0.006s
I20260630 12:37:25.470788 12830 ts_tablet_manager.cc:1434] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.003s
I20260630 12:37:25.464617 12860 leader_election.cc:290] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.470940 12832 tablet_bootstrap.cc:654] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.471762 12838 leader_election.cc:290] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 election: Requested vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.466936 12636 raft_consensus.cc:2468] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 1.
I20260630 12:37:25.474241 12836 raft_consensus.cc:515] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.474692 12674 leader_election.cc:304] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.475395 12785 raft_consensus.cc:2393] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 84a392145d3b48109336041d6f6e42d8 in current term 1: Already voted for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in this term.
I20260630 12:37:25.478085 12837 raft_consensus.cc:2804] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.478236 12711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.478926 12711 raft_consensus.cc:2468] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 0.
I20260630 12:37:25.478982 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" is_pre_election: true
I20260630 12:37:25.480226 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8"
I20260630 12:37:25.481087 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c34b8d7aa47f40b282fa96319f2af2cd" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
I20260630 12:37:25.481773 12785 raft_consensus.cc:3060] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.481348 12836 leader_election.cc:290] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 election: Requested vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985)
I20260630 12:37:25.483397 12837 raft_consensus.cc:697] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 LEADER]: Becoming Leader. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Running, Role: LEADER
I20260630 12:37:25.484243 12837 consensus_queue.cc:237] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [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: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.487331 12832 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: No bootstrap required, opened a new log
I20260630 12:37:25.487886 12832 ts_tablet_manager.cc:1403] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.005s
I20260630 12:37:25.488337 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46decc876c04f5189ab94b3713e0c44" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1"
I20260630 12:37:25.489193 12636 raft_consensus.cc:2393] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in current term 1: Already voted for candidate 84a392145d3b48109336041d6f6e42d8 in this term.
I20260630 12:37:25.490020 12831 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: Bootstrap starting.
I20260630 12:37:25.490669 12832 raft_consensus.cc:359] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.488747 12785 raft_consensus.cc:2468] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 1.
I20260630 12:37:25.491472 12832 raft_consensus.cc:385] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.489181 12602 leader_election.cc:304] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.492117 12832 raft_consensus.cc:740] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.492609 12602 leader_election.cc:304] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.492869 12832 consensus_queue.cc:260] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.493173 12861 raft_consensus.cc:2804] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.494078 12860 raft_consensus.cc:2804] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.494545 12860 raft_consensus.cc:493] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.494870 12860 raft_consensus.cc:3060] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.495234 12832 ts_tablet_manager.cc:1434] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
W20260630 12:37:25.494028 12602 leader_election.cc:343] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:25.500635 12831 tablet_bootstrap.cc:654] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.502588 12861 raft_consensus.cc:697] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Becoming Leader. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Running, Role: LEADER
I20260630 12:37:25.503628 12861 consensus_queue.cc:237] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [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: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.505587 12751 leader_election.cc:304] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1
I20260630 12:37:25.506381 12836 raft_consensus.cc:2749] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:25.507965 12860 raft_consensus.cc:515] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.508309 12534 catalog_manager.cc:5697] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 84a392145d3b48109336041d6f6e42d8 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "84a392145d3b48109336041d6f6e42d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.512850 12860 leader_election.cc:290] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 election: Requested vote from peers 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.514020 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8"
I20260630 12:37:25.514618 12710 raft_consensus.cc:3060] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.515877 12532 catalog_manager.cc:5697] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9617c2691e8d4978be4af011532401e1 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "9617c2691e8d4978be4af011532401e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.520735 12710 raft_consensus.cc:2468] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9617c2691e8d4978be4af011532401e1 in term 1.
I20260630 12:37:25.521950 12602 leader_election.cc:304] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.522346 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "9617c2691e8d4978be4af011532401e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
I20260630 12:37:25.522598 12860 raft_consensus.cc:2804] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.523288 12860 raft_consensus.cc:697] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Becoming Leader. State: Replica: 9617c2691e8d4978be4af011532401e1, State: Running, Role: LEADER
W20260630 12:37:25.523703 12602 leader_election.cc:343] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:25.524164 12860 consensus_queue.cc:237] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [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: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.526298 12831 tablet_bootstrap.cc:492] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: No bootstrap required, opened a new log
I20260630 12:37:25.526808 12831 ts_tablet_manager.cc:1403] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent bootstrapping tablet: real 0.037s	user 0.013s	sys 0.007s
I20260630 12:37:25.528824 12831 raft_consensus.cc:359] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.529382 12831 raft_consensus.cc:385] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.529623 12831 raft_consensus.cc:740] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.530161 12831 consensus_queue.cc:260] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.531802 12831 ts_tablet_manager.cc:1434] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:25.537083 12534 catalog_manager.cc:5697] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9617c2691e8d4978be4af011532401e1 (127.0.111.65). New cstate: current_term: 1 leader_uuid: "9617c2691e8d4978be4af011532401e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.578927 12836 raft_consensus.cc:493] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.579468 12836 raft_consensus.cc:515] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.581066 12836 leader_election.cc:290] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:25.581941 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cba387d3816041bdb77cd90c55f8e722" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.582135 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cba387d3816041bdb77cd90c55f8e722" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.582628 12636 raft_consensus.cc:2468] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 0.
I20260630 12:37:25.582834 12710 raft_consensus.cc:2468] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 0.
I20260630 12:37:25.584043 12751 leader_election.cc:304] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: 84a392145d3b48109336041d6f6e42d8, cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 
I20260630 12:37:25.585173 12836 raft_consensus.cc:2804] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.585547 12836 raft_consensus.cc:493] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.585865 12836 raft_consensus.cc:3060] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.592105 12836 raft_consensus.cc:515] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.593685 12836 leader_election.cc:290] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 election: Requested vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:25.594707 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cba387d3816041bdb77cd90c55f8e722" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1"
I20260630 12:37:25.594696 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cba387d3816041bdb77cd90c55f8e722" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8"
I20260630 12:37:25.595481 12636 raft_consensus.cc:3060] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.595542 12710 raft_consensus.cc:3060] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.600473 12710 raft_consensus.cc:2468] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 1.
I20260630 12:37:25.600921 12636 raft_consensus.cc:2468] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 1.
I20260630 12:37:25.601325 12751 leader_election.cc:304] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: 84a392145d3b48109336041d6f6e42d8, cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 
I20260630 12:37:25.602101 12836 raft_consensus.cc:2804] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.603010 12836 raft_consensus.cc:697] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 LEADER]: Becoming Leader. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Running, Role: LEADER
I20260630 12:37:25.603750 12836 consensus_queue.cc:237] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.610620 12532 catalog_manager.cc:5697] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 reported cstate change: term changed from 0 to 1, leader changed from <none> to cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:25.650141 12582 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:25.696646 12836 raft_consensus.cc:493] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.697170 12836 raft_consensus.cc:515] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.698835 12836 leader_election.cc:290] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:25.699232 12870 raft_consensus.cc:493] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.699719 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ac510b218b249a7b49434283da28a8d" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.699958 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ac510b218b249a7b49434283da28a8d" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.699707 12870 raft_consensus.cc:515] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.700412 12636 raft_consensus.cc:2468] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 0.
I20260630 12:37:25.700639 12710 raft_consensus.cc:2468] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 0.
I20260630 12:37:25.701489 12748 leader_election.cc:304] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: 9617c2691e8d4978be4af011532401e1, cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 
I20260630 12:37:25.701817 12870 leader_election.cc:290] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:25.702194 12836 raft_consensus.cc:2804] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.702587 12836 raft_consensus.cc:493] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.702916 12836 raft_consensus.cc:3060] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.703061 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.703284 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ff7deab4bd8417baaf54140959940ea" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8" is_pre_election: true
I20260630 12:37:25.703982 12710 raft_consensus.cc:2393] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in current term 1: Already voted for candidate 9617c2691e8d4978be4af011532401e1 in this term.
I20260630 12:37:25.704932 12751 leader_election.cc:304] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1
I20260630 12:37:25.705647 12870 raft_consensus.cc:3060] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.709790 12836 raft_consensus.cc:515] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.711895 12836 leader_election.cc:290] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [CANDIDATE]: Term 1 election: Requested vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:25.712414 12870 raft_consensus.cc:2749] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:25.712610 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ac510b218b249a7b49434283da28a8d" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1"
I20260630 12:37:25.713009 12710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ac510b218b249a7b49434283da28a8d" candidate_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84a392145d3b48109336041d6f6e42d8"
I20260630 12:37:25.713212 12636 raft_consensus.cc:3060] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.713514 12710 raft_consensus.cc:3060] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.717737 12636 raft_consensus.cc:2468] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 1.
I20260630 12:37:25.717922 12710 raft_consensus.cc:2468] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cfc66105e8a74ecf8a0b4d1a72fd30c5 in term 1.
I20260630 12:37:25.718816 12748 leader_election.cc:304] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: 9617c2691e8d4978be4af011532401e1, cfc66105e8a74ecf8a0b4d1a72fd30c5; no voters: 
I20260630 12:37:25.719514 12870 raft_consensus.cc:2804] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.719879 12870 raft_consensus.cc:697] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 LEADER]: Becoming Leader. State: Replica: cfc66105e8a74ecf8a0b4d1a72fd30c5, State: Running, Role: LEADER
I20260630 12:37:25.720577 12870 consensus_queue.cc:237] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [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: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.726493 12532 catalog_manager.cc:5697] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 reported cstate change: term changed from 0 to 1, leader changed from <none> to cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67). New cstate: current_term: 1 leader_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.761456 12837 raft_consensus.cc:493] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.761956 12837 raft_consensus.cc:515] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.763567 12837 leader_election.cc:290] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.764313 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79f910dad50d43768e09abac19147d3d" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1" is_pre_election: true
I20260630 12:37:25.764611 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79f910dad50d43768e09abac19147d3d" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" is_pre_election: true
I20260630 12:37:25.764848 12636 raft_consensus.cc:2468] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 0.
I20260630 12:37:25.765168 12785 raft_consensus.cc:2468] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 0.
I20260630 12:37:25.765764 12674 leader_election.cc:304] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.766489 12837 raft_consensus.cc:2804] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.766814 12837 raft_consensus.cc:493] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.767035 12837 raft_consensus.cc:3060] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.771740 12837 raft_consensus.cc:515] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.773283 12837 leader_election.cc:290] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [CANDIDATE]: Term 1 election: Requested vote from peers 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985), cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:25.773887 12636 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79f910dad50d43768e09abac19147d3d" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9617c2691e8d4978be4af011532401e1"
I20260630 12:37:25.774226 12785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79f910dad50d43768e09abac19147d3d" candidate_uuid: "84a392145d3b48109336041d6f6e42d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5"
I20260630 12:37:25.774489 12636 raft_consensus.cc:3060] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.774820 12785 raft_consensus.cc:3060] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.781315 12636 raft_consensus.cc:2468] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 1.
I20260630 12:37:25.781315 12785 raft_consensus.cc:2468] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 84a392145d3b48109336041d6f6e42d8 in term 1.
I20260630 12:37:25.782703 12674 leader_election.cc:304] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [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: 84a392145d3b48109336041d6f6e42d8, 9617c2691e8d4978be4af011532401e1; no voters: 
I20260630 12:37:25.783537 12837 raft_consensus.cc:2804] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.784071 12837 raft_consensus.cc:697] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 LEADER]: Becoming Leader. State: Replica: 84a392145d3b48109336041d6f6e42d8, State: Running, Role: LEADER
I20260630 12:37:25.784634 12837 consensus_queue.cc:237] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [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: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } }
I20260630 12:37:25.791002 12532 catalog_manager.cc:5697] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 84a392145d3b48109336041d6f6e42d8 (127.0.111.66). New cstate: current_term: 1 leader_uuid: "84a392145d3b48109336041d6f6e42d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.899539 12837 consensus_queue.cc:1048] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.925840 12860 consensus_queue.cc:1048] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.952476 12837 consensus_queue.cc:1048] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:25.964977 12861 consensus_queue.cc:1048] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.973312 12866 consensus_queue.cc:1048] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.994768 12860 consensus_queue.cc:1048] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.043598 12710 raft_consensus.cc:1275] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:26.048220 12836 consensus_queue.cc:1048] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.049010 12785 raft_consensus.cc:1275] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Refusing update from remote peer 84a392145d3b48109336041d6f6e42d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:26.054154 12837 consensus_queue.cc:1048] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.054309 12636 raft_consensus.cc:1275] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Refusing update from remote peer 84a392145d3b48109336041d6f6e42d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:26.058324 12711 raft_consensus.cc:1275] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:26.059326 12636 raft_consensus.cc:1275] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:26.059953 12836 consensus_queue.cc:1048] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.068925 12870 consensus_queue.cc:1048] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.061592 12864 consensus_queue.cc:1048] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:26.063443 12636 raft_consensus.cc:1275] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:26.097615 12870 consensus_queue.cc:1048] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:26.204574 12602 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:35567, user_credentials={real_user=slave}} blocked reactor thread for 78810.3us
W20260630 12:37:26.317162 12751 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:35567, user_credentials={real_user=slave}} blocked reactor thread for 98726.1us
W20260630 12:37:26.351447 12674 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.65:32985, user_credentials={real_user=slave}} blocked reactor thread for 70060.1us
W20260630 12:37:26.594046 12751 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:35567, user_credentials={real_user=slave}} blocked reactor thread for 44439.3us
W20260630 12:37:26.754419 12602 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.111.66:35567, user_credentials={real_user=slave}} blocked reactor thread for 51138.7us
I20260630 12:37:27.130976   445 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.141384 12934 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
W20260630 12:37:27.141381 12933 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
W20260630 12:37:27.142800 12936 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
I20260630 12:37:27.144071   445 server_base.cc:1061] running on GCE node
I20260630 12:37:27.145236   445 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:27.145467   445 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:27.145648   445 hybrid_clock.cc:648] HybridClock initialized: now 1782823047145631 us; error 0 us; skew 500 ppm
I20260630 12:37:27.146167   445 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.148895   445 webserver.cc:533] Webserver started at http://127.0.111.68:33443/ using document root <none> and password file <none>
I20260630 12:37:27.149437   445 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.149631   445 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.149915   445 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.151221   445 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-3-root/instance:
uuid: "2db79b95705e4cb7b255b8e908aa22c3"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-rw3v"
I20260630 12:37:27.156582   445 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:37:27.160300 12941 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.161448   445 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:37:27.161819   445 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-3-root
uuid: "2db79b95705e4cb7b255b8e908aa22c3"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-rw3v"
I20260630 12:37:27.162142   445 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskNAynoc/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822785200141-445-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)
I20260630 12:37:27.189590   445 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.190850   445 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.192296   445 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:27.194685   445 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:27.194916   445 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.195190   445 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:27.195366   445 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.236074   445 rpc_server.cc:307] RPC server started. Bound to: 127.0.111.68:45497
I20260630 12:37:27.236215 13003 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.111.68:45497 every 8 connection(s)
I20260630 12:37:27.256083 13004 heartbeater.cc:344] Connected to a master server at 127.0.111.126:44253
I20260630 12:37:27.256526 13004 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:27.257234 13004 heartbeater.cc:507] Master 127.0.111.126:44253 requested a full tablet report, sending...
I20260630 12:37:27.259461 12528 ts_manager.cc:194] Registered new tserver with Master: 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68:45497)
I20260630 12:37:27.261111 12528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55170
I20260630 12:37:27.689882 12635 consensus_queue.cc:237] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 1.12, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:27.696935 12708 raft_consensus.cc:1275] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Refusing update from remote peer 9617c2691e8d4978be4af011532401e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.696935 12785 raft_consensus.cc:1275] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Refusing update from remote peer 9617c2691e8d4978be4af011532401e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.699234 13010 consensus_queue.cc:1048] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.001s
I20260630 12:37:27.701079 13010 consensus_queue.cc:1048] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:37:27.709826 12906 raft_consensus.cc:2955] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.716393 12785 raft_consensus.cc:2955] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.725852 12708 raft_consensus.cc:2955] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
W20260630 12:37:27.729889 12600 consensus_peers.cc:597] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 -> Peer 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68:45497): Couldn't send request to peer 2db79b95705e4cb7b255b8e908aa22c3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c34b8d7aa47f40b282fa96319f2af2cd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.736781 12528 catalog_manager.cc:5697] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 reported cstate change: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "9617c2691e8d4978be4af011532401e1" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:27.750250 12708 consensus_queue.cc:237] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 1.12, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:27.760120 12785 raft_consensus.cc:1275] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Refusing update from remote peer 84a392145d3b48109336041d6f6e42d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.760979 12635 raft_consensus.cc:1275] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Refusing update from remote peer 84a392145d3b48109336041d6f6e42d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.761842 13020 consensus_queue.cc:1048] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.001s
I20260630 12:37:27.763329 12896 consensus_queue.cc:1048] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:37:27.771453 13022 raft_consensus.cc:2955] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.771940 12785 raft_consensus.cc:2955] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.772858 12635 raft_consensus.cc:2955] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
W20260630 12:37:27.778350 12675 consensus_peers.cc:597] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 -> Peer 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68:45497): Couldn't send request to peer 2db79b95705e4cb7b255b8e908aa22c3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 79f910dad50d43768e09abac19147d3d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.788456 12534 catalog_manager.cc:5697] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 reported cstate change: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "84a392145d3b48109336041d6f6e42d8" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.798774 12785 consensus_queue.cc:237] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 1.12, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:27.805750 12708 raft_consensus.cc:1275] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.807456 13014 consensus_queue.cc:1048] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:37:27.808262 12635 raft_consensus.cc:1275] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Refusing update from remote peer cfc66105e8a74ecf8a0b4d1a72fd30c5: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.809719 13014 consensus_queue.cc:1048] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:37:27.813810 12919 raft_consensus.cc:2955] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.815495 12708 raft_consensus.cc:2955] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
W20260630 12:37:27.818341 12749 consensus_peers.cc:597] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 -> Peer 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68:45497): Couldn't send request to peer 2db79b95705e4cb7b255b8e908aa22c3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8ac510b218b249a7b49434283da28a8d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.827275 12635 consensus_queue.cc:237] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 1.12, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:27.827028 12532 catalog_manager.cc:5697] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 reported cstate change: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:27.831331 12636 raft_consensus.cc:2955] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.835693 12785 raft_consensus.cc:1275] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Refusing update from remote peer 9617c2691e8d4978be4af011532401e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:37:27.837113 12708 raft_consensus.cc:1275] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Refusing update from remote peer 9617c2691e8d4978be4af011532401e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
W20260630 12:37:27.837136 12600 consensus_peers.cc:597] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 -> Peer 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68:45497): Couldn't send request to peer 2db79b95705e4cb7b255b8e908aa22c3. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3ff7deab4bd8417baaf54140959940ea. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.837373 13011 consensus_queue.cc:1048] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.001s
I20260630 12:37:27.842397 13011 consensus_queue.cc:1048] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:37:27.844226 12906 raft_consensus.cc:2955] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.845600 12785 raft_consensus.cc:2955] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.853155 12707 raft_consensus.cc:2955] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:27.861613 12528 catalog_manager.cc:5697] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 reported cstate change: config changed from index -1 to 13, NON_VOTER 2db79b95705e4cb7b255b8e908aa22c3 (127.0.111.68) added. New cstate: current_term: 1 leader_uuid: "9617c2691e8d4978be4af011532401e1" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } } }
I20260630 12:37:28.185117 13026 ts_tablet_manager.cc:933] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Initiating tablet copy from peer 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985)
I20260630 12:37:28.186573 13026 tablet_copy_client.cc:323] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:32985
I20260630 12:37:28.196120 13030 ts_tablet_manager.cc:933] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Initiating tablet copy from peer 84a392145d3b48109336041d6f6e42d8 (127.0.111.66:35567)
I20260630 12:37:28.200012 12646 tablet_copy_service.cc:140] P 9617c2691e8d4978be4af011532401e1: Received BeginTabletCopySession request for tablet c34b8d7aa47f40b282fa96319f2af2cd from peer 2db79b95705e4cb7b255b8e908aa22c3 ({username='slave'} at 127.0.0.1:44560)
I20260630 12:37:28.200476 12646 tablet_copy_service.cc:161] P 9617c2691e8d4978be4af011532401e1: Beginning new tablet copy session on tablet c34b8d7aa47f40b282fa96319f2af2cd from peer 2db79b95705e4cb7b255b8e908aa22c3 at {username='slave'} at 127.0.0.1:44560: session id = 2db79b95705e4cb7b255b8e908aa22c3-c34b8d7aa47f40b282fa96319f2af2cd
I20260630 12:37:28.202636 13030 tablet_copy_client.cc:323] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.66:35567
I20260630 12:37:28.208772 12646 tablet_copy_source_session.cc:215] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:28.212999 13026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c34b8d7aa47f40b282fa96319f2af2cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:28.213181 12721 tablet_copy_service.cc:140] P 84a392145d3b48109336041d6f6e42d8: Received BeginTabletCopySession request for tablet 79f910dad50d43768e09abac19147d3d from peer 2db79b95705e4cb7b255b8e908aa22c3 ({username='slave'} at 127.0.0.1:57912)
I20260630 12:37:28.213795 12721 tablet_copy_service.cc:161] P 84a392145d3b48109336041d6f6e42d8: Beginning new tablet copy session on tablet 79f910dad50d43768e09abac19147d3d from peer 2db79b95705e4cb7b255b8e908aa22c3 at {username='slave'} at 127.0.0.1:57912: session id = 2db79b95705e4cb7b255b8e908aa22c3-79f910dad50d43768e09abac19147d3d
I20260630 12:37:28.221863 12721 tablet_copy_source_session.cc:215] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:28.224849 13026 tablet_copy_client.cc:806] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:28.225005 13030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79f910dad50d43768e09abac19147d3d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:28.228427 13026 tablet_copy_client.cc:670] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:28.232528 13026 tablet_copy_client.cc:538] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:28.241376 13026 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap starting.
I20260630 12:37:28.247079 13030 tablet_copy_client.cc:806] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:28.247637 13030 tablet_copy_client.cc:670] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:28.251744 13030 tablet_copy_client.cc:538] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:28.259909 13030 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap starting.
I20260630 12:37:28.263855 13004 heartbeater.cc:499] Master 127.0.111.126:44253 was elected leader, sending a full tablet report...
I20260630 12:37:28.269834   445 tablet_server.cc:179] TabletServer@127.0.111.65:0 shutting down...
I20260630 12:37:28.285179   445 tablet_copy_service.cc:362] P 9617c2691e8d4978be4af011532401e1: Destroying tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-c34b8d7aa47f40b282fa96319f2af2cd due to service shutdown
I20260630 12:37:28.285627   445 tablet_copy_service.cc:434] P 9617c2691e8d4978be4af011532401e1: ending tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-c34b8d7aa47f40b282fa96319f2af2cd on tablet c34b8d7aa47f40b282fa96319f2af2cd with peer 2db79b95705e4cb7b255b8e908aa22c3
I20260630 12:37:28.349431   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:28.353070 13034 ts_tablet_manager.cc:933] T 3ff7deab4bd8417baaf54140959940ea P 2db79b95705e4cb7b255b8e908aa22c3: Initiating tablet copy from peer 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985)
I20260630 12:37:28.351891   445 tablet_replica.cc:333] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.355319 13026 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap replayed 1/1 log segments. Stats: ops{read=13 overwritten=0 applied=13 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:28.355423   445 raft_consensus.cc:2243] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.356348 13026 tablet_bootstrap.cc:492] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap complete.
I20260630 12:37:28.357059   445 raft_consensus.cc:2272] T c34b8d7aa47f40b282fa96319f2af2cd P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.357067 13026 ts_tablet_manager.cc:1403] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Time spent bootstrapping tablet: real 0.116s	user 0.076s	sys 0.025s
I20260630 12:37:28.360266 13034 tablet_copy_client.cc:323] T 3ff7deab4bd8417baaf54140959940ea P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.65:32985
I20260630 12:37:28.360499 13026 raft_consensus.cc:359] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.361369 13026 raft_consensus.cc:740] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 2db79b95705e4cb7b255b8e908aa22c3, State: Initialized, Role: LEARNER
I20260630 12:37:28.361975 13026 consensus_queue.cc:260] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } attrs { replace: true } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.364639 13030 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap replayed 1/1 log segments. Stats: ops{read=13 overwritten=0 applied=13 ignored=0} inserts{seen=80 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:28.365316   445 tablet_replica.cc:333] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.365602 13030 tablet_bootstrap.cc:492] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap complete.
I20260630 12:37:28.366286   445 raft_consensus.cc:2243] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.366416 13030 ts_tablet_manager.cc:1403] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Time spent bootstrapping tablet: real 0.107s	user 0.083s	sys 0.012s
I20260630 12:37:28.367540   445 raft_consensus.cc:2272] T 3ff7deab4bd8417baaf54140959940ea P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.369437 13030 raft_consensus.cc:359] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.370353 13030 raft_consensus.cc:740] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 2db79b95705e4cb7b255b8e908aa22c3, State: Initialized, Role: LEARNER
I20260630 12:37:28.371039 13030 consensus_queue.cc:260] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } attrs { replace: true } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.373652 13026 ts_tablet_manager.cc:1434] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:37:28.374249   445 tablet_replica.cc:333] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.375818   445 raft_consensus.cc:2243] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.376402   445 raft_consensus.cc:2272] T 79f910dad50d43768e09abac19147d3d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.378360 13030 ts_tablet_manager.cc:1434] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:37:28.380165 12721 tablet_copy_service.cc:342] P 84a392145d3b48109336041d6f6e42d8: Request end of tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-79f910dad50d43768e09abac19147d3d received from {username='slave'} at 127.0.0.1:57912
I20260630 12:37:28.380615 12721 tablet_copy_service.cc:434] P 84a392145d3b48109336041d6f6e42d8: ending tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-79f910dad50d43768e09abac19147d3d on tablet 79f910dad50d43768e09abac19147d3d with peer 2db79b95705e4cb7b255b8e908aa22c3
I20260630 12:37:28.380928   445 tablet_replica.cc:333] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.381709   445 raft_consensus.cc:2243] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.382316   445 raft_consensus.cc:2272] T c46decc876c04f5189ab94b3713e0c44 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.385571   445 tablet_replica.cc:333] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.386257   445 raft_consensus.cc:2243] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.386821   445 raft_consensus.cc:2272] T 8ac510b218b249a7b49434283da28a8d P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.389963 13030 ts_tablet_manager.cc:933] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Initiating tablet copy from peer cfc66105e8a74ecf8a0b4d1a72fd30c5 (127.0.111.67:35833)
I20260630 12:37:28.390897   445 tablet_replica.cc:333] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1: stopping tablet replica
I20260630 12:37:28.391621 13030 tablet_copy_client.cc:323] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Beginning tablet copy session from remote peer at address 127.0.111.67:35833
I20260630 12:37:28.391692   445 raft_consensus.cc:2243] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.392408   445 raft_consensus.cc:2272] T cba387d3816041bdb77cd90c55f8e722 P 9617c2691e8d4978be4af011532401e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.405238 12795 tablet_copy_service.cc:140] P cfc66105e8a74ecf8a0b4d1a72fd30c5: Received BeginTabletCopySession request for tablet 8ac510b218b249a7b49434283da28a8d from peer 2db79b95705e4cb7b255b8e908aa22c3 ({username='slave'} at 127.0.0.1:37518)
I20260630 12:37:28.405831 12795 tablet_copy_service.cc:161] P cfc66105e8a74ecf8a0b4d1a72fd30c5: Beginning new tablet copy session on tablet 8ac510b218b249a7b49434283da28a8d from peer 2db79b95705e4cb7b255b8e908aa22c3 at {username='slave'} at 127.0.0.1:37518: session id = 2db79b95705e4cb7b255b8e908aa22c3-8ac510b218b249a7b49434283da28a8d
W20260630 12:37:28.407341 12600 proxy.cc:239] Call had error, refreshing address and retrying: Service unavailable: reactor is shutting down (error 108) [suppressed 2 similar messages]
I20260630 12:37:28.414508 12795 tablet_copy_source_session.cc:215] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:28.418243 13030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ac510b218b249a7b49434283da28a8d. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:37:28.421056 12748 consensus_peers.cc:597] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 -> Peer 9617c2691e8d4978be4af011532401e1 (127.0.111.65:32985): Couldn't send request to peer 9617c2691e8d4978be4af011532401e1. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:28.423271 13026 tablet_copy_client.cc:1131] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.111.65:32985: connect: Connection refused (error 111)
I20260630 12:37:28.428136   445 tablet_server.cc:196] TabletServer@127.0.111.65:0 shutdown complete.
I20260630 12:37:28.436399 13030 tablet_copy_client.cc:806] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:28.436929 13030 tablet_copy_client.cc:670] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:28.441236 13030 tablet_copy_client.cc:538] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:28.449152 13030 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap starting.
I20260630 12:37:28.454217   445 tablet_server.cc:179] TabletServer@127.0.111.66:0 shutting down...
W20260630 12:37:28.490113 12945 connection.cc:466] server connection from 127.0.0.1:54484 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:54484 (request call id 3) could send its response
I20260630 12:37:28.499012   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:28.499989   445 tablet_replica.cc:333] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.500826   445 raft_consensus.cc:2243] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.501395   445 raft_consensus.cc:2272] T cba387d3816041bdb77cd90c55f8e722 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.504508   445 tablet_replica.cc:333] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.505172   445 raft_consensus.cc:2243] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.506100   445 raft_consensus.cc:2272] T c46decc876c04f5189ab94b3713e0c44 P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.509159   445 tablet_replica.cc:333] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.509852   445 raft_consensus.cc:2243] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.511070   445 raft_consensus.cc:2272] T 79f910dad50d43768e09abac19147d3d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.514353   445 tablet_replica.cc:333] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.515069   445 raft_consensus.cc:2243] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.515717   445 raft_consensus.cc:2272] T 8ac510b218b249a7b49434283da28a8d P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.516424 13030 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap replayed 1/1 log segments. Stats: ops{read=13 overwritten=0 applied=13 ignored=0} inserts{seen=91 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:28.517352 13030 tablet_bootstrap.cc:492] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Bootstrap complete.
I20260630 12:37:28.517998 13030 ts_tablet_manager.cc:1403] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Time spent bootstrapping tablet: real 0.069s	user 0.067s	sys 0.000s
I20260630 12:37:28.519735   445 tablet_replica.cc:333] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.520438   445 raft_consensus.cc:2243] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.520597 13030 raft_consensus.cc:359] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.521122   445 raft_consensus.cc:2272] T c34b8d7aa47f40b282fa96319f2af2cd P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.521346 13030 raft_consensus.cc:740] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 2db79b95705e4cb7b255b8e908aa22c3, State: Initialized, Role: LEARNER
I20260630 12:37:28.521914 13030 consensus_queue.cc:260] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "9617c2691e8d4978be4af011532401e1" member_type: VOTER last_known_addr { host: "127.0.111.65" port: 32985 } attrs { replace: true } } peers { permanent_uuid: "84a392145d3b48109336041d6f6e42d8" member_type: VOTER last_known_addr { host: "127.0.111.66" port: 35567 } } peers { permanent_uuid: "cfc66105e8a74ecf8a0b4d1a72fd30c5" member_type: VOTER last_known_addr { host: "127.0.111.67" port: 35833 } } peers { permanent_uuid: "2db79b95705e4cb7b255b8e908aa22c3" member_type: NON_VOTER last_known_addr { host: "127.0.111.68" port: 45497 } attrs { promote: true } }
I20260630 12:37:28.523878 13030 ts_tablet_manager.cc:1434] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:28.524505   445 tablet_replica.cc:333] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8: stopping tablet replica
I20260630 12:37:28.525554 12795 tablet_copy_service.cc:342] P cfc66105e8a74ecf8a0b4d1a72fd30c5: Request end of tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-8ac510b218b249a7b49434283da28a8d received from {username='slave'} at 127.0.0.1:37518
I20260630 12:37:28.525642   445 raft_consensus.cc:2243] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.526142 12795 tablet_copy_service.cc:434] P cfc66105e8a74ecf8a0b4d1a72fd30c5: ending tablet copy session 2db79b95705e4cb7b255b8e908aa22c3-8ac510b218b249a7b49434283da28a8d on tablet 8ac510b218b249a7b49434283da28a8d with peer 2db79b95705e4cb7b255b8e908aa22c3
I20260630 12:37:28.526428   445 raft_consensus.cc:2272] T 3ff7deab4bd8417baaf54140959940ea P 84a392145d3b48109336041d6f6e42d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.556038   445 tablet_server.cc:196] TabletServer@127.0.111.66:0 shutdown complete.
I20260630 12:37:28.575572   445 tablet_server.cc:179] TabletServer@127.0.111.67:0 shutting down...
I20260630 12:37:28.602025   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:28.602689   445 tablet_replica.cc:333] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.603355   445 raft_consensus.cc:2243] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.603839   445 raft_consensus.cc:2272] T c46decc876c04f5189ab94b3713e0c44 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.606117   445 tablet_replica.cc:333] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.606676   445 raft_consensus.cc:2243] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.607656   445 raft_consensus.cc:2272] T 8ac510b218b249a7b49434283da28a8d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.610364   445 tablet_replica.cc:333] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.610841   445 raft_consensus.cc:2243] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.611347   445 raft_consensus.cc:2272] T 79f910dad50d43768e09abac19147d3d P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.613942   445 tablet_replica.cc:333] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.614432   445 raft_consensus.cc:2243] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.615227   445 raft_consensus.cc:2272] T cba387d3816041bdb77cd90c55f8e722 P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.617272   445 tablet_replica.cc:333] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.617722   445 raft_consensus.cc:2243] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.618191   445 raft_consensus.cc:2272] T 3ff7deab4bd8417baaf54140959940ea P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.620791   445 tablet_replica.cc:333] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5: stopping tablet replica
I20260630 12:37:28.621261   445 raft_consensus.cc:2243] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:28.621670   445 raft_consensus.cc:2272] T c34b8d7aa47f40b282fa96319f2af2cd P cfc66105e8a74ecf8a0b4d1a72fd30c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.647898   445 tablet_server.cc:196] TabletServer@127.0.111.67:0 shutdown complete.
I20260630 12:37:28.667740   445 tablet_server.cc:179] TabletServer@127.0.111.68:0 shutting down...
I20260630 12:37:28.688318   445 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:28.689714   445 tablet_replica.cc:333] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3: stopping tablet replica
I20260630 12:37:28.690225   445 raft_consensus.cc:2243] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:28.690632   445 raft_consensus.cc:2272] T 79f910dad50d43768e09abac19147d3d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:28.692827   445 tablet_replica.cc:333] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3: stopping tablet replica
I20260630 12:37:28.693303   445 raft_consensus.cc:2243] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:28.693634   445 raft_consensus.cc:2272] T 8ac510b218b249a7b49434283da28a8d P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:28.695686   445 tablet_replica.cc:333] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3: stopping tablet replica
I20260630 12:37:28.696117   445 raft_consensus.cc:2243] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:28.696460   445 raft_consensus.cc:2272] T c34b8d7aa47f40b282fa96319f2af2cd P 2db79b95705e4cb7b255b8e908aa22c3 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:28.707803   445 tablet_server.cc:196] TabletServer@127.0.111.68:0 shutdown complete.
I20260630 12:37:28.719178   445 master.cc:562] Master@127.0.111.126:44253 shutting down...
W20260630 12:37:28.741417 12582 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:37:28.742506   445 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:28.742964   445 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:28.743284   445 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8fda11dc7bf9424eb08177274426e07e: stopping tablet replica
I20260630 12:37:28.763727   445 master.cc:584] Master@127.0.111.126:44253 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5283 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (10558 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (263446 ms total)
[  PASSED  ] 26 tests.
I20260630 12:37:28.815624   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 11 messages since previous log ~73 seconds ago
I20260630 12:37:28.815850   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 5 messages since previous log ~72 seconds ago
I20260630 12:37:28.816007   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 5 messages since previous log ~72 seconds ago
I20260630 12:37:28.816188   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 8 messages since previous log ~73 seconds ago
I20260630 12:37:28.816352   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 37 messages since previous log ~180 seconds ago
I20260630 12:37:28.816541   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 11 messages since previous log ~242 seconds ago
I20260630 12:37:28.816882   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 35 messages since previous log ~8 seconds ago
I20260630 12:37:28.817056   445 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 1 messages since previous log ~0 seconds ago
